Plugin Claude Code
Plugin marketplace listing 8 plugins: zig-claude-kit, tiger-style, tdd-pipeline, cross-review, codex-pair.
Claude Code plugins: language-agnostic TDD pipeline and Zig 0.15.x corrective context
Plugin Claude Code
Plugin marketplace listing 8 plugins: zig-claude-kit, tiger-style, tdd-pipeline, cross-review, codex-pair.
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…
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.
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.
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.
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.
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.
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.
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…