zeikar/hyperclaude

Claude Code plugin: Claude builds, Codex critiques — a gated research → plan → review → ship pipeline, with autonomous multi-agent revise loops that self-converge.

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

documenter

01

zeikar/hyperclaude

Agent

Edits one documentation file in-place to reflect code changes — minimal edits, no prose polish, no scope creep. Operates in UPDATE mode (file exists) or CREATE mode (file is new). Dispatched by /hyperclaude:hyper-docs-sync once per affected doc. Context: hyper-docs-sync identified a doc that needs updating after a…

3 14d ago A 303 tokens original MIT

fixer

02

zeikar/hyperclaude

Agent

Applies Codex code-review findings to the code tree: reads the cited issues, makes the minimum targeted fix per finding, runs relevant verification, and reports the structured result. Dispatch when a code-review artifact is ready to act on. Context: A Codex code-review artifact exists with cited findings. user: "Apply…

3 14d ago A 274 tokens original MIT

implementer

03

zeikar/hyperclaude

Agent

Executes one planned implementation step end-to-end: reads context, makes the minimum change, runs obvious verification, reports the diff. Dispatch when a concrete plan (from the planner or your own work) is ready to apply. Context: A plan exists and the next task is queued. user: "Run task 3 from the plan."…

3 14d ago A 276 tokens original MIT

planner

04

zeikar/hyperclaude

Agent

Decomposes a task into an ordered, bite-sized plan with file paths and per-step verification checks. Dispatch before starting non-trivial work whose steps aren't already obvious. Context: User is about to start multi-file, multi-step work. user: "Add OAuth2 login to the API." assistant: "I'll dispatch the planner…

3 14d ago A 253 tokens original MIT

researcher

05

zeikar/hyperclaude

Agent

Produces a structured research report — Prior Art, Pitfalls, Recommendations, Open Questions — using in-repo reading and targeted WebFetch on known URLs. Dispatch before design or implementation when the task space is unfamiliar or when the Codex research bridge is unavailable. Context: User runs a normal…

3 14d ago A 316 tokens original MIT

verifier

06

zeikar/hyperclaude

Agent

Verifies that a change actually works — runs the verification command, reads real output, reports PASS / PARTIAL / FAIL with quoted evidence. Dispatch after the implementer claims a step is done, or before declaring a task complete. Context: The implementer just reported a task done. user: (post-implementer gate)…

3 14d ago A 254 tokens original MIT