npx claudepluginhub xiaobei930/cc-bestProduction-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Role-Driven Development Workflow for Claude Code
English | 中文 | 🌐 Homepage
Transform Claude into a complete development team. From product requirements to code review — one plugin, full workflow.
44 commands · 19 skills · 8 agents · 43 rules · 23 hooks
Quick Start • Features • Workflow • Commands • FAQ
🎯 The Problem: Claude Code is powerful, but configuring workflows, coding standards, and safety rules from scratch takes hours.
✨ The Solution: Pre-configured roles (PM → Lead → Designer → Dev → QA) that mirror real team collaboration, with safety guardrails built-in.
# Add marketplace and install
/plugin marketplace add xiaobei930/cc-best
/plugin install cc-best@xiaobei930
# Verify installation (30 seconds)
/cc-best:status
# Start using
/cc-best:iterate "implement user authentication"
💡 Enable Hooks: After installation, run
/cc-best:setup --hooksto activate safety guards and automation hooks. See Hooks Configuration for details.
| Installation | Command format | Example |
|---|---|---|
| Plugin ⭐ | /cc-best:command | /cc-best:iterate "add feature" |
| Clone | /command | /iterate "add feature" |
💡 Recommended: Install via plugin for automatic updates and easier management. All documentation uses plugin format (
/cc-best:xxx). Clone users: runconvert-to-local.js.
git clone https://github.com/xiaobei930/cc-best.git .claude
cd .claude && bash scripts/shell/init.sh
# Convert command format from /cc-best:xxx to /xxx
node scripts/node/convert-to-local.js
Use clone when you need to customize all files in your repo.
⚠️ Important: All documentation uses plugin format (
/cc-best:xxx). Run the conversion script to update to local format (/xxx).
# Remove the plugin
/plugin uninstall cc-best@xiaobei930
# Remove marketplace (optional)
/plugin marketplace remove xiaobei930/cc-best
No files are left behind.
After running /cc-best:iterate "implement user authentication", Claude will:
1. 📋 /cc-best:pm → Analyze requirements, create task breakdown
2. 🏗️ /cc-best:lead → Design technical solution
3. 💻 /cc-best:dev → Write code, create tests
4. 🧪 /cc-best:qa → Run tests, verify quality
5. ✅ /cc-best:commit → Commit changes with proper message
You just watch. Intervene only when needed.
| I want to... | Command | What Claude does |
|---|---|---|
| Build a feature | /cc-best:iterate "add dark mode toggle" | Full cycle: plan → code → test → commit |
| Fix a bug | /cc-best:iterate "fix login timeout issue" | Investigate → fix → verify → commit |
| Review code | /cc-best:pm "review recent changes" | Analyze code, suggest improvements |
| Learn the codebase | /cc-best:pair | Step-by-step exploration with explanations |