Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/make-skill-template/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A meta-skill for creating new Agent Skills. Use this skill when you need to scaf
Create a new folder with a lowercase, hyphenated name:

```
skills/<skill-name>/
.github/skills/<skill-name>/
└── SKILL.md # Required
Comment on lines 27 to 31
```

Expand Down Expand Up @@ -121,7 +121,7 @@ my-awesome-skill/
- Write a keyword-rich `description:`
- Replace body content with your instructions
4. Add bundled resources as needed
5. Validate with `npm run skill:validate`
5. Validate your skill using the checklist below
## Validation Checklist
Expand Down
Loading