Claude Skills · Coding

Hyper Auto

zeikar/hyperclaude

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 /hyperclaude:hyper-implement-loop. Inherits both loops' agent-teams requirement (`CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`).

★ 3 Synced 8 hours ago View SKILL.md

At a glance

Coding Plugin install Node.js Actively maintained

This skill is for Coding and helps you plan and execute complex changes in one run, generate and immediately implement a hardened plan, and automate planning and implementation workflow.

Install /plugin marketplace add zeikar/hyperclaude /plugin install hyper-auto
Can use Not declared by the author

Setup, runtime and requirements describe zeikar/hyperclaude, the repo this skill ships in.

Hyperclaudeagent-teamsautomationplanningimplementation

Also in zeikar/hyperclaude

View the repo
Hyper Code Review Code Review & Testing

Use after producing code changes that should be critiqued — before commit or merge. The default for a natural-language code review of the us...

Hyper Debug Coding

Use when encountering a test failure, exception, regression, or unexpected behavior — before proposing fixes. Also when the user invokes /hy...

Hyper Docs Loop Code Review & Testing

Use when documentation should be brought into accuracy with the code in one gesture — Codex docs-review → fix → re-review, repeated until no...

Use after documentation edits — typically after the documenter agent runs, or when the user invokes /hyperclaude:hyper-docs-review. Runs Cod...

Hyper Docs Sync Documents & Spreadsheets

Use after implementation changes documented API, schemas, CLI flags, or architecture — before docs go stale. Also when the user invokes /hyp...

Use when about to execute a multi-task plan from .hyperclaude/plans/. Also when the user invokes /hyperclaude:hyper-implement. Runs each tas...

Hyper Implement Loop Code Review & Testing

Use when a plan should be executed end-to-end and critic-hardened in one gesture — implement → Codex code-review → fix, repeated until clean...

Hyper Interview Productivity

Use when starting from a vague or under-specified idea and want requirements clarified before planning — "interview me", "ask me what you ne...

Hyper Memory Productivity

Use on-demand to extract evidence-anchored repo-local knowledge candidates from accumulated .hyperclaude/ artifacts (plans/done, plan-review...

Hyper Plan Coding

Use when about to start a non-trivial implementation that needs decomposition before coding. Also when the user invokes /hyperclaude:hyper-p...

Hyper Plan Loop Productivity

Use when a plan should be produced and critic-hardened in one gesture — plan → Codex review → revise, repeated until clean. Also when the us...

Hyper Plan Review Productivity

Use after a plan exists in .hyperclaude/plans/ and should be sanity-checked before execution. Also when the user invokes /hyperclaude:hyper-...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...