site

site is a command for Claude Code from Manavarya09/design-extract. It costs 25 tokens per session (453 once invoked), scanned A, original, MIT.

A website-crawling command that examines several important pages and combines their visual rules into one shared design system. It also shows which tokens are used across the site, limited to a section, or found on one page.

In plain words
What is it for?
Use it to analyze a whole site's homepage, pricing, documentation, blog, or other canonical pages, then export unified tokens and consistency reports for design and development.
Why use it?
A single page can hide differences elsewhere on a site. This helps developers find inconsistent styles and identify which design values should become common standards.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the designlang plugin — 2 skills, 14 commands shipped together

About the project

design-extract is a command-line tool that examines live websites with a headless browser and turns their visual and interaction rules into design-system files. It is used by developers and designers to extract tokens, component details, responsive behavior, accessibility findings, and platform-specific outputs, while the catalogue commands, skills, plugin, and rule expose that process to coding agents.

Manavarya09/design-extract · 4,048 stars · on GitHub · designlang.app

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.

agentmods
npx agentmods add commands/manavarya09/design-extract/site
Clone the repo
git clone --depth 1 https://github.com/Manavarya09/design-extract

Made for: Claude Code.

Or install designlang, the plugin that ships this one along with the rest of its 2 skills, 14 commands.

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 site

README.md
[![agentmods](https://agentmods.dev/badge/commands/manavarya09/design-extract/site.svg)](https://agentmods.dev/commands/manavarya09/design-extract/site)
Your own site
<a href="https://agentmods.dev/commands/manavarya09/design-extract/site"><img src="https://agentmods.dev/badge/commands/manavarya09/design-extract/site.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 453 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00025 $0.00453
Opus 5 $0.00013 $0.00227
Sonnet 5 $0.00005 $0.00091
Haiku 4.5 $0.00003 $0.00045

Measured 6d ago against content hash 65774d08b332, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

site 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 6d 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.

commands/site.md · 46 lines

What it actually says

Run designlang site against the user-provided URL. Instead of reading one page, it crawls the site's canonical pages (home, pricing, docs, blog, about, product…), extracts each, and synthesizes a single de-duplicated design system weighted by how broadly each token is used.

npx designlang site $ARGUMENTS

If no $ARGUMENTS were supplied, ask the user which site to analyze.

Default output goes to ./design-extract-output/. When it finishes, read the generated files and present a tight summary:

  1. *-site-consistency.md — the consistency grade (A–F · score), the per-category breakdown, and the off-system outlier tokens (introduced by a single page) that are candidates to consolidate.
  2. *-site-coverage.md — which tokens are 🟢 site-wide, 🟡 section, or 🔴 page-local, and which pages use each.
  3. *-site-system.json — the canonical unified tokens.

The standard pack (DTCG tokens, Tailwind, shadcn theme, CSS variables, *-design-language.md) is also emitted — but from the whole-site canonical system, not just the homepage.

Useful flags via $ARGUMENTS:

Flag Effect
--max-pages <n> crawl up to N pages including the homepage (default 6)
--out <dir> output directory
--name <prefix> output filename prefix

Then offer follow-ups:

  • /grade <url> — single-page Design Report Card + SVG badge
  • /studio — open the live token editor over the latest extraction
  • /pack <url> — bundle every output into one design-system directory

Full reference: https://github.com/Manavarya09/design-extract#full-cli-reference

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. 6d ago First seen · 46 lines · 25 tokens per session scan A 65774d08b332

Subscribe to this mod's changes

site is a command published in the GitHub repository Manavarya09/design-extract (4,048 stars, last pushed 5d ago), licensed MIT. It adds 25 tokens to every session and 453 once invoked, about $0.0001 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-30.