Skip to content

feat: add 10 pluginpool plugins (productivity suite)#217

Open
mturac wants to merge 1 commit into
ccplugins:mainfrom
mturac:add-pluginpool-plugins
Open

feat: add 10 pluginpool plugins (productivity suite)#217
mturac wants to merge 1 commit into
ccplugins:mainfrom
mturac:add-pluginpool-plugins

Conversation

@mturac
Copy link
Copy Markdown

@mturac mturac commented May 16, 2026

Adds all 10 plugins from mturac/pluginpool — focused developer productivity helpers wrapped as Claude Code slash commands.

What's added

10 plugins, each placed in the appropriate category:

Plugin Category What it does Tests
commit-narrator Git Workflow Semantic commit message from git diff --cached, including the why 8
pr-storyteller Git Workflow PR title + body + test plan from commits and diff vs base 6
test-gap Code Quality Testing Lines in your diff lacking test coverage 9
deps-doctor Security Multi-ecosystem dependency audit (npm, pip, cargo, go) 8
env-lint Code Quality Testing .env vs .env.example key parity — never prints values 7
secret-guard Security Pre-commit secret scanner (pattern + entropy, redacted) 10
standup-gen Development Engineering Daily standup notes from git activity 8
todo-harvest Code Quality Testing TODO/FIXME/HACK scan with git blame author + age 9
flaky-detector Code Quality Testing Run a test command N times, report flakiness % 11
changelog-forge Documentation Conventional commits → CHANGELOG section + semver bump 13

89 hermetic tests across the suite, all green. Python standard library only at runtime — no pip install needed. MIT.

PR contents

  • Adds plugins/<name>/ for each of 10 plugins. Every folder contains:
    • .claude-plugin/plugin.json (valid manifest)
    • commands/<name>.md (slash command with YAML frontmatter)
    • scripts/<helper>.py (stdlib-only Python helper)
    • README.md, LICENSE (MIT)
  • Updates README.md: adds each plugin under its appropriate category section
  • Updates .claude-plugin/marketplace.json: appends 10 new entries with name, source, description, version, author, category, homepage, keywords

Upstream

Each plugin also lives in its own dedicated repository under mturac/pluginpool-, so users who only want one plugin can clone that single repo. The umbrella index is at https://github.com/mturac/pluginpool.

Happy to revise categories, descriptions, or split into smaller PRs if you'd prefer.

Adds all 10 plugins from mturac/pluginpool — focused developer
productivity helpers, each one a deterministic Python script (stdlib
only at runtime) wrapped as a Claude Code slash command. 89 hermetic
tests across the suite, MIT.

Plugins added:
- commit-narrator (Git Workflow) — semantic commit message from staged diff
- pr-storyteller (Git Workflow) — PR title + body + test plan from commits
- test-gap (Code Quality Testing) — diff lines lacking test coverage
- deps-doctor (Security) — multi-ecosystem dependency audit
- env-lint (Code Quality Testing) — .env vs .env.example key parity
- secret-guard (Security) — pre-commit secret scanner
- standup-gen (Development Engineering) — standup notes from git activity
- todo-harvest (Code Quality Testing) — TODO/FIXME/HACK scan with blame
- flaky-detector (Code Quality Testing) — per-test flakiness % from N runs
- changelog-forge (Documentation) — conventional commits → CHANGELOG

Each plugin folder contains .claude-plugin/plugin.json, commands/,
scripts/, README.md, LICENSE. README.md updated to list all 10
in their respective categories. marketplace.json updated with the
10 new entries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant