Files
Ciprian Spiridon 4b4a070a4b skills — rewrite every skill's description + when_to_use in the routing-first style
Restyle the description and when_to_use frontmatter of the whole skill catalog to the
skills-engineering-autonomous pattern, so Claude Code and Codex route to the right skill:

- description: capability + em-dash/colon differentiator (key invariant in CAPS) -> concrete sequenced
  mechanism -> explicit fail-closed/honesty clause -> a terse trailing "Use ..." (atomic skills) or a
  phase-chain/"Composes ..." closer (composites).
- when_to_use: "Use when <positives + examples>. Do NOT use <negatives> -> redirect to the sibling
  skill by name; <crisp principle>." + explicit-user-only/confirm caveat where the skill mutates or
  spawns agents.

Frontmatter-only: skill bodies are unchanged. Grounded each rewrite in the skill's actual behavior.
(ship-playbook's restyle rode with its v1.16.0 commit.)
2026-07-13 14:15:30 +04:00
..