Skip to content

Comprehensive toolkit extending Claude Code with 70+ slash commands, specialized AI agents, and automation workflows. Features hybrid parallel-scanning architecture, intelligent problem routing, and automated code quality improvements. One-command pipelines for security audits, performance optimization, and refactoring.

License

Notifications You must be signed in to change notification settings

redpop/claude-code-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Claude Code Toolkit

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.

πŸš€ Quick Start

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

✨ Features

  • 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

πŸ“¦ Installation

# Basic installation
./install.sh myprefix

# With notifications (recommended) - adds sound feedback and smart suggestions
./install.sh myprefix --with-settings

Installs to ~/.claude/commands/myprefix/, ~/.claude/agents/, and ~/.claude/claude-code-toolkit/

Available Commands

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.

Core Commands (5-Command Architecture)

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

Git Commands

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

Meta Commands

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

Review Commands

Command Description Options
/prefix:review:coderabbit CodeRabbit CLI integration for automated code review and fixes --type, uncommitted|committed|all, --base, branch-name, --help

TYPO3 Commands

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

Help System

Most commands provide detailed help information when called with --help or -h:

/prefix:command --help
/prefix:category:command -h

This shows detailed descriptions, all options, examples, and related workflows.

Example:

/prefix:understand --help

πŸ€– AI Agents

πŸ“‹ Agent Catalog

Specialized AI agents provide domain expertise for various development tasks. Each agent name links to detailed documentation.

Analysis Agents

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

Architecture Agents

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

Documentation Agents

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

Frontend Agents

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

Git Agents

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:*)

Operations Agents

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

Research Agents

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

Security Agents

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

TYPO3 Agents

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

πŸ”Š Sound Notifications

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

πŸ’‘ Smart Suggestions

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

πŸ”§ Configuration

Prerequisites

  • Claude Code (claude.ai/code)
  • Bash shell (macOS/Linux/WSL)
  • Git

Optional Enhancements

  • markdownlint-cli2: Auto-format markdown files
  • afplay (macOS): Sound notifications
  • MCP servers: Enhanced functionality (Semgrep, GitHub, GitLab)

πŸ“ Directory Structure

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

🍴 Forking & Customization

# 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

πŸ“š Documentation

🀝 Contributing

  1. Fork the repository
  2. Create feature branch
  3. Add commands with proper frontmatter
  4. Run ./scripts/update-readme.sh
  5. Submit pull request

πŸ“œ License

MIT License - see LICENSE file for details.

About

Comprehensive toolkit extending Claude Code with 70+ slash commands, specialized AI agents, and automation workflows. Features hybrid parallel-scanning architecture, intelligent problem routing, and automated code quality improvements. One-command pipelines for security audits, performance optimization, and refactoring.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •