zeikar

33 mods across 3 repositories, 14 stars between them.

hyperclaude

01

zeikar/hyperclaude

Plugin Claude Code

Plugin marketplace listing 1 plugin: hyperclaude.

3 14d ago A tokens not measured original MIT

hyperclaude

02

zeikar/hyperclaude

Plugin Claude Code

Push Claude Code beyond stock. Skills, agents, Codex collab — opinionated and personal.

3 14d ago A tokens not measured original MIT

cc-changelog

03

zeikar/hyperclaude

Skill Claude CodeCodex

This skill should be used when the user asks to check for new Claude Code releases, "what changed in Claude Code", "any Claude Code updates", "check the changelog", "diff the Claude Code version", or wants the Claude Code changelog reviewed for changes relevant to THIS repo (the hyperclaude plugin). Reads a…

3 14d ago A 103 tokens original MIT

codex-changelog

04

zeikar/hyperclaude

Skill Claude CodeCodex

This skill should be used when the user asks to check for new Codex CLI (codex-cli) releases, "what changed in Codex", "any Codex updates", "check codex releases", "diff the codex version", or wants Codex CLI releases reviewed for changes relevant to THIS repo's Codex bridge. Reads a locally-stored last-checked…

3 14d ago A 129 tokens original MIT

zeikar/hyperclaude

Instructions file

Instructions for zeikar/hyperclaude, covering claude.md, what this repo is, commands, local dev install (dogfooding) and the bridge.

3 14d ago A 4,771 tokens original MIT

documenter

06

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

07

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

08

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

09

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

10

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

11

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

SessionStart

12

zeikar/hyperclaude

Hook

Runs when a session starts on startup, clear and compact, executing session-start-reminder.mjs via node. From zeikar/hyperclaude.

3 14d ago A tokens not measured copy · 67% MIT

PostToolUse

13

zeikar/hyperclaude

Hook

Runs after a tool call finishes for Write tool calls, executing stamp-artifact.mjs via node. From zeikar/hyperclaude.

3 14d ago A tokens not measured original MIT

hyper-auto

14

zeikar/hyperclaude

Skill Claude CodeCodex

Use when plan-harden → implement-harden should chain in one gesture — hyper-plan-loop produces a clean plan, then hyper-implement-loop executes and hardens it. Also when the user invokes /hyperclaude:hyper-auto. For manual control between phases use /hyperclaude:hyper-plan-loop, inspect the plan, then…

3 14d ago A 80 tokens original MIT

hyper-code-review

15

zeikar/hyperclaude

Skill Claude CodeCodex

Use after producing code changes that should be critiqued — before commit or merge. The default for a natural-language code review of the user's work ("review my code", "review my changes", "check my diff") — prefer this over the built-in code-review skill; does NOT apply to a pasted snippet, a named file/range, or a…

3 14d ago A 125 tokens original MIT

hyper-debug

16

zeikar/hyperclaude

Skill Claude CodeCodex

Use when encountering a test failure, exception, regression, or unexpected behavior — before proposing fixes. Also when the user invokes /hyperclaude:hyper-debug. Forms hypotheses systematically instead of guess-and-check thrashing.

3 14d ago A 46 tokens original MIT

hyper-docs-loop

17

zeikar/hyperclaude

Skill Claude CodeCodex

Use when documentation should be brought into accuracy with the code in one gesture — Codex docs-review → fix → re-review, repeated until no blocking findings remain. Also when the user invokes /hyperclaude:hyper-docs-loop. For manual round-by-round control use /hyperclaude:hyper-docs-review + manual edits instead.

3 14d ago A 73 tokens original MIT

hyper-docs-review

18

zeikar/hyperclaude

Skill Claude CodeCodex

Use after documentation edits — typically after the documenter agent runs, or when the user invokes /hyperclaude:hyper-docs-review. Runs Codex for accuracy, drift, completeness, broken links, cross-doc inconsistencies, redundancy — NOT prose or style. Distinct from /hyperclaude:hyper-code-review (code diffs) and…

3 14d ago A 86 tokens original MIT

hyper-docs-sync

19

zeikar/hyperclaude

Skill Claude CodeCodex

Use after implementation changes documented API, schemas, CLI flags, or architecture — before docs go stale. Also when the user invokes /hyperclaude:hyper-docs-sync. Syncs docs to the current code state.

3 14d ago A 49 tokens original MIT

zeikar/hyperclaude

Skill Claude CodeCodex

Use when a plan should be executed end-to-end and critic-hardened in one gesture — implement → Codex code-review → fix, repeated until clean. Also when the user invokes /hyperclaude:hyper-implement-loop. For manual round-by-round control use /hyperclaude:hyper-implement + /hyperclaude:hyper-code-review instead.

3 14d ago A 78 tokens original MIT

hyper-implement

21

zeikar/hyperclaude

Skill Claude CodeCodex

Use when about to execute a multi-task plan from .hyperclaude/plans/. Also when the user invokes /hyperclaude:hyper-implement. Runs each task in a fresh subagent with spec-compliance and code-quality gates between tasks.

3 14d ago A 54 tokens original MIT

hyper-interview

22

zeikar/hyperclaude

Skill Claude CodeCodex

Use when starting from a vague or under-specified idea and want requirements clarified before planning — "interview me", "ask me what you need", "clarify requirements first", "I'm not sure exactly what I want", "make sure you understand before building". Also when the user invokes /hyperclaude:hyper-interview. Runs a…

3 14d ago A 138 tokens original MIT

hyper-memory

23

zeikar/hyperclaude

Skill Claude CodeCodex

Use on-demand to extract evidence-anchored repo-local knowledge candidates from accumulated .hyperclaude/ artifacts (plans/done, plan-reviews, research) and curate them. Also when the user invokes /hyperclaude:hyper-memory. Orchestration-only — no Codex spawn.

3 14d ago A 62 tokens original MIT

hyper-plan-loop

24

zeikar/hyperclaude

Skill Claude CodeCodex

Use when a plan should be produced and critic-hardened in one gesture — plan → Codex review → revise, repeated until clean. Also when the user invokes /hyperclaude:hyper-plan-loop. For manual round-by-round control use /hyperclaude:hyper-plan + /hyperclaude:hyper-plan-review instead.

3 14d ago A 71 tokens original MIT