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, /prime, /curate, /reindex, /backfill-knowledge, /migrate, /statusline
Generic task and worktree workflow system. Manage tasks as markdown files, work in isolated git worktrees, and track progress through the full lifecycle. Inside a herdr session, /kickoff auto-opens a tab (named after the task, shortened for the sidebar) with the worktree as cwd, starts Claude, and runs /continue for you; /continue <task> from the main session reopens that tab and resumes it if a stray /exit closed it; and /close tears the tab down again when the task is merged.
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
Local mixture-of-agents code review. Fans out one review across Claude lens subagents plus the codex and grok CLIs (grok in grok-build + composer modes), merges and verifies their findings, and presents a single ranked report — before anything is pushed. Complementary to PR Flow's GitHub-side loop. (Phase 2: /swarm:review pipeline.)
Commands: /swarm:review, /swarm:agents (more to come: /swarm:adversarial, /swarm:style, /swarm:security)
/plugin marketplace add gering/claude-plugins
/plugin install knowledge-system
/plugin install work-system
/plugin install pr-flow
/plugin install swarm
/reload-plugins
Plugins update automatically when the marketplace is refreshed. To manually update:
/plugin marketplace update gering-plugins
/reload-plugins
Structure invariants (JSON validity, version sync, skill frontmatter, internal references, shell syntax) are enforced by CI on every PR. Run the same checks locally before pushing:
python3 scripts/check-structure.py
MIT