askit-init-marketplace
askit-init-marketplace (reference)
Section titled “askit-init-marketplace (reference)”Creates and validates a marketplace index that catalogs plugins for distribution.
create: scaffold the index per target (Claude Code.claude-plugin/marketplace.json; Codex.agents/plugins/marketplace.json, sec 12).validate: every entry resolves to a real plugin; versions are consistent; no orphans or duplicates.
Separation rule
Section titled “Separation rule”A marketplace catalogs plugins; it is not itself a plugin. Keep it separate from any plugin’s manifest. The Standard registers a plugin at its first tagged release (sec 12); the toolkit reserves its own debut for its Gold v1.0.0 tag (Decision C). Format detail: marketplace-format.
Boundary
Section titled “Boundary”askit-init-plugin scaffolds a plugin; this scaffolds the marketplace that lists plugins. See the stand-up-a-marketplace how-to.