Agent skill · Backend & API

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.

breaking-brakegithub.com/breaking-brakeGitHub ↗
copilotclaude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: .github/skills/cc-workflow-ai-editor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,342
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Group Node
  2. Rules
  3. Example
More from cc-wf-studio
All skills →
About this skill
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.

Keep going