axi-skills
Installation
SKILL.md
AXI-in-skill: bake an AXI CLI into a skill
This skill is a supplement to the axi skill, scoped
to one specific job: shipping an axi-sdk-js CLI inside a Claude Code skill so a single
npx skills add <owner>/<repo> delivers a ready-to-run, agent-facing tool with no install step.
Division of labor — keep them straight:
axi skill (upstream) |
axi-skills skill (this one) |
|---|---|
| What the CLI prints — TOON output, minimal schemas, content-first home view, structured errors, contextual disclosure | How the CLI ships as a skill — esbuild bundle, committed .mjs, shim, SessionStart hook, SKILL.md generation, CI gate |
| Read it first / keep it open while writing command handlers | Read it when you're packaging, building, or distributing |
If you're deciding what a command should output, that's the axi skill. If you're deciding how
the tool gets built and installed, you're in the right place.