What belongs inside a skill
Package the repeatable parts of a task so the agent does not need to rediscover your preferred process every time.
- Goal, inputs, assumptions, and constraints.
- Tools or data sources the workflow is allowed to use.
- Ordered steps and decision points.
- Output format, examples, and validation checks.
- Fallback behavior when evidence or permissions are missing.