CC Workflow AI Editor
Creates and edits visual AI agent workflows conversationally via MCP tools.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 12, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 9742eec
Thin conversational wrapper requiring a live cc-workflow-studio MCP server (@cc-wf-studio/mcp, binary ccwf-mcp) wired via .mcp.json to a real workflow.json project (or the VSCode extension) before any of its steps run — a hard dependency SKILL.md never states, surfaced only in the parent repo README. Install itself is clean and verbatim (single SKILL.md, strict-YAML frontmatter). In the A/B, the skill's documented group-node convention (style:{width,height}) produced a correct sizing field where the base put width/height as invalid top-level fields and also fabricated edge handle names, so the skill's knowledge yielded a measurably more schema-faithful edit.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 7/10
- Docs & honesty 3/5
What CC Workflow AI Editor does
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 to install CC Workflow AI Editor
git clone https://github.com/breaking-brake/cc-wf-studio
cd cc-wf-studio
mkdir -p ~/.claude/skills
cp -r .github/skills/cc-workflow-ai-editor ~/.claude/skills/cc-workflow-ai-editor
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger CC Workflow AI Editor
-
/cc-workflow-ai-editorCreates and edits visual AI agent workflows conversationally via MCP tools.
It also activates on plain-language prompts like these:
-
Create a new AI agent workflow in the editor -
Modify this workflow to add a new step -
Edit the workflow canvas to reroute this branch
Frequently asked questions
- Is the CC Workflow AI Editor skill free?
- Yes. The skill itself is free from breaking-brake/cc-wf-studio. SkillProof publishes the install command and an independent test verdict at no cost.
- Does CC Workflow AI Editor work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. Thin conversational wrapper requiring a live cc-workflow-studio MCP server (@cc-wf-studio/mcp, binary ccwf-mcp) wired via .mcp.json to a real workflow.json project (or the VSCode extension) before any of its steps run — a hard dependency SKILL.md never states, surfaced only in the parent repo README. Install itself is clean and verbatim (single SKILL.md, strict-YAML frontmatter). In the A/B, the skill's documented group-node convention (style:{width,height}) produced a correct sizing field where the base put width/height as invalid top-level fields and also fabricated edge handle names, so the skill's knowledge yielded a measurably more schema-faithful edit.
- What is the CC Workflow AI Editor SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install CC Workflow AI Editor?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use CC Workflow AI Editor with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.