| name | patterns |
| description | Umbrella catalog of all rest-api-spec pattern references. Each pattern lives in a sibling folder of this file — `<pattern-name>/` containing `index.md` (the pattern doc) plus an optional `examples.md` companion. Load to resolve pattern names to their reference docs by path instead of per-pattern skill invocations. |
Rest-api-spec pattern catalog (umbrella)
This skill is a path-resolution anchor: it registers one catalog entry for all rest-api-spec
pattern references. The pattern docs themselves are supporting files in folders next to this
SKILL.md and are never auto-loaded — consumers Read them on demand.
Resolution rule
Every pattern named <pattern-name> resolves to the folder <pattern-name>/ sibling to this
file:
- the pattern document is always
<pattern-name>/index.md;
- companions, when present, sit in the same folder (
examples.md — worked examples). Relative
links inside index.md (e.g. [examples.md](examples.md)) resolve within that folder.
A pattern name that has no matching folder is an error — report it loudly; never skip it
silently.
Catalog