kelp/agent-plugins

Claude Code plugins: language-agnostic TDD pipeline and Zig 0.15.x corrective context

2Stars on the repository
33Mods indexed here, across every type
8d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-plugins

01

kelp/agent-plugins

Plugin Claude Code

Plugin marketplace listing 8 plugins: zig-claude-kit, tiger-style, tdd-pipeline, cross-review, codex-pair.

2 8d ago A tokens not measured original MIT

codex-pair

02

kelp/agent-plugins

Plugin Claude Code

Pair programming with a persistent Codex partner. Claude drives and edits files while Codex navigates and reviews in a read-only sandbox, all through one long-lived thread that survives restarts. The GPT side is set by your codex install; override per pair with the wrapper's --model flag. A Fable judge rules on…

2 8d ago A tokens not measured original MIT

cross-review

03

kelp/agent-plugins

Plugin Claude Code

Multi-model code review with cross-validation. Orchestrates Claude and GPT-5.5 reviews, validates findings against each other, outputs merged fix list. Pass --model to set the Claude-side model.

2 8d ago A tokens not measured original MIT

fleet-efficiency

04

kelp/agent-plugins

Plugin Claude Code

Rules and procedure for running agent fleets: context-handoff, prompt-cache, and model-tier rules for fanning out many subagents, plus a two-lead operating procedure for long-running fleets with unit claiming, heartbeats, and restart from a ledger.

2 8d ago A tokens not measured original MIT

knowledge-forge

05

kelp/agent-plugins

Plugin Claude Code

Cross-session routing and capture for a three-layer personal knowledge base. /kb-research-policy teaches the index-first retrieval policy. /kb-capture files notes into the right wiki bucket with correct frontmatter.

2 8d ago A tokens not measured original MIT

next-todo

06

kelp/agent-plugins

Plugin Claude Code

Land one TODO.md PR slice: choose the next slice, review the plan to consensus, implement with red-green TDD, open a draft pull request, and drain review comments until CI is green.

2 8d ago A tokens not measured original MIT

tdd-pipeline

07

kelp/agent-plugins

Plugin Claude Code

Language-agnostic TDD pipeline with test-first agents, review loops, and verify gates. Agents inherit the session model, or pin one per run with --model.

2 8d ago A tokens not measured original MIT

tiger-style

08

kelp/agent-plugins

Plugin Claude Code

TigerBeetle's Tiger Style methodology for Zig: assertions (2+ per fn, paired positive/negative space), bounded loops (no recursion), static memory after init, snakecase naming with unit suffixes, 70-line function limit, 100-column line limit, and zig fmt.

2 8d ago A tokens not measured original MIT

zig-claude-kit

09

kelp/agent-plugins

Plugin Claude Code

Corrective context for Zig that fixes Claude's outdated training data. Auto-detects whether the project targets 0.15.x or 0.16.x and injects the matching reference. Covers Writergate, the 0.16 Io interface, std.fs -> std.Io move, indexOf -> find rename, build.zig, format strings, ArrayList, BoundedArray…

2 8d ago A tokens not measured original MIT