← ClaudeAtlas

askit-init-pluginlisted

Creates a starting plugin that satisfies the Bronze anatomy and onboards the maintainer, in three modes (interview, questionnaire, hybrid). Use when starting a new plugin from scratch, onboarding a maintainer, or generating a scaffolding questionnaire.
product-on-purpose/agent-skills-toolkit · ★ 2 · AI & Automation · score 71
Install: claude install-skill product-on-purpose/agent-skills-toolkit
# askit-init-plugin ## Purpose Onboard a maintainer and scaffold a starting point that is gradeable from the first commit. Three modes: `interview` runs a live conversational Q&A, then scaffolds; `questionnaire` emits the structured [onboarding template](../../templates/onboarding-questionnaire.template.md) (with per-section maintainer-feedback and agent-response blocks) for the maintainer to fill async, then processes it; `hybrid` pre-fills that questionnaire with suggestions from chat context, still leaving the feedback blocks. All three scaffold the Bronze seed anatomy from [`templates/seed-plugin/`](../../templates/seed-plugin/) (`library.json` with the five required fields + `AGENTS.md` + a minimal `.claude-plugin/plugin.json` (`name`, `version`, `description` only, ADR 0043) + README/CHANGELOG starters) so the new plugin passes the conformance core immediately AND installs on Claude Code and Codex from the first commit. Fill `name`/`description` identically in `library.json` and `.claude-plugin/plugin.json`, or U8 (manifest-drift) warns on the mismatch. `interview` mode additionally asks for an optional author, so a plugin scaffolded that way carries a real attribution and passes `claude plugin validate --strict` outright; declining leaves the manifest exactly as minimal as the template, still `--strict`-warning and correctly so (ADR 0043). Mode and anatomy detail are in [references/onboarding-modes.md](references/onboarding-modes.md). ## When to use When starting a b