| name | __SKILL_NAME__ |
| description | Use when a focused agent capability belongs in a reusable portable skill |
| license | MIT |
| compatibility | Agent Skills specification v1 compatible. |
| metadata | {"tflow_scaffold":"true"} |
SKILL_NAME
Use this starter as a small, portable skill source. Keep the main file focused on
when the skill applies, the process the agent should follow, and which support
files to read on demand.
Trigger
Use this skill when the current task needs a repeatable capability that should
work in more than one agent runtime.
Process
- Confirm the user intent and the expected output.
- Read only the supporting files that are relevant to the task.
- Perform deterministic checks with scripts where they exist.
- Report the result with the files changed, commands run, and remaining risks.
Progressive Disclosure
Keep long examples, policies, and domain references in references/. Keep binary
or reusable source material in assets/. Keep deterministic helpers in
scripts/.
Validation Notes
Return this directory to the tflow-skill-creator factory after authoring. The
factory runs its own scripts/validate.sh against the completed skill before
improvement evidence or package artifacts are allowed.