AI SummaryExecute the release automation script with auto-confirmation for Claude Code. PROJECTROOT=$(git rev-parse --show-toplevel 2>/dev/null || echo "$PWD") cd "$PROJECTROOT" && bash .claude/scripts/release.sh $ARGUMENTS --yes
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Navigate to project root first" skill in my project. Please run this command in my terminal: # Install skill into your project (27 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/push.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/beads-init.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/beads-init.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/health-bugs.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-bugs.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/health-cleanup.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-cleanup.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/health-deps.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-deps.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/health-metrics.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-metrics.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/health-reuse.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-reuse.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/health-security.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-security.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/onboard.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/onboard.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/process-logs.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/process-logs.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.analyze.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.analyze.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.checklist.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.checklist.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.clarify.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.clarify.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.constitution.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.constitution.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.implement.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.implement.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.plan.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.plan.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.specify.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.specify.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.tasks.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.tasks.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.taskstoissues.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.taskstoissues.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/speckit.tobeads.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/speckit.tobeads.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/status.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/status.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/supabase-performance-optimizer.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/supabase-performance-optimizer.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/translate-doc.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/translate-doc.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/ultra-think.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/ultra-think.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/upgrade.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/upgrade.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/work.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/work.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/worktree.md "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/worktree.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
🎼 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.
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 1mo ago
● ActiveAdoption100+ stars on GitHub
154 ★ · GrowingDocsREADME + description
Well-documentedNo License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code