Toolbox of Claude Code plugins
npx claudepluginhub schpet/toolboxJujutsu (jj) version control documentation and workflows for Claude Code
Jujutsu (jj) workflow commands for Claude Code - commit, describe, squash
Manage project changelogs following the Keep a Changelog format
Read and write semantic versions in config files (JSON, TOML, YAML)
Jujutsu repository maintenance and Apple container utilities
Distill rough ideas into structured project specs with issues
Restate durable execution framework documentation and patterns for Claude Code
a dumping ground for teaching the llm new tricks.
| Plugin | Description |
|---|---|
| jj-vcs | Jujutsu (jj) version control documentation and workflows |
| jjwf | Jujutsu workflow commands: /ci, /describe, /squash, /catchup, /clone, /pr |
| changelog | Manage project changelogs following the Keep a Changelog format |
| svbump | Read and write semantic versions in config files (JSON, TOML, YAML) |
| chores | Jujutsu repository maintenance and Apple container utilities |
| speccer | Distill rough ideas into structured project specs with issues |
| restate | Restate durable execution framework documentation and patterns |
From Claude Code:
/plugin marketplace add schpet/toolbox
From bash:
claude plugin marketplace add schpet/toolbox
claude plugin install jj-vcs@toolbox
claude plugin install jjwf@toolbox
claude plugin install changelog@toolbox
claude plugin install svbump@toolbox
claude plugin install chores@toolbox
claude plugin install speccer@toolbox
claude plugin install restate@toolbox
Restart Claude Code after installation.
First, update the marketplace to get the latest plugin versions:
claude plugin marketplace update toolbox
Then update individual plugins:
claude plugin install jj-vcs@toolbox
claude plugin install jjwf@toolbox
claude plugin install changelog@toolbox
claude plugin install svbump@toolbox
claude plugin install chores@toolbox
claude plugin install speccer@toolbox
claude plugin install restate@toolbox
Or update a specific plugin:
claude plugin update jj-vcs@toolbox
Restart Claude Code after updating.
Remove individual plugins:
claude plugin remove jj-vcs@toolbox
claude plugin remove jjwf@toolbox
claude plugin remove changelog@toolbox
claude plugin remove svbump@toolbox
claude plugin remove chores@toolbox
claude plugin remove speccer@toolbox
claude plugin remove restate@toolbox
Remove all plugins and the marketplace:
claude plugin remove jj-vcs@toolbox
claude plugin remove jjwf@toolbox
claude plugin remove changelog@toolbox
claude plugin remove svbump@toolbox
claude plugin remove chores@toolbox
claude plugin remove speccer@toolbox
claude plugin remove restate@toolbox
claude plugin marketplace remove toolbox
git clone https://github.com/schpet/toolbox
cd toolbox
# Install marketplace and plugins from local directory
just claude-install-local
Requires jj and pandoc:
just generate-jj-docs
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
No description available.