43 lines
716 B
Markdown
43 lines
716 B
Markdown
---
|
|
name: skill-name
|
|
description: Short trigger-oriented description of when this Skill should be used.
|
|
---
|
|
|
|
# Skill Name
|
|
|
|
## Purpose
|
|
|
|
Describe the automation capability this Skill provides.
|
|
|
|
## When To Use
|
|
|
|
Use this Skill when:
|
|
|
|
- condition one
|
|
- condition two
|
|
|
|
## Inputs
|
|
|
|
Describe expected inputs.
|
|
|
|
## Outputs
|
|
|
|
Describe expected outputs or file changes.
|
|
|
|
## Procedure
|
|
|
|
1. Inspect the input.
|
|
2. Run the required script or transformation.
|
|
3. Verify the output.
|
|
4. Report changed files and validation results.
|
|
|
|
## Safety
|
|
|
|
- State what files the Skill may read or write.
|
|
- State what it must not modify.
|
|
- State when user approval is required.
|
|
|
|
## Validation
|
|
|
|
Describe the tests or checks that prove the Skill worked.
|