Tommy's curated collection of Claude Code plugins for debugging, development workflow, and productivity
npx claudepluginhub tommymorgan/claude-pluginsSelf-contained development workflow: planning with expert review, autonomous TDD execution with 6-agent code review, smart testing, coverage analysis, documentation generation, and root-cause debugging
Data-source agnostic flow metrics, probabilistic forecasting, and process stability analysis based on Vacanti's framework
Personal collection of Claude Code plugins for disciplined development workflows.
Add this marketplace to Claude Code:
claude plugin marketplace add tommymorgan/claude-plugins
claude plugin install <plugin-name>@tommymorgan
Development Workflow with Living Documentation - Comprehensive workflow plugin with living Gherkin specs, planning with expert review, autonomous TDD execution with automatic spec updates, documentation generation, coverage analysis, and root-cause debugging.
Key Features:
Install:
claude plugin install tommymorgan@tommymorgan
Flow Metrics and Probabilistic Forecasting - Data-source agnostic flow metrics, probabilistic forecasting, and process stability analysis based on Daniel Vacanti's framework (AAMFP, WWIBD, AAMFP Vol II).
Key Features:
Install:
claude plugin install flow@tommymorgan
Plugin development happens in homelab/tools/claude-plugins/.
1. Sync files to publish repository:
rsync -av --delete ~/src/homelab/tools/claude-plugins/ ~/src/claude-plugins-publish/ --exclude=.git --exclude=plans
2. Commit and push:
cd ~/src/claude-plugins-publish
git add -A
git commit -m "feat: <description of changes>"
git push origin main
Why separate repos?
The homelab repository contains secrets in its git history. Git subtree push includes parent commits, which would expose those secrets to GitHub's secret scanning. Using a separate publish repository ensures clean history without secrets.
Locations:
~/src/homelab/tools/claude-plugins/~/src/claude-plugins-publish/This is a personal marketplace. Suggestions welcome via GitHub issues.
See individual plugin READMEs for license information. Most plugins are MIT licensed.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
No description available.