cc-workflow-ai-editor
AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_workflow_schema, get_current_workflow, apply_workflow, update_nodes). Use when the user wants to create a new workflow, modify an existing workflow, or edit the workflow canvas in CC Workflow Studio via the built-in MCP server.
npx skills add breaking-brake/cc-wf-studio --skill cc-workflow-ai-editor --agent copilot
Same command for any agent — swap --agent for claude-code, codex, cursor.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
1. Call `get_workflow_schema` via `cc-workflow-studio` MCP server 2. Call `get_current_workflow` via `cc-workflow-studio` MCP server 3. Ask the user what to create or modify 4. Generate workflow JSON: use built-in sub-agents (builtInType: explore/plan/general-purpose) by default. Only call `list_available_agents` when the user explicitly asks to use an existing custom sub-agent. 5. Apply changes via `cc-workflow-studio` MCP server: - **New workflow or structural changes** (add/remove nodes/connections): use `apply_workflow` - **Partial updates to existing nodes** (change name, position, or data): use `update_nodes` (more token-efficient) - Fix errors if any 6. Ask for feedback, repeat from step 4 ## Group Node Group nodes are visual containers for organizing related nodes on the canvas. They do NOT affect workflow execution. ### Rules - Group nodes have `type: "group"` and require `data.label` (display name) - Group nodes must have `style: { width, height }` to define their visual area - Group nodes CANNOT have connections (no edges to/from group nodes) - To place a node inside a group, set the child node's `parentId` to the group's `id` - Child node `position` is relative to the g
- Group Node
- Rules
- Example
What does the cc-workflow-ai-editor skill do?
AI workflow editor for CC Workflow Studio. Create and edit visual AI agent workflows through interactive conversation using MCP tools (get_workflow_schema, get_current_workflow, apply_workflow, update_nodes). Use when the user wants to create a new workflow, modify an existing workflow, or edit the workflow canvas in CC Workflow Studio via the built-in MCP server.
How do I install it?
Run `npx skills add breaking-brake/cc-wf-studio --skill cc-workflow-ai-editor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From breaking-brake/cc-wf-studio, a repository with 5,342 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
