build-page

build-page is a skill for Claude Code from GabrielAmz/web-anatomy. It costs 181 tokens per session (1,680 once invoked), scanned A, original, MIT.

A tool that turns a page structure and its written text into a shareable wireframe, which is a simple visual layout of a page. It applies one consistent set of type, colors, spacing, and component styles.

In plain words
What is it for?
Use it to assemble a new page or show an improved version of an existing page as a wireframe.
Why use it?
It prevents a page from looking like unrelated sections stitched together and gives you something visual to review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the web-anatomy plugin — 7 skills, 1 MCP server shipped together

Good fit Use it to assemble a new page or show an improved version of an existing page as a wireframe.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielamz/web-anatomy/build-page
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GabrielAmz/web-anatomy --skill build-page
Clone the repo
git clone --depth 1 https://github.com/GabrielAmz/web-anatomy

Made for: Claude Code.

Or install web-anatomy, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for build-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/build-page/github.svg)](https://agentmods.dev/skills/gabrielamz/web-anatomy/build-page)
Your own site
<a href="https://agentmods.dev/skills/gabrielamz/web-anatomy/build-page"><img src="https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/build-page/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for build-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielamz/web-anatomy/build-page"><img src="https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/build-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,680 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00181 $0.01680
Opus 5 $0.00090 $0.00840
Sonnet 5 $0.00036 $0.00336
Haiku 4.5 $0.00018 $0.00168

Measured 11d ago against content hash 527f6eca2d7a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

build-page scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/build-page/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Build Page

The last step of the page workflow: turn structure + copy into a wireframe someone can actually look at. write-page produces the words; build-page lays them out in a coherent design and hands the user one shareable artifact.

This is the terminal assembler. It runs on both branches:

  • After a new page is written (create): assemble the chosen sections + their copy into a wireframe.
  • After an existing page is improved: assemble the improved structure + copy into a shareable "here is the better version" wireframe (optional; the user can stop at the copy fixes).

It does not write copy (that is write-page), it does not diagnose (that is audit-page), and it does not invent the section list (that comes from the structure it is handed). It assembles and designs.

The one rule: a single design exemplar

A coherent page cannot be stitched from sections of different companies. Their type, color, and spacing clash, and the result reads as broken. So build-page derives the whole design system from exactly ONE source:

  • Create: one exemplar homepage the user likes, picked via find-examples / search_pages. Use it for the look only.
  • Improve: the user's OWN current page. It already has a coherent design language; keep it and re-skin the improved structure + copy in it.

The exemplar drives DESIGN only: type scale, color direction, spacing rhythm, component style, section layout patterns. Never lift the exemplar's words, claims, or brand name. The copy is the user's, from write-page.

Step 0 - Gather the inputs

build-page needs two things. Do not start without both:

  1. Structure + copy. Prefer the most recent write-page output for this page (.webanatomy/write-page/{page}-*/report-data.json and its recommendations / written sections). If the user is running build-page directly without a prior write-page run, ask them to run write-page first (build or improve mode); this skill assembles, it does not generate the copy.
  2. One design exemplar.
    • Create: ask which exemplar homepage to follow, or surface candidates via find-examples and let the user pick one. Capture its screenshot as the design reference.
    • Improve: use the current page already captured by audit-page / write-page (references/current.png). If none exists, capture it now.

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 89 lines · 181 tokens per session scan A 527f6eca2d7a

Subscribe to this mod's changes

build-page is a skill published in the GitHub repository GabrielAmz/web-anatomy (9 stars, last pushed 2mo ago), licensed MIT. It adds 181 tokens to every session and 1,680 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

mobile-responsive

Mobile-first responsive design patterns for sales funnels. Ensures every page works flawlessly on all screen sizes with proper touch targets, readable typography, and fast load times.

ominou5/funnel-architect-plugin · 35 tokens

antigravity-design-expert

Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.

ranbot-ai/awesome-skills · 39 tokens

chakra-ui-builder

Build responsive, accessible UI components and layouts using Chakra UI v3, install or configure Chakra UI in new and existing projects, and design scalable themes using tokens, semantic tokens, recipes, and slot recipes. Use this skill whenever a user asks to build, create, or generate any UI component, page, form…

chakra-ui/chakra-ui · 214 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

reveal-hover-effect

Build cursor-following spotlight reveals that expose a second aligned image through a soft radial mask. Use for hover-to-color, before-and-after, x-ray, material, texture, product-detail, and illustrated hero effects where a desaturated or embossed base image should remain visible while another treatment follows an…

MengTo/Skills · 66 tokens