Releases: GabrielAmz/web-anatomy
Releases · GabrielAmz/web-anatomy
Release list
v0.4.0 — create flow + build-page + write-page rename
First published version. Makes the create branch a first-class flow and clarifies the engine. Full reasoning in docs/skill-orchestration.md.
Highlights
- Renamed
improve-page->write-page(the copy engine). It also builds new pages, so the old name hid half its job. Output dir is now.webanatomy/write-page/. - New
build-pageskill — the terminal assembler. Turns a structure + its copy into a shareable wireframe with a coherent design system derived from a SINGLE exemplar (a benchmark page for a new page, your own page when improving). Never blends designs across companies. write-pagebuild mode gained a light outline step (pick one exemplar homepage, adopt its section order, confirm the list) plus MCP call-budget guardrails (cap ~6-7 sections, space the calls, handle thin results).find-examples(0.5.0) — sharpened againstresearch-best-practices, and now the place a new-page build picks its single exemplar (used twice: structure for write-page, look for build-page).
The two flows
- Improve:
audit-page->write-page->build-page - Create:
find-examples(pick exemplar) ->write-pagebuild mode ->build-page
Install / update
npx skills add GabrielAmz/web-anatomy # install
npx skills update GabrielAmz/web-anatomy # update