Claude Code Toolkit
A comprehensive plugin marketplace for Claude Code CLI with modular plugins for enhanced development workflows, context engineering, git management, and documentation.
🎯 What is This?
This repository serves as a Claude Code Plugin Marketplace containing curated, production-ready plugins that extend Claude Code's capabilities. Each plugin is self-contained and can be installed independently based on your needs.
📦 Available Plugins
🔧 Context Engineering
Advanced workflow automation with PRP generation and GitHub issue analysis
- 4 specialized agents for workflow orchestration
- 2 Claude Code skills for procedural knowledge
- GitHub issue analysis and processing
- PRP (Prompt-Response-Plan) generation and execution
- Multi-step workflow coordination
View Details →
💻 Development Workflow
Complete development lifecycle support from architecture to PR creation
- 5 specialized agents for development excellence
- 3 Claude Code skills for coding standards, patterns, and workflow orchestration
- Senior engineering and implementation support
- Expert code review capabilities
- Architecture advisory and design guidance
- Visual regression testing
- Professional PR documentation
- Bug investigation and fixing workflows
- Refactoring planning and execution
View Details →
🌿 Git & Project Management
Git worktree utilities for parallel development
- 1 Claude Code skill for git worktree patterns
- Parallel development with git worktrees
- Streamlined worktree merging and cleanup
- Git worktree organization and best practices
View Details →
📚 Documentation Templates
Templates and examples for project documentation
- 2 Claude Code skills for agent documentation and delegation
- AGENTS.md creation templates
- Claude Code delegation rules examples
- Real-world documentation patterns
- Best practices guides
View Details →
🎨 UI/UX Audit
Screenshot-based UI/UX audit workflow with parallel page analysis
- 2 specialized agents for orchestration and page-level auditing
- 1 Claude Code skill for audit methodology and design vocabulary
- Multi-viewport responsive testing (mobile, tablet, desktop)
- Non-destructive error state simulation via Playwright
- Professional design terminology (no code references)
- Parallel page auditing for efficiency
View Details →
🚀 Installation
Install the Entire Marketplace
# Add this marketplace to Claude Code
/plugin marketplace add https://github.com/L-Sypniewski/claude-code-toolkit.git
# Or for local development
/plugin marketplace add /path/to/claude-code-toolkit
Install Individual Plugins
Once the marketplace is added, install specific plugins:
/plugin install context-engineering
/plugin install development-workflow
/plugin install git-project-management
/plugin install documentation-templates
/plugin install ui-ux-audit
Team Installation (Automatic)
For teams, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": [
"https://github.com/L-Sypniewski/claude-code-toolkit.git"
]
}
📋 Repository Structure
claude-code-toolkit/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/
│ ├── context-engineering/ # Context engineering workflows
│ ├── development-workflow/ # Development lifecycle tools
│ ├── git-project-management/ # Git and planning utilities
│ ├── documentation-templates/ # Documentation templates
│ └── ui-ux-audit/ # UI/UX visual audit tools
├── README.md # This file
└── .claude/ # Local settings
🎓 Getting Started
For Individual Developers
-
Install the marketplace:
/plugin marketplace add https://github.com/L-Sypniewski/claude-code-toolkit.git
-
Browse available plugins:
/plugin list
-
Install plugins you need:
/plugin install development-workflow
-
Start using agents and commands:
- Agents activate automatically based on your tasks
- Commands are available via slash commands (e.g.,
/create-pr)
For Teams
- Configure team marketplace in
.claude/settings.json
- Document recommended plugins for your project
- Share configuration via version control
- Onboard new members - plugins install automatically
💡 Usage Examples
Context Engineering Workflow
# Analyze a GitHub issue
/initial-github-issue https://github.com/owner/repo/issues/123
# Generate a structured PRP
/generate-prp
# Execute the PRP with tracking
/execute-prp
Development Workflow