documentation
One registered entry point for three specialized documentation skills. The members are not
registered skills — they live one nesting level below registration, where agents never look on
their own. This file is the router; manifest.json is the machine-readable map.
How to route
- Match the task against the table below (or the member
triggersinmanifest.json). - Open exactly one member's
SKILL.md—manifest.jsongives each member'spaths.skill. - Do the work from the member. If no member matches, say so; do not improvise from this page.
- Read another member's references only when the member you opened cites them by path — the three share reference material and travel together by design.
| Member | Open it when |
|---|---|
| scaffold-documentation | Use when a repository has no documentation tree yet, or the canonical docs layout is missing or was hand-created. |
| update-documentation | Use when adding to or changing documents in an existing canonical docs tree. |
| migrate-documentation | Use when reorganising or moving docs that already exist into the canonical layout. |
Each row names its member's SKILL.md under references/ — open one only when its "Use when"
column matches the task, so a single member loads instead of all three.
Gotchas
No environment-specific gotchas known.