A collection of Claude Code plugins that make your AI coding workflow smarter
npx claudepluginhub milis92/claude-toolboxDiscover and document coding conventions as .claude/rules/ files through a guided workflow.
Create and improve README files with clear structure, practical examples, and audience-aware content.
A collection of Claude Code plugins that make your AI coding workflow smarter.
Claude Code is great out of the box, but plugins make it better. Claude Toolbox is a curated set of plugins that extend what Claude Code can do — from discovering your team's coding conventions to automating repetitive workflows.
Each plugin is independently installable, so you only enable what you need.
Add the marketplace:
/plugin marketplace add milis92/Claude-Toolbox
Then pick the plugins you want from the list below.
| Plugin | Type | Description |
|---|---|---|
| create-rule | Skill | Discover and document coding conventions as .claude/rules/ files |
| write-readme | Skill | Create and improve README files with clear structure and real examples |
| silicon-valley-review | Skill + Agents | Code review by the Pied Piper team with in-character commentary and voting |
create-rule/plugin install create-rule@claude-toolbox-marketplace
Rule files (
.claude/rules/<topic>.md) let you split a largeCLAUDE.mdinto smaller, focused files that Claude Code loads on demand — only when editing files that match the rule'spaths:glob. This keeps context lean and relevant.This skill creates rule files through a guided discovery-to-validation workflow: it samples your real code, identifies non-obvious patterns, and produces focused rules — no manual writing needed.
- Write a rule file for our testing conventions
- Create a .claude/rules file for error handling patterns
- Document our API endpoint patterns as a rule file
paths: frontmatter,
@file/path references, and !IMPORTANT markers./claude-md-improver.write-readme/plugin install write-readme@claude-toolbox-marketplace
A good README is the front door to your project. This skill creates structured, audience-aware READMEs with centered titles, badges, feature lists, installation instructions, usage examples, and configuration tables — whether you're starting from scratch or improving what's already there.
- Write a README for this project
- Our README is outdated, can you improve it?
- Create documentation for this CLI tool
silicon-valley-review/plugin install silicon-valley-review@claude-toolbox-marketplace
Code review by the Pied Piper team from HBO's Silicon Valley. Uses Claude Code's Agent Teams to run parallel reviews with 5 character reviewers — each with a real technical domain and full in-character personality. Requires Agent Teams to be enabled (
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1).
- Review my code changes (defaults to uncommitted diff)
- Get the Pied Piper team to review PR #42
- Run a silicon valley review on src/auth/
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories