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

  1. Confirm 2–3 trigger prompts with the user.
  2. Pick the platform. Default from the path: .claude → Claude, .agents → Codex, .cursor → Cursor. Ask if unclear.
  3. Write frontmatter, then the body: inspect → act → return → stop.
  4. Run bun ~/.agents/skills/skill-manager/scripts/inspect-description.ts on 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.

Installs
17
GitHub Stars
223
First Seen
Jun 9, 2026
skill-manager — melvynx/aiblueprint