- Add sub-file constraint: content-type split rule (explains vs. directs), three spec-defined optional directories (scripts/, references/, assets/), one-level-deep rule, and wiring syntax requirement - Update output format section to list optional sub-files as a third output - Add self-check item for sub-file placement and wiring - Update SKILL-TEMPLATE.md constraints and output format examples to match - Bump META.md to v1.3 - Add two LESSONS.md entries: research agents presenting synthesis as spec fact; META-TEMPLATE fix deferred with explicit do-not-apply note Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
725 B
Markdown
17 lines
725 B
Markdown
```yaml
|
|
version: "1.3"
|
|
updated: 2026-05-26
|
|
|
|
# when: describes when this skill is loaded — the full trigger context.
|
|
# More detail than the description field; not used for routing.
|
|
when: invoked by explicit trigger ("write a new skill for X", "create a SKILL.md that does Y") or implicit request to author a skill file or convert an existing placeholder to the canonical authoring standard
|
|
|
|
# source: omitted — self-authored original; no upstream content adopted
|
|
# Absence of source means self-authored. If content is adopted from upstream,
|
|
# add a source entry per the META-TEMPLATE.md schema.
|
|
|
|
references:
|
|
- https://agentskills.io/specification.md
|
|
- https://agentskills.io/skill-creation/optimizing-descriptions
|
|
```
|