
Tobyhede Turboshovel
- Updated January 14, 2026
- tobyhede/turboshovel
Tobyhede Turboshovel is a Claude Code plugin that turns agent skills into executable workflows using rundown runbooks with context injection and enforcement.
About
Tobyhede Turboshovel is a Claude Code plugin bundle focused on turning agent skills into executable workflows backed by rundown runbooks. developers who already author skills but see drift, skipped steps, or weak follow-through can use it to package those skills as structured sequences with context injection and enforcement rather than loose instructions. The plugin fits anywhere in the journey you depend on repeatable agent rituals—scoping, implementation, review, or iteration—but it lands on the catalog under build and agent-tooling because that is where most teams first formalize skill libraries. Expect a framework-style mental model: skills become runbooks, runbooks become dependable execution. It is aimed at developers shipping with Claude Code who want quality and consistency without building a custom orchestration layer from scratch.
- Converts passive skills into executable rundown runbooks agents follow in order
- Context injection so each runbook step gets the right constraints and references
- Quality and enforcement hooks so outputs match the skill’s intent
- Framework-oriented workflow packaging for generic agent stacks
- Pairs with skill authoring: define once, run many times with consistent gates
Tobyhede Turboshovel by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install tobyhede-turboshovel@tobyhede/turboshovelAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | January 14, 2026 |
|---|---|
| Repository | tobyhede/turboshovel ↗ |
What it does
Install when you want agent skills to run as enforced, repeatable rundown runbooks instead of one-off prompts.
Who is it for?
Best when you have a growing skill library and need dependable, step-by-step agent execution without a separate orchestration product.
Skip if: Skip if you only need a single integration skill with no multi-step process or no interest in runbook-style enforcement.
What you get
After you add the plugin, skills run as ordered runbooks with injected context and enforcement so workflows complete the same way every time.
- Executable rundown runbooks wired to your skills
- Repeatable agent workflows with context injection and enforcement
By the numbers
- Plugin bundle lists pluginCount: 1 in catalog metadata
- Repository: tobyhede/turboshovel
Recommended Plugins
How it compares
Workflow enforcement layer for skills, not a curated multi-plugin dev toolkit or an external MCP server.
FAQ
Who is Tobyhede Turboshovel for?
It is for developers and small teams using Claude Code who author skills and want those skills executed as consistent rundown runbooks.
When should I use Tobyhede Turboshovel?
Use it when a skill must run as a fixed sequence—with context injection and quality gates—across validate, build, ship, or operate work.
How do I add Tobyhede Turboshovel to my agent?
Install the plugin from the tobyhede/turboshovel repository in Claude Code, then wire your existing skills into Turboshovel rundown runbook definitions per the repo docs.