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 |
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 kellymears/agents --plugin sprint-workerCode quality hooks — auto-formatting, linting, file protection, context recovery, and subagent orientation.
Red-green-refactor TDD cycle — write a failing test, make it pass, clean up.
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).
Enhances web_search Skill by automatically creating GitHub issues from research findings
Parallel agent infrastructure for Claude Code. Modeled after the OS process model, it distributes, monitors, and reaps issues via independent Workers.
GitHub workflow: issues, PRs, worktrees, sub-issues
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
End-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository.