| description | Claude Commands - Command Library Overview |
|---|---|
| type | llm-orchestration |
| execution_mode | immediate |
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-commandsThen browse available commands with /plugin and install:
/plugin install claude-commands@claude-commandsAfter 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.
211 Commands including powerful workflow orchestrators and cognitive tools:
- Workflow Orchestrators:
/pr,/copilot,/execute,/orch- Complete multi-step automation - Cognitive Commands:
/think,/arch,/debug,/learn- Analysis and planning - Infrastructure:
/scaffold- Repository setup and development environment - Testing:
/test,/tdd,/testuif- Comprehensive testing workflows
60 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
Combines planning, auto-approval, and implementation in one seamless workflow with progress tracking.
/execute "fix login button styling"
# β Creates plan β Auto-approves β Implements β Tests β CommitsExecutes the full 5-phase development workflow from analysis to PR creation.
/pr "fix authentication bug"
# Think β Execute β Push β Copilot β ReviewTargets current branch PR and autonomously handles analysis, fixes, testing, and communication.
/copilot # Auto-targets current branch PR
# β Analyze β Fix β Test β Document β Reply β VerifyHybrid 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 scenariosDelegates tasks to autonomous agents working in parallel across different branches.
/orch "add user notifications system"
# β Frontend, Backend, and Testing agents work in parallelRapidly scaffolds essential development infrastructure with intelligent technology stack adaptation.
/scaffold
# β Copies 17 development scripts adapted to your tech stackCommands 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:
- Reads
.claude/commands/pr.md - Parses the structured prompt template
- Executes the workflow defined in the markdown
- Composes with other commands through shared protocols
Commands integrate seamlessly through:
- TodoWrite: All commands break down into trackable steps
- Memory Enhancement: Commands learn from previous executions
- Git Workflow: Automatic branch management and PR creation
- Error Recovery: Smart handling of failures and retries
LLM-Native test patterns that work across any web application using AI to create, execute, and validate complex test scenarios.
Commands: /test, /tdd, /testuif, /testhttp
Capabilities:
- Multi-domain test patterns (e-commerce, authentication, content management)
- AI-first test development with intelligent generation
- Dynamic assertion creation and failure analysis
- Matrix testing for comprehensive validation
Multi-agent task delegation prototype demonstrating autonomous development workflows.
Architecture:
- Frontend, Backend, Testing, and Opus-Master agents
- Redis-based coordination and task management
- Individual PR creation per agent with branch isolation
- Cost: $0.003-$0.050 per task
Performance: 85% first-time-right with proper specs, 90% cross-agent coordination success
Commands contain placeholders that need adaptation for your project:
$PROJECT_ROOT/β Your project's main directoryyour-project.comβ Your domain/project nameTESTING=true pythonβ Your test execution pattern
Example:
# Before (exported)
TESTING=true python $PROJECT_ROOT/test_file.py
# After (adapted for Node.js)
npm test src/components/test_file.js- Workflow Orchestrators: Complete multi-step workflows
- Cognitive Commands: Analysis and planning capabilities
- Infrastructure Commands: Repository setup and configuration
- Operational Commands: Protocol enforcement and execution
- Testing Commands: Test creation, execution, and validation
- Claude Code CLI
- Git repository context
- Project-specific adaptations for paths and commands
- Commands include adaptation warnings where customization needed
- Install script provides clear guidance
- README examples show adaptation patterns
See bottom of README for complete version history.
- ZFC compliance fixes across claw.md, auton.md, base.py, exportcommands.sh
- CLAUDE.md ZFC global rule added
- exportcommands.sh: README neutral-dir fix, --tools "" flag, corrupt-detection guard
Export Statistics:
- 244 Commands: Complete workflow orchestration system
- 52 Hooks: Claude Code automation and workflow hooks
- 22 Scripts: Development and automation tools
- 89 Skills: Shared knowledge references
Recent Changes:
- Script allowlist expansion (12 additional development scripts)
- Enhanced export utility with broader infrastructure coverage
- Improved documentation for cross-project usage
For complete version history, see Version History Archive below.
Click to expand complete version history
- 195 Commands, 43 Hooks, 19 Scripts, 33 Skills
- Script allowlist expansion for development tools
- Enhanced export utility coverage
- 194 Commands, 43 Hooks, 19 Scripts, 28 Skills
- Development workflow tools integration
- Improved script categorization
- 194 Commands, 43 Hooks, 19 Scripts, 25 Skills
- Enhanced automation patterns
- Documentation improvements
- 194 Commands, 43 Hooks, 19 Scripts, 24 Skills
- Infrastructure deployment enhancements
- Cross-project compatibility improvements
- 191 Commands, 43 Hooks, 19 Scripts, 20 Skills
- Testing framework enhancements
- Command composition improvements
- 186 Commands, 41 Hooks, 19 Scripts, 14 Skills
- Multi-agent orchestration improvements
- Performance optimizations
π Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com