This repository targets compatibility with the official skills CLI ecosystem.
Primary install interface:
npx skills add beerjoa/skillsSupported patterns include:
npx skills add beerjoa/skills --skill <skill-id>npx skills add beerjoa/skills -a <agent>npx skills add beerjoa/skills -a <agent> -g
A skill is considered discoverable when it follows all rules below:
- Path shape:
skills/<skill-id>/SKILL.md SKILL.mdfrontmatter includes string fieldsnameanddescriptionnameis aligned with<skill-id>for predictable installation and filtering
Different agents may vary in:
- Installed directory path
- Whether support resources are loaded automatically
- How templates/references are surfaced during runtime
Design consequence:
SKILL.mdremains the minimum guaranteed behavior layerreferences/,templates/, andscripts/stay optional enhancement layers
If an environment ignores support files, the skill should still remain usable from:
- purpose
- inputs
- outputs
- procedure
all documented in SKILL.md.
Recommended checks before release:
npx skills add beerjoa/skills --listnpx skills add beerjoa/skills --skill pr-self-review -a codex