skill-manager
Installation
SKILL.md
Write skills the way $analyze, $plan, $implement, $code-review, and $verify are written.
Target
- One job. Imperative. Every line changes behavior.
- Body under ~40 lines unless the job is genuinely multi-branch.
- Description 50–300 chars: capability first, then
Use when+ trigger words. - No README, changelog, or theory. No restating model defaults.
- References only for platform or schema detail the body cannot hold. Name the file and when to open it.
- User-only workflows:
disable-model-invocation: true.
Write
- Confirm 2–3 trigger prompts with the user.
- Pick the platform. Default from the path:
.claude→ Claude,.agents→ Codex,.cursor→ Cursor. Ask if unclear. - Write frontmatter, then the body: inspect → act → return → stop.
- Run
bun ~/.agents/skills/skill-manager/scripts/inspect-description.tson the skill root.
Personal skills live in ~/.agents/skills/<name>/. Platform layout and frontmatter: claude-code.md, codex.md, cursor.md. Description rules: description-recommandation.md.