๐Ÿง 
AI EngineeringTypeScript

CC Workflow AI Editor

by breaking-brake

CC Workflow AI Editor is an AI Engineering skill for Claude Code, published by breaking-brake in cc-wf-studio.

5.4K stars571 forkson breaking-brake/cc-wf-studioAdded 2026/08/16Repository updated 2026/08/09
agent-skillsclaude-codemcp-toolsslash-commandssub-agentsvscode-extensionworkflow-automation
Install in seconds
Install CC Workflow AI Editor
Copy CC Workflow AI Editor into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/breaking-brake/cc-wf-studio/tree/main/.github/skills/cc-workflow-ai-editor ~/.claude/skills/cc-workflow-ai-editor

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/breaking-brake/cc-wf-studio.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.github/skills/cc-workflow-ai-editor/SKILL.md in breaking-brake/cc-wf-studio
Installs to
~/.claude/skills/cc-workflow-ai-editor
Collection
One of 11 skills cataloged from this repository
Category
AI Engineering โ€” 2451 skills

What CC Workflow AI Editor does

CC Workflow AI Editor creates and edits visual AI agent workflows through interactive conversation using MCP tools. Use it to create new workflows, modify existing ones, or edit the workflow canvas in CC Workflow Studio via the built-in MCP server.

CC Workflow AI Editor is cataloged under AI Engineering on DirSkills. CC Workflow AI Editor comes from a repository tagged agent-skills, claude-code, mcp-tools, slash-commands and sub-agents.

Documentation

README

  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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CC Workflow AI Editor

  • What else does breaking-brake publish alongside CC Workflow AI Editor?

    CC Workflow AI Editor is one of 11 skills that DirSkills catalogs from breaking-brake/cc-wf-studio, the repository it ships in. Its siblings there include CCWF CLI, Jira Driven Planning and Next Idea. Each one is a separate skill with its own page in this directory, installs the same way CC Workflow AI Editor does, and is maintained by breaking-brake in that same repository. The rest of the collection is listed on the breaking-brake/cc-wf-studio page.

  • How does CC Workflow AI Editor compare to other AI Engineering skills?

    CC Workflow AI Editor ranks #482 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CC Workflow AI Editor against them. Open each page to compare what they document and how they install.

More from breaking-brake/cc-wf-studio

CC Workflow AI Editor is one of 11 skills cataloged on DirSkills from breaking-brake/cc-wf-studio.

See all 11 skills โ†’
โš™๏ธ
2w ago

CCWF CLI

CCWF CLI renders, validates, previews, exports, and runs cc-wf-studio workflow JSON files from the terminal. Use it when viewing, visualizing, checking, executing, or converting workflows under .vscode/workflows/.
Automation
5.4K571
๐Ÿ—‚๏ธ
2w ago

Jira Driven Planning

Jira Driven Planning turns Jira ticket requirements and related Confluence docs into a structured implementation plan split into Frontend, Backend, and Infrastructure tasks. Use it when you need to break down a ticket into a reviewable plan before coding.
AI Engineering
5.4K571
๐Ÿ’ก
2w ago

Next Idea

Next Idea runs one unattended ideation iteration of an autonomous value-creation loop: it orients from the repo plan, invents user-visible improvements, judges them against a value bar, and files winners as locked idea issues. Use when the user asks for proposals without implementation.
Automation
5.4K571
๐Ÿงช
2w ago

Next QA

Next QA runs one unattended iteration of the quality-assurance loop: stewards in-flight QA PRs and builds one queued qa issue on a branch off auto-qa, opening a PR that squash-merges on green CI. Adds tests and tooling only; never edits product source. Use for 'QAใ‚ฟใ‚นใ‚ฏ', 'next qa', or quality-track progress.
Quality
5.4K571
๐Ÿ”
2w ago

Next QA Idea

Next QA Idea scans a codebase for the highest-value untested behavior, judges it against a QA value bar, and files one locked `qa` issue specifying the test to write. Use it when the user asks for QA ideation or to refill the QA backlog without implementation.
Quality
5.4K571
๐Ÿค–
2w ago

Next Task

Next Task runs one unattended implementation iteration of the autonomous value-creation loop: steward an in-flight PR, fix red CI/security/human bugs, or build one queued idea issue on a branch off auto-dev and open a PR that squash-merges on green CI.
Automation
5.4K571