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

reviewer

01

kelp/agent-plugins

Agent

Adversarial code review role for the cross-review plugin. Finds material issues — expensive, dangerous, or hard-to-detect failures — and returns them in a fixed schema. Not for direct user invocation; dispatched by the cross-review orchestrator.

2 8d ago A 52 tokens original MIT

validator

02

kelp/agent-plugins

Agent

Cross-validation role for the cross-review plugin. Checks findings produced by another model against the actual code and marks each as CONFIRMED, DISPUTED, or UNCERTAIN. Not for direct user invocation; dispatched by the cross-review orchestrator.

2 8d ago B 52 tokens original MIT

code-reviewer

03

kelp/agent-plugins

Agent

Implementation-review role for the tdd-pipeline plugin. Reads code written by the implementer agent, checks correctness, resource management, and quality, and reports findings. Does not write code. Dispatched by tdd-orchestrate; not for direct user invocation.

2 8d ago A 57 tokens original MIT

implementer

04

kelp/agent-plugins

Agent

Implementation role for the tdd-pipeline plugin. Writes ONLY the source file to make existing tests pass — never modifies tests or build files. Dispatched by tdd-orchestrate; not for direct user invocation.

2 8d ago A 46 tokens original MIT

test-reviewer

05

kelp/agent-plugins

Agent

Test-review role for the tdd-pipeline plugin. Reads tests written by the test-writer agent, checks coverage and correctness, and reports findings. Does not write code. Dispatched by tdd-orchestrate; not for direct user invocation.

2 8d ago A 54 tokens original MIT

test-writer

06

kelp/agent-plugins

Agent

Test-writing role for the tdd-pipeline plugin. Writes ONLY the test file and minimal type stubs for a module — never the real implementation. Dispatched by tdd-orchestrate; not for direct user invocation.

2 8d ago A 49 tokens original MIT