kelp

36 mods across 2 repositories, 8 stars between them.

check

01

kelp/webdown

Command Claude Code

Run all code quality checks and tests for the webdown project using the make all-checks target, which includes.

6 15d ago A 0 tokens original MIT

release

02

kelp/webdown

Command Claude Code

Update CHANGELOG.md with changes since the last version increase. Check our README.md for any necessary changes. Check the scope of changes since the last release and increase our version number as apropraite.

6 15d ago A 0 tokens original MIT

webdown CLAUDE.md

03

kelp/webdown

Instructions file

Instructions for kelp/webdown, covering webdown development guide, working with claude, version management (semantic versioning), modern python development setup (python 3.10+) and build & testing commands.

6 15d ago B 1,657 tokens original MIT

agent-plugins

04

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

kelp/agent-plugins

Instructions file

Instructions for kelp/agent-plugins, covering claude.md, what this repo is, repository structure, key conventions and plugin variables.

2 8d ago A 1,885 tokens original MIT

codex-pair

06

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

pair

07

kelp/agent-plugins

Skill Claude CodeCodex

Pair program with a persistent Codex partner (model set by your Codex install; --model overrides per pair). One pinned Codex thread holds the whole conversation, so the partner keeps full context across the session. Use when the user wants to pair with Codex, get iterative review from Codex, iterate on a design to…

2 8d ago A 118 tokens original MIT

cross-review

08

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

reviewer

09

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

10

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

cross-review

11

kelp/agent-plugins

Skill Claude CodeCodex

Multi-model code review with cross-validation. Orchestrates independent Claude and GPT-5.5 reviews, cross-validates findings, outputs merged fix list. Use when reviewing code changes, auditing files, or wanting a second opinion. Triggers on: "cross-review", "multi-model review", "review with codex", "get a second…

2 8d ago B 95 tokens original MIT

fleet-efficiency

12

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

fleet-efficiency

13

kelp/agent-plugins

Skill Claude CodeCodex

Context-handoff, prompt-cache, and model-tier rules for fanning out many subagents. Read BEFORE launching 3+ parallel agents, writing a Workflow script, or running audits, migrations, or multi-stage pipelines across many files. Every agent dispatch names its model explicitly.

2 8d ago A 59 tokens original MIT

fleet-lead

14

kelp/agent-plugins

Skill Claude CodeCodex

Run a two-lead agent fleet against one repo: a drive lead that claims work units, commits and opens PRs, and a gate lead that watches CI, drains review comments, and restarts the drive lead when it stalls. Read when starting or joining a fleet, claiming or releasing a unit, or when a unit has gone quiet. Covers unit…

2 8d ago A 93 tokens original MIT

knowledge-forge

15

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

kb-capture

16

kelp/agent-plugins

Skill Claude CodeCodex

Capture the current conversation, a source, or a synthesis into your personal knowledge base as a well-formed wiki note. Writes correct frontmatter with today's date, picks the right bucket (sources/external, reports/, concepts/, questions/), cites existing source IDs, and runs just refresh to reindex afterward. Use…

2 8d ago A 103 tokens original MIT

kb-ingest

17

kelp/agent-plugins

Skill Claude CodeCodex

Download an external documentation site into your personal knowledge base as a doc pack and source note. Use when the user says "/kb-ingest ", "ingest these docs", "add these docs to the KB", or "download reference docs". Runs webdown crawl via the knowledge repo's ingest-pack recipe, then creates a MANIFEST.md and…

2 8d ago A 78 tokens original MIT

kb-research-policy

18

kelp/agent-plugins

Skill Claude CodeCodex

Routing and retrieval policy for your personal knowledge base at /code/knowledge (or the knowledge-base: path in the active project CLAUDE.md). Use when the user asks about past research, prior notes, captured sources, topics they have studied, or anything that might live in a personal wiki of synthesized notes.…

2 8d ago A 167 tokens original MIT

next-todo

19

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

next-todo-init

20

kelp/agent-plugins

Skill Claude CodeCodex

Add Next TODO binding to this project's CLAUDE.md. Run this to set up the next-todo plugin for a new project.

2 8d ago A 32 tokens original MIT

next-todo

21

kelp/agent-plugins

Skill Claude CodeCodex

Land one TODO.md PR slice: choose the next slice, write a plan, review the plan (three axes, or Sol only for a non-behavior exception), implement with red-green TDD, open a draft pull request, and drain review comments until CI is green and no threads remain. Use when starting a TODO slice, landing the next milestone…

2 8d ago A 101 tokens original MIT

tdd-pipeline

22

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

code-reviewer

23

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

24

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