mirror of
https://github.com/WordPress/agent-skills.git
synced 2026-09-14 15:56:59 +08:00
374 B
374 B
Principles
- Prefer small, composable skills over a single "mega-skill".
- Keep
SKILL.mdbodies short; move depth intoreferences/. - Bundle deterministic checks as scripts when reliability matters.
- Treat upstream docs as canonical; store agent-first checklists and decision trees.
- Every new skill must include at least one eval scenario under
eval/scenarios/.