Getting started
The toolkit is a Claude Code and Codex plugin. Its validation spine is plain Node (the only runtime dependency is a YAML parser), so the gate runs anywhere Node 22.12+ does.
Install
Section titled “Install”The toolkit installs from the product-on-purpose marketplace:
# Add the marketplace once (by repo path)/plugin marketplace add product-on-purpose/agent-plugins
# Install the toolkit (by marketplace identity)/plugin install agent-skills-toolkit@product-on-purposeYou add the marketplace by its repo path and install the plugin by the marketplace identity (@product-on-purpose): the path is the address, the identity is the brand. The same package is a Codex plugin, so Codex discovers the skills from its .codex-plugin/plugin.json.
Grade what you have
Section titled “Grade what you have”From a plugin repo, run the conformance gate:
node scripts/check.mjsIt prints the tier your plugin earns and the burndown to the next one. For a richer report (per-rule findings, remediation), use the askit-evaluate skill, which runs the same deterministic core and presents it.
Adopt an existing repo
Section titled “Adopt an existing repo”Point askit-migrate at a foreign or ad-hoc skills repo. Its assess mode inventories the components and reports the gap by tier; plan produces a staged Bronze-to-Silver roadmap naming the skill or check that closes each step; adopt writes the minimal library.json + AGENTS.md so the conformance core can grade it.
Start a new plugin
Section titled “Start a new plugin”Run askit-init-plugin to onboard and scaffold a Bronze-anatomy starting point (interview, questionnaire, or hybrid mode), then add components with the askit-build-* skills and climb tiers as you go.
Where the full docs live
Section titled “Where the full docs live”This site is the overview. The complete reference and how-to documentation lives with the source in the repository’s docs/ tree, and the normative spec is STANDARD.md.