Tobyhede Turboshovel
Tobyhede Turboshovel is a Claude Code plugin for the Build phase that turns agent skills into executable workflows using rundown runbooks with context injection and enforcement.
Install when you want agent skills to run as enforced, repeatable rundown runbooks instead of one-off prompts.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install tobyhede-turboshovel@tobyhede/turboshovelBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:tobyhede/turboshovel") and the paste-ready config with skillselion.get_install_config("plugin:tobyhede/turboshovel").
What it does
Tobyhede Turboshovel is a Claude Code plugin bundle focused on turning agent skills into executable workflows backed by rundown runbooks. Solo builders 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 builders shipping with Claude Code who want quality and consistency without building a custom orchestration layer from scratch.
Highlights
- 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
Why builders use it
Agent skills read well in markdown but agents still skip steps, lose context, and deliver inconsistent results when every session is ad hoc.
After you add the plugin, skills run as ordered runbooks with injected context and enforcement so workflows complete the same way every time.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is tobyhede-turboshovel for?
It is for indie builders 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.
Comments
Share how you use tobyhede-turboshovel, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.