What problem does it solve?
Working with cc-wf-studio workflow JSON files outside VSCode requires manual inspection and guesswork. This Skill teaches the AI how to use the ccwf CLI to validate, visualize, convert, and execute those workflows directly from the terminal.
Core Features & Use Cases
- Validate and render workflows: Schema-check workflow JSON with
ccwf validate and render Mermaid diagrams plus per-node Markdown with ccwf render.
- Preview and edit in a browser: Open a read-only Mermaid viewer with
ccwf preview or the full editable canvas with ccwf canvas, no VSCode required.
- Export and run as Agent Skills: Convert workflows into Skill files for Claude Code, Cursor, Codex, Gemini, Copilot, and more via
ccwf export, or execute them with ccwf run --launch.
- Use Case: A user receives a hand-edited workflow file and asks "is this OK, then run it" — the Skill validates the schema, previews the flow, exports it as a Claude Code Skill, and launches
claude.
Quick Start
Ask the AI to preview the workflow file at .vscode/workflows/my-workflow.json using the ccwf CLI.