Claude Code plugin marketplace — git workflows, research, writing, browser automation, and more.
Add the marketplace, then install plugins by name:
/plugin marketplace add kellymears/agents
/plugin install git@kellymears
| Plugin | Description |
|---|---|
git | Commit curation, PR creation, issue filing, and context switching |
research | Deep-dive multi-source research with cited evidence |
comms | Draft emails, Slack messages, blog posts in your voice |
playwright-cli | Browser automation for testing and data extraction |
sim | Progressive assessments and live pair programming challenges |
sprint-worker | Batch-process GitHub issues with parallel agents |
tdd | Red-green-refactor TDD cycle |
obsidian | Write notes to Obsidian vaults (configurable path) |
hud | Real-time statusline HUD for monitoring |
cli | CLI design best practices — argument design, help text, output formatting |
ink | Best practices for building terminal UIs with Ink (React for CLIs) |
guardrails | Code quality hooks for safe, consistent workflows |
The site/ directory contains a Next.js + MDX documentation site with page-based routing for plugin and skill detail views.
cd site && npm install && npm run dev
| Route | Description |
|---|---|
/plugins | Plugin listing |
/plugins/[name] | Plugin detail — skills, commands, install |
/plugins/[name]/skills/[skill] | Skill detail — SKILL.md, reference files, file tree |
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimCode quality hooks — auto-formatting, linting, file protection, context recovery, and subagent orientation.
Batch-process GitHub issues using parallel agents.
Real-time statusline for Claude Code — context health, tool activity, agent tracking, and todo progress.
Draft human-facing communications in the user's authentic voice.
Best practices for building terminal UIs with Ink (React for CLIs).
npx claudepluginhub kellymears/agents --plugin tddTest-driven development skill that enforces red-green-refactor, one test at a time
Strict red-green-refactor TDD loop. Failing test, then minimum code, then refactor. Commits after each cycle.
Test-driven development methodology with red-green-refactor cycles and code review
Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests
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.