Skip to content

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.

The toolkit installs from the product-on-purpose marketplace:

Terminal window
# 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-purpose

You 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.

From a plugin repo, run the conformance gate:

Terminal window
node scripts/check.mjs

It 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.

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.

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.

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.