#examples.| Piece | Where | What it does |
|---|---|---|
| curated block | src/skills/glyph/examples/_featured.md | what it draws, the two picks, three real renders from one working night, the exact invocation, when it is the wrong tool. Hand-written, versioned with the skill. |
| generator hook | scripts/_build-docs-generate.py, featured_examples() | if examples/_featured.md exists, emit ## Examples + its body right after the answer block, before the SKILL.md body. The underscore keeps it out of the bottom "Examples (N)" loop, so it appears once. |
| routing line | src/skills/glyph/SKILL.md, top of Execution | a human asking "how do I use this" gets the URL with #examples, not a paraphrase. |
Any skill can opt in by adding the file; nothing else changes for the other 106. That is the whole of #3902's mechanism, which leaves #3902 as content work (one _featured.md per user-invocable skill) plus a drift test that fails when a page has the block and its source file changed.