Personal Claude Code plugins — development standards, quality tools, and GitHub tools.
Personal development standards that auto-apply based on context.
| Skill | Auto-applies when... |
|---|---|
git-workflow |
Creating branches, commits, or pull requests |
Quality tools. Every skill auto-applies when its description matches, and can also be invoked explicitly with the slash command shown below.
| Skill | Invocation | Auto-applies when... |
|---|---|---|
preflight |
/quality:preflight |
About to commit or push, or asked for pre-commit checks — validates plugin structure + smoke-tests install (plugin repos), or runs formatter + tests + build (other projects) |
create-pr |
/quality:create-pr |
Creating or updating a PR, or posting the post-deployment comment on a linked issue |
full-pr-review |
/quality:full-pr-review |
Asked for a full or thorough review of a PR — built-in /review, /code-review, /security-review plus inlined cruft check |
act-on-pr |
/quality:act-on-pr |
Asked to act on or address PR review feedback |
make-ci-green-again |
/quality:make-ci-green-again |
Asked to fix failing CI or get the build green |
find-smells |
/quality:find-smells |
Asked what could be cleaned up, refactored, or improved |
rubberduck |
/quality:rubberduck |
Thinking a design through, or asked to rubber-duck a problem |
repo-summary |
/quality:repo-summary |
Asked for a repo summary, recent activity, or what has shipped |
gsmp |
/quality:gsmp |
Asked to go back to main, or to sync main with the remote |
grill-me |
/quality:grill-me |
Asked to stress-test a plan or design |
GitHub tools built on undocumented-but-useful endpoints.
| Skill | Auto-applies when... |
|---|---|
upload |
Attaching images or video to a GitHub PR or issue from the command line |
/plugin marketplace add jimisola/claude-plugins
/plugin install dev-standards@claude-plugins
/plugin install quality@claude-plugins
/plugin install github-tools@claude-plugins
Or use the interactive UI: /plugin → Discover tab → select plugins and choose scope (user / project / local).
To refresh plugin listings after upstream changes:
/plugin marketplace update claude-plugins
claude --plugin-dir ./plugins/dev-standards --plugin-dir ./plugins/quality-tools --plugin-dir ./plugins/github-tools