Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Pre/post dev toolbox — named bundles of skills/agents loaded before development work and councils of experts invoked after. Run /toolbox or the toolbox.py CLI to list, activate, initialize, export, import, and validate toolboxes. Invoke at the start or end of a dev session, when setting up a new repo, or when sharing toolboxes with a team.
.claude/skills/stevesolun-toolbox/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 93% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -42% | 0% |
Named bundles of skills/agents that run before (pre) or after (post) a development task. Learn patterns from past work and propose new bundles. Invoke slash, pre-commit, session-end, or file-save.
| Task | Command | |--------------------------------------------|-----------------------------------------| | Seed 5 starter toolboxes | python src/toolbox.py init | | List available toolboxes | python src/toolbox.py list | | Inspect one | python src/toolbox.py show ship-it | | Activate (global) | python src/toolbox.py activate ship-it| | Export for sharing | python src/toolbox.py export ship-it | | Import a shared toolbox | python src/toolbox.py import file.yaml| | Validate config | python src/toolbox.py validate |
| Name | When to use | |-------------------|-----------------------------------------------------------------| | ship-it | End-of-feature: 7-expert council on the change set | | security-sweep | Security audit with guardrail blocking HIGH findings | | refactor-safety | Refactors with graph-informed blast radius | | docs-review | When touching Markdown or API docs | | fresh-repo-init | Blank repo: run intent interview and scaffold |
Global: ~/.claude/toolboxes.json. Per-repo (overrides global): <repo_root>/.toolbox.yaml.
Each toolbox declares:
pre — skills/agents to load before work startspost — agents that form the council after work endsscope.analysis — diff | full | graph-blast | dynamictrigger — slash, pre_commit, session_end, or file_save globbudget.max_tokens / budget.max_seconds — hard stop on runaway costdedup.policy — fresh (always re-run) or cached (reuse within window)guardrail — if true, block commit on HIGH findingsfresh-repo-init suggestion).security-sweep file_save).See docs/toolbox/index.md, docs/toolbox/starters.md, and docs/toolbox/verdicts.md for the current toolbox contract, starter bundles, and guardrail behavior.
Other measured skills in the registry, with their headline benchmark lift.