SKILL.md Template
Use this template when drafting Anuva skills.
# <skill-name>
Use this skill when <trigger condition>.
Do not use this skill when <non-trigger condition>.
## Purpose
<What this skill helps Codex do.>
## Inputs
- <Required input>
- <Optional input>
## Read First
- `<reference path>`: <why it matters>
- `<reference path>`: <why it matters>
## Workflow
1. Inspect the request and confirm the scope.
2. Read the required references.
3. Create or update the expected artifacts.
4. Run the required verification.
5. Report outputs, checks, and remaining risks.
## Artifacts
This skill may create or update:
- `<artifact>`
- `<artifact>`
## Verification
- `<verification command or checklist item>`
## Docs Parity
Update docs or registries when this skill changes ownership, workflow, publishing, or reusable guidance.
Usage Notes
- Keep skills procedural.
- Put enduring architecture knowledge in docs.
- Put repository behavior rules in
AGENTS.md. - Add helper scripts only when they make the workflow more deterministic.