← ClaudeAtlas

hyperbuild-10-skill-forgelisted

Step 10 of the hyperbuild pipeline — generates the five PROJECT-SPECIFIC Claude Code skills into .claude/skills/ (app-code-style, app-architecture, app-testing, app-components, app-review-checklist) in the rich four-part anatomy (SKILL.md + references/ + examples/ + scripts/ PASS-FAIL gates) by spawning 5 hb-skill-smith subagents in parallel, each grounded in research/02-engineering/author/stack-guide.md + research/product-spec.md, bound by step 9's research/04-claude-skills/author/skill-authoring-guide.md, and adapting harvested skills from step 9's shortlist where they fit. These skills steer every step 14 implementer and arm the step 15 critics; app-components gets its concrete design-token references wired later by step 13. Invoked by the hyperbuild router via Skill(); not run directly by users.
zakariaf/hyperbuild · ★ 0 · Web & Frontend · score 72
Install: claude install-skill zakariaf/hyperbuild
# Step 10 — Skill forge (parallel, 5 smiths) You are executing step 10 (skill-forge) of the hyperbuild pipeline. Step 9 produced `research/04-claude-skills/author/skill-authoring-guide.md` (authoring law for everything written here); step 11 (epics) runs next. The five skills you forge now are loaded by every step 14 implementer and test engineer, and they are the standard the step 15 critics review the finished app against — a vague rule here becomes an unreviewable defect there. **Goal:** five complete, immediately-loadable project skills in `.claude/skills/`, each using the RICH four-part anatomy (lean SKILL.md core + `references/` deep dives + `examples/` in the target language + `scripts/*.sh` PASS/FAIL check gates), with valid frontmatter and an anti-pattern list. The script gates are structural enforcement: step 14 runs them after every epic and step 16's ship gate runs them all — a rule with a check script is enforced; a rule without one is a suggestion. **⚠ CRITICAL: `.claude/skills/` is SHARED with this pipeline's own `hyperbuild-*` skills. Each smith writes ONLY its assigned `app-*` directory. If you find yourself (or a smith) about to touch any `hyperbuild-*` file, STOP — that is the harness, not the product.** ## Inputs Read these before spawning anything: - `runs/<run_tag>/manifest.json` — `run_tag`, `gear`, `steps` (confirm steps.9 = done) - `runs/<run_tag>/idea.md` — the verbatim app idea. GOSPEL. Paste into every spawn. - `research/04-claude-skills/auth