pexels ai25studioai 5475809

Pluginpool: A Grab Bag of Small, Sharp Claude Code Dev Skills

Seventh in the series is a step away from the single do-one-thing skill and the full methodology plugin, toward something in between: pluginpool, a bundle of nine small, self-contained skills that each solve one specific developer annoyance.

What’s in the pool

The set includes commit-narrator and pr-storyteller for turning a raw diff into a readable commit message or PR description, test-gap for spotting untested code paths, deps-doctor for dependency health checks, env-lint for catching environment misconfiguration, secret-guard for flagging accidentally committed secrets, standup-gen for turning yesterday’s git activity into a standup summary, todo-harvest for pulling TODO comments into a tracked list, and flaky-detector for spotting tests that pass and fail inconsistently.

Each one is genuinely single-purpose, vendor-agnostic, and works across Claude Code, Codex CLI, Cursor, Gemini CLI, and roughly a dozen other agent harnesses via the same skills convention used by humanizer back in post one.

The testing detail worth noting

The whole pool is backed by 89 hermetic tests and has no runtime dependencies beyond the Python standard library – a reassuring sign for a set of skills that are going to be run against real commit history and real environment files.

Installing it

Each plugin in the pool is its own self-contained repo, but the whole set installs through one marketplace:

/plugin marketplace add mturac/pluginpool

From there you can install individual skills rather than the whole set if only one or two are useful to your workflow.

Next Sunday: reporecall, a skill that gives Claude Code a persistent, searchable memory of your actual codebase between sessions.


Leave a Reply