Skill Name
State the concrete outcome this skill must produce.
Workflow
- Identify the required inputs and inspect only the relevant context.
- Perform the task in explicit, imperative steps.
- Use bundled resources only when their stated condition applies.
- Verify the result with the smallest check that can catch a meaningful failure.
- Report the output, verification result, and any remaining limitation.
Resources
- Read
references/example.mdonly when the task needs detailed domain guidance. - Run
scripts/example.pyonly when deterministic processing is required. - Reuse files from
assets/when they are intended to appear in the output.
Delete this section and any unused resource directories when the skill needs no bundled resources.
Constraints
- Preserve explicit user requirements and existing project conventions.
- Ask for input only when a missing choice would materially change the result.
- Keep optional detail out of
SKILL.md; link directly to one-level-deep references. - Do not add scripts for behavior that concise instructions can handle reliably.
Verification
Define the checks that must pass before the skill can report completion.