hyperclaude
01Plugin Claude Code
Plugin marketplace listing 1 plugin: hyperclaude.
Plugin Claude Code
Plugin marketplace listing 1 plugin: hyperclaude.
Plugin Claude Code
Push Claude Code beyond stock. Skills, agents, Codex collab — opinionated and personal.
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…
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…
Instructions file
Instructions for zeikar/hyperclaude, covering claude.md, what this repo is, commands, local dev install (dogfooding) and the bridge.
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…
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…
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."…
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…
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…
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)…
Hook
Runs when a session starts on startup, clear and compact, executing session-start-reminder.mjs via node. From zeikar/hyperclaude.
Hook
Runs after a tool call finishes for Write tool calls, executing stamp-artifact.mjs via node. From 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…
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…
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.
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.
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…
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.
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.
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.
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…
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.
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.