Total Skills
5
Skills published by zeikar with real stars/downloads and source-aware metadata.
Total Skills
5
Total Stars
5
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
hyper-code-review
1
hyper-docs-review
1
hyper-plan-review
1
hyper-research
1
hyper-plan
1
Run Codex's native code-review on the current branch, working tree, or a specific commit. Use when the user invokes /hyperclaude:hyper-code-review, or after producing code changes and you want a Codex critique. Distinct from /hyperclaude:hyper-plan-review (which critiques plans, not code).
Run Codex accuracy review on documentation. Use when the user invokes /hyperclaude:hyper-docs-review or after the documenter agent edits docs. Distinct from /hyperclaude:hyper-code-review (which critiques code diffs) and /hyperclaude:hyper-plan-review (which critiques plans). Scope is strict: accuracy, drift, completeness, broken links, cross-doc inconsistencies — NOT prose or style.
Run Codex critique on an implementation plan. Use when the user invokes /hyperclaude:hyper-plan-review, after Claude has produced a plan that should be sanity-checked before execution.
Run Codex pre-implementation research on a task. Use when the user invokes /hyperclaude:hyper-research, or when starting a non-trivial implementation and you want Codex's prior-art / pitfalls / recommendations before designing.
Generate an ordered, bite-sized plan via the planner agent and save it to .hyperclaude/plans/. Use when the user invokes /hyperclaude:hyper-plan, or when about to start a non-trivial implementation that needs a plan for /hyperclaude:hyper-plan-review to critique and /hyperclaude:hyper-implement to execute. Skip for one-step tasks (dispatch the implementer agent directly).