A collection of Claude Code plugins for enhanced development workflows.
Lightweight, native knowledge management for Claude Code projects. Three layers of persistent knowledge: Rules (always active), Knowledge (on demand), and Memory (automatic).
Commands: /init, /query, /curate, /reindex, /backfill-knowledge, /migrate
Generic task and worktree workflow system. Manage tasks as markdown files, work in isolated git worktrees, and track progress through the full lifecycle.
Commands: /define, /kickoff, /adopt, /continue, /status, /close, /list
PR review feedback loop. Create PRs with readiness checks, commit + push + trigger @claude review, inspect status, work through review issues interactively, and merge safely with pre-merge documentation checks.
Commands: /open, /cycle, /check, /fix, /rebase, /merge
/plugin marketplace add gering/claude-plugins
/plugin install knowledge-system
/plugin install work-system
/plugin install pr-flow
/reload-plugins
Plugins update automatically when the marketplace is refreshed. To manually update:
/plugin marketplace update gering-plugins
/reload-plugins
MIT