A page an agent can send a human to

#3901, milestone 167. The glyph docs page existed and answered 200; it was a 33 KB dump of SKILL.md. A human sent there had to scroll past box-drawing reference tables to learn what the skill draws. Now a curated block comes first, at #examples.

What the routed human sees

https://orchestkit.yonyon.ai/docs/reference/skills/glyph

The mechanism, three pieces

PieceWhereWhat it does
curated blocksrc/skills/glyph/examples/_featured.mdwhat 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 hookscripts/_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 linesrc/skills/glyph/SKILL.md, top of Executiona 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.