cc-wf-studio
Design AI agent workflows visually and export them anywhere
All Skills in This Repository (14)
Pure Emerald Level Indicatorscode-review
Analyze PR diffs and generate structured review comments with severity.
code-review-medium
Identify and document quality, security, and test issues in medium PRs.
code-review-small
Review pull requests under 100 changed lines for style, naming, bugs, and logic issues.
code-review-large
Analyze large pull requests for architecture, performance, security, and maintainability issues.
cc-workflow-ai-editor
Creates and edits visual AI agent workflows in CC Workflow Studio via MCP tools.
next-idea
Generates and files validated product improvement ideas as locked GitHub issues.
pr-to-main-cleanup
Deletes merged feature branches locally and remotely after a squash-merged PR to main.
pr-to-main
Creates Changesets-aware pull requests to main in a pnpm monorepo.
next-task
Runs one unattended implementation iteration that stewards PRs, fixes interrupts, or builds a queued idea issue.
workflow-schema-tuning
Tune workflow-schema.json to adjust how AI agents generate workflows in cc-wf-studio.
next-qa
Runs one unattended QA iteration that builds a queued test task and opens a PR on auto-qa.
jira-driven-planning
Generates structured implementation plans from Jira tickets and Confluence documents.
Frequently Asked Questions
FAQPage SchemaHow to install cc-wf-studio?โผ
Run `npx skills add breaking-brake/cc-wf-studio --all -g -y` in your terminal to install all skills in this suite globally.
What does CC Workflow Studio do?โผ
It lets you design AI agent workflows on a visual canvas and export them as skill files for Claude Code, Cursor, Codex, Gemini CLI, and other agents. The same workflow file also works through a CLI and an MCP server.
Can I run workflows without VSCode?โผ
Yes. The ccwf CLI can render, validate, preview, export, and run workflow JSON files directly from the terminal, CI pipelines, or SSH sessions.
Can AI agents edit my workflows automatically?โผ
Yes. The built-in MCP server lets agents like Claude Code read and modify your workflow through natural language, updating the canvas in real time.
Do I need coding skills to build agent workflows?โผ
No. You drag nodes onto a canvas or describe what you want in plain language, and the tool generates the agent-ready files for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core