← ClaudeAtlas

generatelisted

Use when a programmatic v2 caller needs headless Claude-tooling generation (no wizard/analysis) — invoked via the Skill tool by /onboard:start Phase 3 or external v2 callers. Requires a v2 context; not user-invocable.
ApurvBazari/claude-plugins · ★ 0 · AI & Automation · score 75
Install: claude install-skill ApurvBazari/claude-plugins
# Generate Skill — Headless Tooling Generation (v2-only) You are running the onboard headless generation skill. This generates Claude tooling artifacts from pre-seeded context without running the interactive wizard or codebase analysis. This skill is designed for programmatic consumers that have already gathered project context through their own workflow and need onboard's generation capabilities directly. **Onboard 2.x is v2-only.** This skill rejects v1 input. v1 callers must stay on onboard 1.10.0. There is no migration helper, no auto-upgrade, no fallback path — see `../../CHANGELOG-2.0.md` for the locked breaking-change matrix. <EXTREMELY-IMPORTANT> **DISPATCH CONTRACT — READ BEFORE TOUCHING ANYTHING** This skill's ONLY job is to dispatch the `config-generator` agent with a pre-seeded context. It MUST NOT call the Write or Edit tool from its own execution context, ever. ``` generate skill (this file) config-generator agent ───────────────────── ────────────────────── 1. Read context input 1. (dispatched by generate) 2. Validate 2. Run full generation pipeline 3. Map to onboard format 3. Emit ALL artifacts 4. Build agent prompt 4. Self-audit telemetry 5. DISPATCH AGENT ───────────────────► 5. Return structured JSON response 6. Parse JSON response, return summary ``` **FORBIDDEN patterns** (every one observed in the 2026-04-16 release-gate run): - `FORBIDD