mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Expand directory tree in specification doc
Show optional directories (`scripts/`, `references/`, `assets/`) directly in the directory tree with inline annotations, replacing the separate `<Tip>` block. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,13 +11,12 @@ A skill is a directory containing at minimum a `SKILL.md` file:
|
||||
|
||||
```
|
||||
skill-name/
|
||||
└── SKILL.md # Required
|
||||
├── SKILL.md # Required: metadata + instructions
|
||||
├── scripts/ # Optional: executable code
|
||||
├── references/ # Optional: documentation
|
||||
└── assets/ # Optional: templates, resources
|
||||
```
|
||||
|
||||
<Tip>
|
||||
You can optionally include [additional directories](#optional-directories) such as `scripts/`, `references/`, and `assets/` to support your skill.
|
||||
</Tip>
|
||||
|
||||
## `SKILL.md` format
|
||||
|
||||
The `SKILL.md` file must contain YAML frontmatter followed by Markdown content.
|
||||
|
||||
Reference in New Issue
Block a user