Create create-skill
This commit is contained in:
commit
8cc510b2c7
3 changed files with 222 additions and 0 deletions
33
create-skill/assets/skill-template.md
Normal file
33
create-skill/assets/skill-template.md
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
<!-- Replace every REPLACE_ME marker before validation. Delete every unused section and optional frontmatter field. -->
|
||||
<!-- Keep the body compact and scan-friendly. Prefer short bullets and numbered steps; use prose only for necessary nuance. Move conditional detail into references/. -->
|
||||
---
|
||||
name: REPLACE_ME
|
||||
description: REPLACE_ME. Use this skill when REPLACE_ME. Do not use when REPLACE_ME.
|
||||
# Delete when the skill has no material runtime, platform, or capability requirements.
|
||||
compatibility: REPLACE_ME
|
||||
---
|
||||
|
||||
# REPLACE_ME
|
||||
|
||||
## Critical rules
|
||||
|
||||
- REPLACE_ME
|
||||
|
||||
## Workflow
|
||||
|
||||
1. REPLACE_ME
|
||||
2. REPLACE_ME
|
||||
3. Validate the result using the exact checks below.
|
||||
|
||||
## Resources
|
||||
|
||||
<!-- Delete this section when no resource is needed. Add a link only after its exact one-level-deep file exists. State what it contains and the precise condition for reading, using, or running it. Repeat mandatory loading at the relevant workflow step. -->
|
||||
|
||||
## Validation
|
||||
|
||||
- Run `REPLACE_ME`; expect REPLACE_ME.
|
||||
- Inspect REPLACE_ME; expect REPLACE_ME.
|
||||
|
||||
## Constraints
|
||||
|
||||
- REPLACE_ME
|
||||
Loading…
Add table
Add a link
Reference in a new issue