Complete extension for Claude Code with commands, agents, and automation. Transform your development workflow with 6 core commands plus specialized extensions, all backed by intelligent AI agents.
git clone https://github.com/redpop/claude-code-toolkit.git
cd claude-code-toolkit
./install.sh myprefix --with-settings
# Use anywhere in your projects
/myprefix:understand --comprehensive # Deep analysis (. is default)
/myprefix:improve --apply-insights # Fix issues
/myprefix:secure --audit # Security scan
/myprefix:ship --readiness-check # Deployment validation- 5 Core Commands: understand, improve, create, secure, ship
- 25+ AI Agents: Security, performance, architecture, research and planning specialists
- Sound Notifications: Audio feedback for command completion
- TYPO3 Integration: Specialized CMS development tools
- MCP Compatible: Enhanced with optional MCP servers
- Knowledge-Driven: Pattern learning and intelligent workflow optimization
# Basic installation
./install.sh myprefix
# With notifications (recommended) - adds sound feedback and smart suggestions
./install.sh myprefix --with-settingsInstalls to ~/.claude/commands/myprefix/, ~/.claude/agents/, and ~/.claude/claude-code-toolkit/
The toolkit uses the 5-Command Architecture for core operations, plus specialized commands for specific domains. Use your custom prefix (e.g., myprefix):
π‘ Click any command for detailed documentation with syntax, examples, and workflows.
| Command | Description | Options |
|---|---|---|
/prefix:create |
Code and content generation with intelligent templating and pattern learning | type, target, --format, --from-analysis, --template, --help |
/prefix:improve |
Code improvement with intelligent routing and learning persistence | type, target, --dry-run, --severity, --apply-insights, --from-analysis, --export-json, --export-md, --help |
/prefix:secure |
Security analysis and vulnerability detection with threat intelligence learning | type, target, --standard, --help |
/prefix:ship |
Deployment readiness and quality gates with release pattern learning | type, target, --check, --readiness-check, --quality-gates, --help |
/prefix:understand |
Code analysis and comprehension with intelligent problem routing | type, target, --comprehensive, --quick, --export-json, --export-md, --help |
| Command | Description | Options |
|---|---|---|
/prefix:git:operations |
Smart Git operations with project context and commit pattern learning | operation, --push, --no-verify, --smart, --pattern-learn, --interactive, --dry-run, --help |
| Command | Description | Options |
|---|---|---|
/prefix:meta:changelog |
AI-powered CHANGELOG.md management that automatically determines version based on changes | --commit, --push, --fast, --update-version |
/prefix:meta:handoff |
Documents current problem context for handoff to another AI assistant | output-file, -c|--compact|--brief, -t|--technical, --focus, topic, --skip, topic, --include, topic, "instructions" |
/prefix:meta:mcp |
Manage MCP (Model Context Protocol) servers for Claude Code | install|remove|list|info, server-name, --scope, local|project|user |
| Command | Description | Options |
|---|---|---|
/prefix:review:coderabbit |
CodeRabbit CLI integration for automated code review and fixes | --type, uncommitted|committed|all, --base, branch-name, --help |
| Command | Description | Options |
|---|---|---|
/prefix:typo3:content-blocks |
Generate TYPO3 Content Blocks v1.3 with modern field configurations | name, --type=element|page, --fields=..., --sitepackage=path, --with-components, --component-type=inline|external |
/prefix:typo3:extension-kickstarter |
Create TYPO3 extensions using ext-kickstarter or manual scaffolding | extension-key, --type=..., --use-kickstarter, --composer-name=..., --with-backend-module, --with-plugin, --with-middleware, --with-command, --with-event-listener, --with-tests |
/prefix:typo3:fluid-components |
Generate Fluid v4 Components for TYPO3 v13 with Atomic Design patterns and Fluid analysis | component-name, --type=atom|molecule|organism, --sitepackage=path, --analyze |
/prefix:typo3:make-content-block |
Wrapper for TYPO3 make:content-block command with intelligent defaults | --vendor=..., --type=..., --skeleton-path=..., --config-path=..., --create-skeleton, --batch=..., --migrate-from=... |
/prefix:typo3:sitepackage |
Create a TYPO3 v13.4 SitePackage based on official template with Site Sets | vendor, package-name, --include-ddev, --include-docker, --author=name, --email=address |
Most commands provide detailed help information when called with --help or -h:
/prefix:command --help
/prefix:category:command -hThis shows detailed descriptions, all options, examples, and related workflows.
Example:
/prefix:understand --helpSpecialized AI agents provide domain expertise for various development tasks. Each agent name links to detailed documentation.
| Agent | Purpose | Tools |
|---|---|---|
| ai-specialist | AI integration expert specializing in prompt engineering, LLM optimization, and AI-powered featur... | Read,Grep,Task |
| code-understanding-specialist | Expert in comprehensive code analysis, architecture comprehension, and pattern recognition with p... | Read,Grep,Glob,Task |
| performance-optimizer | Performance analysis and optimization expert specializing in identifying bottlenecks, memory leak... | Read,Grep,Task |
| refactoring-expert | Code refactoring specialist with expertise in clean code principles, design patterns, and systema... | Read,Grep,Task |
| report-analyzer | Analysis report expert specializing in interpreting code quality reports, identifying trends, com... | Read,Grep,Task |
| Agent | Purpose | Tools |
|---|---|---|
| code-architect | Software architecture expert specializing in system design, code structure analysis, and architec... | Read,Grep,Task |
| project-planner | Strategic development planning expert specializing in project architecture, comprehensive task de... | Read,Grep,Task,TodoWrite |
| Agent | Purpose | Tools |
|---|---|---|
| documentation-health-specialist | Expert in documentation quality analysis, technical writing best practices, and maintaining docum... | Read,Grep,Task |
| documentation-specialist | Alias for documentation-health-specialist - Knowledge-Enhanced expert in content generation and t... | Read,Grep,Task |
| Agent | Purpose | Tools |
|---|---|---|
| frontend-specialist | Frontend development expert specializing in modern JavaScript frameworks, component architecture,... | Read,Grep,Task |
| tailwind-css-specialist | Tailwind CSS v4 expert specializing in best practices, installation, configuration, and integrati... | Read,Grep,Glob,WebFetch,WebSearch,Task |
| Agent | Purpose | Tools |
|---|---|---|
| git-conflict-specialist | Expert in Git conflict analysis, resolution strategies, and merge semantics | Read,Grep,Task |
| git-workflow-specialist | Knowledge-Enhanced Git workflow expert specializing in intelligent commit execution, change analy... | Read,Grep,Bash(git:*) |
| Agent | Purpose | Tools |
|---|---|---|
| deployment-specialist | CI/CD and deployment expert specializing in automated pipelines, containerization, and production... | Read,Grep,Task |
| workflow-optimizer | Developer workflow and productivity expert focused on reducing friction, automating repetitive ta... | Read,Grep,Task |
| Agent | Purpose | Tools |
|---|---|---|
| blueprint-architect | Implementation blueprint creation expert combining requirements, patterns, and research into exec... | Read,Grep,Task |
| codebase-research-specialist | Deep codebase pattern analysis expert specializing in discovering implementation patterns, archit... | Read,Grep,Glob,Task |
| external-research-specialist | External documentation and best practices research expert with web search and API documentation a... | Read,Grep,Task |
| requirements-analyst | Requirements validation and completeness expert specializing in gap analysis, stakeholder require... | Read,Grep,Glob,Task |
| Agent | Purpose | Tools |
|---|---|---|
| debugging-specialist | Expert in systematic debugging, log analysis, and root cause identification. This agent helps tra... | Read,Grep,Task |
| security-specialist | Deep security analysis expert specializing in vulnerability detection, OWASP compliance, and secu... | Read,Grep,Task |
| Agent | Purpose | Tools |
|---|---|---|
| typo3-architect | TYPO3 architecture expert specializing in enterprise CMS solutions, extension architecture, and p... | Read,Grep,Task |
| typo3-content-blocks-specialist | TYPO3 Content Blocks expert specializing in creating, configuring, and optimizing content blocks ... | Read,Grep,Task |
| typo3-extension-developer | TYPO3 extension development expert specializing in creating, maintaining, and optimizing TYPO3 ex... | Read,Grep,Task |
| typo3-fluid-expert | TYPO3 Fluid Template Engine expert with latest conventions, ViewHelper mastery, and Context7 inte... | Read,Grep,Task |
| typo3-typoscript-expert | TYPO3 TypoScript expert specializing in template configuration, setup optimization, and TypoScrip... | Read,Grep,Task |
Total Agents: 26 across 9 categories
Three automation profiles available:
- basic: Essential notifications only
- minimal: + Error detection + Smart suggestions
- advanced: Full notification suite + Smart suggestions
Configure during installation with --with-settings
The toolkit provides intelligent workflow recommendations:
- Context-Aware: Suggestions based on file types (security, tests, docs, etc.)
- Learning Tool: Helps users discover relevant commands in the 6-command architecture
- Customizable: JSON configuration for patterns and suggestions
- Non-Intrusive: 30-second cooldown prevents suggestion spam
Examples:
- Edit
auth.pyβπ‘ Security code modified. Consider: /prefix:secure . --quick - Create
test_user.pyβπ‘ Test file created. Consider: /prefix:understand . --test-coverage
- Claude Code (claude.ai/code)
- Bash shell (macOS/Linux/WSL)
- Git
- markdownlint-cli2: Auto-format markdown files
- afplay (macOS): Sound notifications
- MCP servers: Enhanced functionality (Semgrep, GitHub, GitLab)
claude-code-toolkit/
βββ commands/ # Core 6-command architecture
βββ agents/ # Specialized AI agents
βββ hooks/ # Automation hooks
βββ knowledge-base/ # Domain expertise
βββ templates/ # Command templates
βββ settings/ # Hook profiles# Fork on GitHub, then:
git clone https://github.com/YourUsername/your-fork.git
cd your-fork
./install.sh myteam
# Install multiple versions
./install.sh global # Official toolkit
./install.sh myteam # Your customizations- Fork the repository
- Create feature branch
- Add commands with proper frontmatter
- Run
./scripts/update-readme.sh - Submit pull request
MIT License - see LICENSE file for details.