create-workflow

Guide users through task steps to generate YAML workflow definitions.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/noin-ai/plugins --skill create-workflow-noin-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-workflow
Source: https://github.com/noin-ai/plugins/tree/main/plugins/noin-ai/skills/create-workflow
Command: npx skills add https://github.com/noin-ai/plugins --skill create-workflow-noin-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

交互式创建自定义工作流,帮助团队通过对话定义任务步骤并自动生成 YAML 工作流定义。

Core Features & Use Cases

  • 支持多步骤工作流设计、变量与参数配置、以及任务分配给不同 agents。
  • 生成 .claude/noin-workflows/<name>.yaml 以便版本控制与部署。
  • 适用于数据管道、自动化运维、DevOps、以及跨团队协作的工作流编排场景。

Quick Start

在对话中描述要创建的工作流名称和目标,系统将引导完成剩余步骤并输出 YAML 文件。

Frequently Asked Questions about create-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a YAML workflow definition through conversation?

You can create a YAML workflow definition by describing your workflow name and objective in chat. The system interactively guides you through task steps, agent assignments, and variable configurations to automatically generate the file.

Can I assign different agents to specific steps in an automation workflow?

Yes, you can assign different agents to specific steps during the interactive workflow design process. This allows you to orchestrate complex operational processes and data pipelines across various automated tasks.

Does interactive workflow generation support both project and user scopes?

Interactive workflow generation supports both project and user scopes. You can specify the scope and add an optional workflow description while defining steps for your automation tasks.

What is the best way to design data pipelines and DevOps automation without manual coding?

The best way to design data pipelines and DevOps automation without manual coding is using chat-driven workflow creation. You define task steps conversationally, and the system outputs a structured YAML file for version control.

Where are generated YAML workflow files saved for version control?

Generated YAML workflow files are saved directly to the .claude/noin-workflows/<name>.yaml path. This ensures your interactively designed automation workflows are immediately ready for version control and deployment.

What are the limitations of chat-driven workflow orchestration?

A limitation of chat-driven workflow orchestration is that it relies on interactive step-by-step guidance rather than bulk importing existing configurations. Complex operational processes must be defined sequentially within the conversation.