Help us improve
Share bugs, ideas, or general feedback.
Official marketplace for Claude Commands - LLM Capital Efficiency Framework with 145+ production-tested workflow automation commands
npx claudepluginhub jleechanorg/claude-commandsLLM Capital Efficiency Framework: 145+ production-tested slash commands for autonomous development workflows, PR automation, and multi-agent orchestration
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local 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.
A comprehensive collection of workflow automation commands for Claude Code that transform your development process through intelligent command composition and orchestration.
The YAML frontmatter at the top of this template provides command metadata and should remain intact for downstream tooling.
To install Claude Commands in Claude Code CLI, first register the marketplace:
/plugin marketplace add jleechanorg/claude-commands
Then browse available commands with /plugin and install:
/plugin install claude-commands@claude-commands
After installation, restart your Claude Code CLI session for the plugin to take effect.
To verify successful installation, run /help to check that commands appear.
Let Claude Code analyze and set up what you need by asking:
"I want to use commands from https://github.com/jleechanorg/claude-commands - analyze what's available and set up the ones useful for my project"
git clone https://github.com/jleechanorg/claude-commands.git
cp -r claude-commands/.claude/commands/* ./.claude/commands/
See INSTALL.md for detailed setup, troubleshooting, and platform-specific instructions.
⚠️ PROTOTYPE WIP REPOSITORY - This is an experimental command system exported from a working development environment. Use as reference but expect adaptation needed for your specific setup.
211 Commands including powerful workflow orchestrators and cognitive tools:
/pr, /copilot, /execute, /orch - Complete multi-step automation/think, /arch, /debug, /learn - Analysis and planning/scaffold - Repository setup and development environment/test, /tdd, /testuif - Comprehensive testing workflows60 Hooks for Claude Code automation and workflow optimization
22 Scripts for development tools including git workflow, code analysis, testing, and CI/CD
192 Skills providing shared knowledge references and capabilities
/execute - Plan-Approve-Execute WorkflowCombines planning, auto-approval, and implementation in one seamless workflow with progress tracking.
/execute "fix login button styling"
# → Creates plan → Auto-approves → Implements → Tests → Commits
/pr - Complete Development LifecycleExecutes the full 5-phase development workflow from analysis to PR creation.
/pr "fix authentication bug"
# Think → Execute → Push → Copilot → Review
/copilot - Autonomous PR ManagementTargets current branch PR and autonomously handles analysis, fixes, testing, and communication.
/copilot # Auto-targets current branch PR
# → Analyze → Fix → Test → Document → Reply → Verify
/cerebras - High-Speed Code GenerationHybrid workflow using Cerebras Inference API (up to 19.6x faster per Cerebras benchmarks) with Claude as architect and Cerebras as builder.
/cerebras "create React component for user dashboard with TypeScript"
# → Example: ~500ms generation time vs 10s standard in benchmark scenarios
/orch - Multi-Agent Task DelegationDelegates tasks to autonomous agents working in parallel across different branches.
/orch "add user notifications system"
# → Frontend, Backend, and Testing agents work in parallel
/scaffold - Repository Infrastructure SetupRapidly scaffolds essential development infrastructure with intelligent technology stack adaptation.
/scaffold
# → Copies 17 development scripts adapted to your tech stack
Commands work through simple .md files that Claude Code reads as executable instructions. You can chain multiple commands in a single request:
# Sequential execution
"/think about authentication then /arch the solution then /execute it"
# Conditional execution
"/test the login flow and if it fails /fix it then /pr the changes"
# Full workflow composition
"/analyze the codebase /design a solution /execute with tests /pr with documentation"
When you type /pr "fix bug", Claude:
.claude/commands/pr.mdCommands integrate seamlessly through: