By kellymears
Git workflow skills — commit curation, PR creation, issue filing, and context switching.
Organize messy git changes into clean, well-scoped conventional commits. Use when the user wants to clean up their commit history, organize uncommitted changes into logical commits, squash or reorganize recent commits, or curate a changeset before pushing. Triggers on phrases like "clean up my commits", "organize these changes", "split this into commits", "curate history", "make my commits cleaner", or any request to restructure git history into atomic, meaningful units.
Create a GitHub issue from a PR, Slack message, or ad-hoc description. Use when the user wants to file an issue, track a bug, request a feature, or turn a conversation into a trackable work item. Triggers on phrases like "create an issue", "file a bug", "open an issue for this", "track this", "make a ticket", "turn this into an issue", or any request to create a GitHub issue. Also triggers when the user pastes a Slack message, PR URL, or describes a problem and wants it tracked.
Open a pull request against the main branch with a conventional commit title and structured body. Use when the user wants to open a PR, create a pull request, submit changes for review, or share a branch with their team. Triggers on phrases like "open a PR", "create a pull request", "submit this for review", "PR this", "send a PR", or any request to open a pull request on GitHub. Also triggers when the user invokes /git:commits or asks to push and open a PR after committing.
Start working on an issue, PR, or idea — handles branch creation, context switching, and uncommitted changes. Use when the user wants to work on something, pick up an issue, switch to a PR, resume work, start a task, or context switch. Triggers on phrases like "work on", "pick up", "start", "switch to", "resume", "grab that issue", "context switch", "let me work on #N", "check out PR #N", or any request to begin or resume work on a specific item.
Executes bash commands
Hook triggers when Bash tool is used
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.
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 |
npx claudepluginhub kellymears/agents --plugin gitCode 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.
Batch-process GitHub issues using parallel agents.
Real-time statusline for Claude Code — context health, tool activity, agent tracking, and todo progress.
Best practices for building terminal UIs with Ink (React for CLIs).
Git workflows - commits, branches, PRs, issue processing, auto-close detection, and repository management
Git workflow tools: commits, PRs, review inbox, checkout, and work triage
Commands for Git operations, commits, and PRs
GitHub and Git workflow tools: commit-creator, pr-creator, pr-reviewer, and pr-comment-resolver agents, slash commands for commits, PRs, and review comment resolution, plus skills for PR/commit workflows.
Coding workflow skills: intelligent commits, push & PR, branch cleanup, CLAUDE.md maintenance, README generation, changelog creation, README updating, and GitHub Actions setup
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests