By robmt
Companion to spitball. Manages a rolling 3-slot view (At Bat / On Deck / In the Hole) of work toward a spitball's destination. Two skills: lineup (reviewer) sharpens the next at-bat; at-bat (implementer) does the work with red/green testing.
Use this skill to execute the current At Bat slot in an active lineup. Trigger on phrases like 'do the at-bat', 'run the at-bat', 'play the at-bat', 'step up to the plate', 'next play', 'implement what's at-bat', or whenever the user wants to actually do the work the lineup has already sharpened. Reads the current at-bat file, writes the failing test (red), implements until it passes (green), verifies scope, and moves the file to completed/. Never auto-invokes lineup.
Use this skill to review or refresh the rolling work state next to a spitball. Trigger on phrases like 'update the lineup', 'review the lineup', 'what's at-bat', 'what's next', 'sharpen the next at-bat', 'is the spitball done', 'check completion', or whenever the user wants to advance the next-step view without doing implementation work. Reads the spitball + current state, promotes On Deck → At Bat (creates an at-bat file), and stops. Never auto-invokes at-bat or any implementation skill.
A small Claude Code plugin marketplace.
In any Claude Code session:
/plugin marketplace add robmt/claude-tools
Then browse and install plugins:
/plugin
Or install directly:
/plugin install <plugin-name>@claude-tools
| Plugin | Version | Description |
|---|---|---|
| spitball | 0.2.0 | Lightweight design conversation that produces a small spitball artifact. Forked from obra/superpowers brainstorming with configurable save location and no auto-handoff to a planning skill. Includes a spitball-setup skill for first-run configuration. |
.claude-plugin/
marketplace.json # marketplace manifest, lists every plugin
plugins/
<plugin-name>/
.claude-plugin/plugin.json
README.md
skills/, commands/, agents/, hooks/, ...
See CONTRIBUTING.md for how to add or update a plugin.
Each plugin states its own license and attribution in its README. The marketplace metadata in this repo is offered without warranty.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub robmt/claude-tools --plugin lineupComplete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.