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:
Jonathan Hefner
2026-03-06 16:00:09 -06:00
Unverified
parent 08d1d688c1
commit cbc354c2ff
+4 -5
View File
@@ -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.