Site banner
Manavarya09 Manavarya09

Site

Design community

Description

--- description: Crawl a whole site and synthesize ONE canonical design system across all pages — unified tokens, coverage map, consistency grade. argument-hint: <url> [--max-pages <n>] --- 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. ```bash npx designlang site $

Installation

Installs to ~/.claude/skills/manavarya09-design-extract-site/SKILL.md

Terminal
mkdir -p ~/.claude/skills/manavarya09-design-extract-site && curl -fsSL https://raw.githubusercontent.com/Manavarya09/design-extract/HEAD/commands/site.md -o ~/.claude/skills/manavarya09-design-extract-site/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository