Simple example plugin demonstrating basic slash commands
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install decide-technical@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/decide-technical.json
Step 2: Install the plugin
/plugin install decide-technical@decide-technical
A collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities in understanding, analyzing, and documenting codebases.
This toolkit provides structured markdown-based configurations that guide Claude Code through various development tasks. Rather than executable code, it offers:
claude-code plugin marketplace add /path/to/claude-toolkit/.claude-plugin
claude-code plugin install claude-toolkit@claude-toolkit-local
The plugin will now be available across all your projects!
git clone https://github.com/mpazaryna/claude-toolkit.git
cd claude-toolkit
./deploy.sh add-project my-app ~/path/to/my-app
./deploy.sh deploy-all my-app
claude-toolkit/
├── .claude-plugin/ # Plugin configuration
│ ├── plugin.json # Plugin metadata
│ └── marketplace.json # Local marketplace config
├── agents/ # Specialized AI agents
│ ├── quality-control-enforcer.md
│ ├── research-docs-fetcher.md
│ └── work-completion-summarizer.md
├── commands/ # Pre-configured workflows
│ └── paz/
│ ├── prime/ # Codebase understanding
│ ├── learn/ # Learning resources
│ ├── context/ # Context rebuilding
│ └── tools/ # Tool-specific docs
├── templates/ # Project analysis templates
│ └── paz/
│ └── acb/ # Agent-Codebase templates
└── CLAUDE.md # Claude Code instructions
paz/
namespace for better organization and to support multiple toolkit collections/plugin marketplace add https://github.com/mpazaryna/claude-toolkit
1.0.0