Claude-Code-Zen-mcp-Skill-Work
Automated planning, code review, testing, and documentation workflows
Instructs the agent to route every user request through the main-router, follow the P1-P4 phase workflow, enforce mandatory skill usage for planning, code review, and documentation, and respect automation mode and coverage targets.
All Skills in This Repository (6)
Pure Emerald Level Indicatorsmain-router
Route user requests to appropriate skills or MCP tools.
plan-down
Convert vague planning requests into a structured plan.md file.
codex-code-reviewer
Automate iterative code review of modified files using codex tools.
simple-gemini
Automate documentation and test-code writing via Gemini CLI in WSL.
deep-gemini
Generate Markdown technical documentation with Big O complexity analysis.
gemini-frontend
Convert design drafts and UI screenshots into React, Vue, and Flutter components.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-Code-Zen-mcp-Skill-Work?▼
Run `npx skills add VCnoC/Claude-Code-Zen-mcp-Skill-Work --all -g -y` in your terminal to install all skills globally.
What does this skill suite do?▼
It gives your coding agent a structured workflow: a router picks the right skill, plan-down breaks tasks into a plan, codex reviews code quality, and gemini skills generate tests and documentation.
How does the automated code review work?▼
After any code is written, the codex-code-reviewer skill checks quality, security, performance, architecture, and documentation, then fixes issues iteratively until standards are met.
Can it run tasks fully automatically?▼
Yes. Saying 'full automation' lets the agent plan, code, review, test, and document without asking for confirmation, while logging every decision to an audit file.
Does it support frontend development?▼
Yes. The gemini-frontend skill handles React, Vue, Angular, and mobile development, and can even convert design mockups into working components.
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