Kylesnowschwartz Claude Bumper Lanes
claude-bumper-lanes is a Claude Code plugin for the Ship phase that provides a Git-backed circuit breaker to stop unbounded agent edits.
Install when Claude Code keeps editing without stopping and you need a Git-aware circuit breaker on agent change volume.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install kylesnowschwartz-claude-bumper-lanes@kylesnowschwartz/claude-bumper-lanesBuilt 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:kylesnowschwartz/claude-bumper-lanes") and the paste-ready config with skillselion.get_install_config("plugin:kylesnowschwartz/claude-bumper-lanes").
What it does
kylesnowschwartz-claude-bumper-lanes is a Claude Code plugin that acts as a configurable circuit breaker so the agent cannot make endless unbounded edits without you regaining control. Solo builders often invite Claude to refactor broadly; without guardrails, dozens of files change before anyone reads the diff. This plugin uses Git-oriented stopping logic—bumper lanes—to cap runaway sessions and push review back into the loop. It is squarely a ship-phase safety tool: not SEO, not analytics, but pre-merge discipline while the agent still has write access. Configuration matters because thresholds should match your tolerance for batch size and risk. Complexity is beginner to intermediate depending on how you tune breakers versus default presets. The catalog description is concise and technical, which supports high confidence on purpose even though detailed hook mechanics are not inlined in the ingest readme. Install when you trust the agent for speed but not for unlimited scope per turn.
Highlights
- Configurable circuit breaker for Claude Code edit sessions
- Prevents unbounded automated edits using Git as the safety anchor
- Bumper-lanes metaphor for limiting how far the agent can run before you intervene
- Community plugin bundle (pluginCount: 1) focused on session safety
- Targets solo builders who need hard stops during aggressive refactors
Why builders use it
Claude Code can spiral through huge unreviewed diffs until rollback and review become painful.
Edits hit configurable bumper lanes so you pause, inspect Git state, and resume only when the change set is intentional.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 31 stars, 0 votes.
FAQ
Who is claude-bumper-lanes for?
It is for Claude Code users who need configurable limits when the agent starts making large or unbounded edits.
When should I use claude-bumper-lanes?
Use it during ship-prep and review-heavy sessions whenever you want automatic stops before too many files change without inspection.
How do I add claude-bumper-lanes to my agent?
Install the plugin from kylesnowschwartz/claude-bumper-lanes into Claude Code, configure the circuit breaker thresholds, and keep your project under Git.
Comments
Share how you use kylesnowschwartz-claude-bumper-lanes, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.