🎼 Turn Claude Code into a production powerhouse. 33+ AI agents automate bug fixing, security scanning, and dependency management. 19 slash commands, 6 MCP configs (600-5000 tokens), quality gates, and health monitoring. Ship faster, ship safer, ship smarter.
git clone https://github.com/maslennikov-ig/claude-code-orchestrator-kit.gitClaude Code Orchestrator Kit transforms Claude Code into an intelligent orchestration system by delegating specialized tasks to 39 domain-expert agents while preserving context and enabling indefinite work sessions. The toolkit includes 38 reusable skills covering validation, reporting, senior-level code review, and DevOps expertise, plus 25 slash commands for health checks, issue tracking via Beads, and multi-agent coordination via Gastown. Key innovations include an inline skills architecture that reduces token overhead from 10,000+ to 500, auto-optimized MCP configuration across 6 servers, and mandatory quality gates after every delegation. Teams building production projects with Claude Code can maintain lean main sessions (10-15K tokens vs 50K+ standard) while leveraging specialized agents for bugs, security, database, frontend, testing, and DevOps tasks.
[{"step":1,"action":"Initialize the orchestrator in your project root. Run: `claude-code-orchestrator-kit init` and select your tech stack (Node.js, Python, etc.). This generates a `.claude-orchestrator/` directory with MCP configs and slash command templates.","tip":"Use `/init --preset=full` for the most comprehensive setup, including security scanning and dependency management."},{"step":2,"action":"Define your workflow in `workflows.json`. Example: `{ \"name\": \"nightly-build\", \"steps\": [\"update-deps\", \"security-scan\", \"run-tests\", \"deploy-staging\"] }`.","tip":"Leverage the 19 built-in slash commands (e.g., `/update-deps`, `/security-scan`) to avoid writing custom scripts. Use `--auto-approve` for non-critical steps."},{"step":3,"action":"Set up quality gates in `quality-gates.toml`. Configure thresholds for test coverage, linting errors, and security scores. Example: `[coverage] minimum = 85` or `[security] max_critical = 0`.","tip":"Run `/health-check --dry-run` to simulate the workflow and validate gate configurations before execution."},{"step":4,"action":"Trigger the workflow manually or via CI. Use `/orchestrate --workflow=nightly-build` or integrate with GitHub Actions using the `claude-code-orchestrator-action`.","tip":"Monitor progress in real-time via the built-in dashboard (accessible at `http://localhost:3000/orchestrator`). Use `/logs --tail=50` to fetch recent logs."},{"step":5,"action":"Review the final report and act on failures. Use `/rollback --last-deploy` if the deployment fails quality gates. Investigate agent logs for root causes.","tip":"Enable MCP health monitoring (`mcp-health-monitor.toml`) to receive Slack/email alerts for agent failures or resource constraints."}]
Automated bug detection, prioritization, and fixing across large codebases
Security scanning and vulnerability remediation with specialized agents
Multi-session project work with persistent task tracking via Beads integration
Complex database architecture and API design with domain-expert agents
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/maslennikov-ig/claude-code-orchestrator-kitCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the claude-code-orchestrator-kit to automate the following workflow: [WORKFLOW_DESCRIPTION]. Ensure all quality gates pass, security scans are clean, and dependencies are updated. Execute the following steps: [STEP_1], [STEP_2], and [STEP_3]. Report any failures or blockers immediately.
### Execution Report: claude-code-orchestrator-kit **Workflow:** Automated CI/CD pipeline for `acme-webapp` (v2.1.0) with dependency updates, security scanning, and bug fixes. **Agents Deployed:** 1. **Dependency Manager** (Agent #01): Scanned `package.json` and `requirements.txt`. Detected outdated packages: `[email protected]` → `[email protected]` (security patch), `[email protected]` → `[email protected]` (bug fixes). Updated and committed changes to `dev` branch. 2. **Security Scanner** (Agent #02): Ran `npm audit` and `snyk test`. No critical vulnerabilities found. Report: `0 high, 1 medium (resolved via dependency update)`. 3. **Bug Fixer** (Agent #03): Analyzed 3 failing unit tests in `tests/auth.spec.js`. Applied patch to `authService.js` (fixed JWT validation edge case). All tests now pass. 4. **Quality Gatekeeper** (Agent #04): Enforced linting rules (`eslint --fix`). Fixed 12 style issues. Code coverage: 87% → 92%. **Slash Commands Executed:** - `/update-deps --auto-merge` → Merged `dev` into `main` after green build. - `/security-scan --deep` → Confirmed no new vulnerabilities in `main`. - `/health-check --metrics` → Reported build time: 4.2s (↓ 18% from last run). **MCP Configs Applied:** - `mcp-git-guardrails.toml` (prevented force pushes to `main`). - `mcp-security-gates.toml` (blocked merge if `npm audit` fails). **Result:** Deployment to staging environment successful. Next: `/deploy-staging --with-rollback`. **Blockers:** None. All agents reported healthy status. --- *Generated by claude-code-orchestrator-kit v1.2.0 | Tokens used: 4,892/5,000*
Automate your browser workflows effortlessly
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Automate your spreadsheet tasks with AI power
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan