kelp

36 mods across 2 repositories, 8 stars between them.

test-reviewer

25

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

26

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

tdd-init

27

kelp/agent-plugins

Skill Claude CodeCodex

Add TDD pipeline configuration template to this project's CLAUDE.md. Run this to set up the pipeline for a new project.

2 8d ago A 30 tokens original MIT

tdd-orchestrate

28

kelp/agent-plugins

Skill Claude CodeCodex

Enforce strict red-green-refactor TDD for any task. Use when implementing features, fixing bugs, adding functionality, or building new modules. Routes to the full 7-stage pipeline for new modules with 3+ behaviors, or runs inline red-green-refactor for bug fixes and small changes. Triggers on: "use TDD", "fix this…

2 8d ago A 143 tokens original MIT

tiger-style

29

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

SessionStart

30

kelp/agent-plugins

Hook

Runs when a session starts, executing session-start.sh. From kelp/agent-plugins.

2 8d ago A tokens not measured copy · 59% MIT

tiger-check

31

kelp/agent-plugins

Skill Claude CodeCodex

Audit Zig source files for Tiger Style violations -- functions > 70 lines, lines > 100 columns, usize usage, direct recursion, compound assert(a and b), and bare while (true) without an adjacent assert.

2 8d ago A 44 tokens original MIT

tiger-init

32

kelp/agent-plugins

Skill Claude CodeCodex

Add TigerBeetle's Tiger Style guidance to this project's CLAUDE.md. Run this in any Zig project to apply Tiger Style's rules on assertions, bounded loops, static memory, naming, function shape, comments, and formatting.

2 8d ago A 48 tokens original MIT

tiger-patterns

33

kelp/agent-plugins

Skill Claude CodeCodex

Tiger Style rules 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, zig fmt. Use when writing or reviewing Zig in a project that follows Tiger Style.

2 8d ago A 67 tokens original MIT

zig-claude-kit

34

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

zig-check

35

kelp/agent-plugins

Skill Claude CodeCodex

Audit Zig source files for outdated APIs against the project's Zig version (0.15.x or 0.16.x). Detects removed APIs, missing io parameters, missing flush, wrong ArrayList usage, ambiguous format strings, signed division, and renamed stdlib functions.

2 8d ago A 54 tokens original MIT

zig-init

36

kelp/agent-plugins

Skill Claude CodeCodex

Add Zig training corrections to this project's CLAUDE.md. Detects whether the project targets Zig 0.15.x or 0.16.x and appends the matching corrections. Run this in any Zig project to fix Claude's outdated patterns for I/O, ArrayList, format strings, build.zig, and (for 0.16) the new Io interface, std.fs -> std.Io…

2 8d ago A 91 tokens original MIT