zeikar/hyperclaude · .claude/skills/cc-changelog/SKILL.md · This skill should be used when the user asks to check for new Claude Code releases, "what changed in Claude Code", "any…
zeikar/hyperclaude · .claude/skills/codex-changelog/SKILL.md · This skill should be used when the user asks to check for new Codex CLI (codex-cli) releases, "what changed in Codex"…
zeikar/hyperclaude · skills/hyper-auto/SKILL.md · Use when plan-harden → implement-harden should chain in one gesture — hyper-plan-loop produces a clean plan, then…
zeikar/hyperclaude · skills/hyper-code-review/SKILL.md · Use after producing code changes that should be critiqued — before commit or merge. The default for a natural-language…
zeikar/hyperclaude · skills/hyper-debug/SKILL.md · Use when encountering a test failure, exception, regression, or unexpected behavior — before proposing fixes. Also when…
zeikar/hyperclaude · skills/hyper-docs-loop/SKILL.md · Use when documentation should be brought into accuracy with the code in one gesture — Codex docs-review → fix →…
zeikar/hyperclaude · skills/hyper-docs-review/SKILL.md · Use after documentation edits — typically after the documenter agent runs, or when the user invokes…
zeikar/hyperclaude · skills/hyper-docs-sync/SKILL.md · Use after implementation changes documented API, schemas, CLI flags, or architecture — before docs go stale. Also when…
zeikar/hyperclaude · skills/hyper-implement-loop/SKILL.md · Use when a plan should be executed end-to-end and critic-hardened in one gesture — implement → Codex code-review → fix…
zeikar/hyperclaude · skills/hyper-implement/SKILL.md · Use when about to execute a multi-task plan from .hyperclaude/plans/. Also when the user invokes…
zeikar/hyperclaude · skills/hyper-interview/SKILL.md · Use when starting from a vague or under-specified idea and want requirements clarified before planning — "interview…
zeikar/hyperclaude · skills/hyper-plan-loop/SKILL.md · Use when a plan should be produced and critic-hardened in one gesture — plan → Codex review → revise, repeated until…
zeikar/hyperclaude · skills/hyper-plan-review/SKILL.md · Use after a plan exists in .hyperclaude/plans/ and should be sanity-checked before execution. Also when the user…
zeikar/hyperclaude · skills/hyper-plan/SKILL.md · Use when about to start a non-trivial implementation that needs decomposition before coding. Also when the user invokes…
zeikar/hyperclaude · skills/hyper-recap/SKILL.md · Use at cycle completion to write a human-readable recap of what was built and why — "recap this cycle", "summarize what…
zeikar/hyperclaude · skills/hyper-research/SKILL.md · Use when starting a non-trivial task and want prior-art, pitfalls, or recommendations before designing. Also when the…
zeikar/hyperclaude · skills/hyper-tdd/SKILL.md · Use when about to write or modify behavior-bearing code — functions, business logic, bug fixes — before writing any…