Scaffold a new plugin
How to scaffold a new plugin
Section titled “How to scaffold a new plugin”Start a new, gradeable plugin with askit-init-plugin.
Pick a mode
Section titled “Pick a mode”interview- answer live questions; fastest when you have the answers ready.questionnaire- get the onboarding template to fill async; good for handing to a maintainer.hybrid- get a pre-filled questionnaire tailored from what you have already said, then correct it.
What you get
Section titled “What you get”A Bronze seed copied from templates/seed-plugin/: a library.json with the five required fields (name, version, description, standard, tier), an AGENTS.md, and README/CHANGELOG starters. It passes the conformance core immediately (askit-evaluate reports universal with no errors).
- First skill:
askit-build-skill(create). - Docs:
askit-build-docs. - Climb to Silver: declare
agent-targets+ the prefix + a components index + native manifests (theaskit-build-*skills andaskit-migrateplan mode drive this).
See also
Section titled “See also”askit-init-pluginreference- onboarding-modes
- adopt-a-foreign-repo (for an existing repo instead)