AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Design Extract

skill-sarveshsea-design-skills-design-extract · by sarveshsea

Extract a public website's design system when a task needs evidence about its colors, typography, spacing, radii, shadows, components, or Tailwind tokens.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-sarveshsea-design-skills-design-extract

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sarveshsea-design-skills-design-extract)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
23d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Design Extract? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Design Extract

Extract any website's design system from its public URL. No login, no API key, no Figma.

When to use

  • User pastes a URL and wants to understand its visual design
  • User wants to replicate a site's look and feel
  • User asks "what design system does X use?"
  • User wants a DESIGN.md for AI context
  • User wants to match an existing site's tokens in their own project

How it works

  1. Fetch the URL's HTML and all linked stylesheets
  2. Parse CSS for: custom properties, colors, fonts, spacing, radii, shadows
  3. Send extracted raw data to Claude for structured synthesis
  4. Output a DESIGN.md with: color system, typography, spacing, borders, component patterns, Tailwind config sketch

Usage

# CLI
memi design-doc https://linear.app
memi design-doc https://stripe.com --spec    # also write a DesignSpec JSON
memi extract https://vercel.com              # alias

# MCP tool
design_doc({ url: "https://linear.app" })

Output format

The DESIGN.md contains:

  • Color System -- palette with semantic names (primary, bg, fg, muted, accent)
  • Typography -- font stacks, size scale, weight usage
  • Spacing -- scale (4px/8px grid or other rhythm)
  • Borders & Surfaces -- radii, shadows, border styles
  • Component Patterns -- inferred from DOM (buttons, cards, inputs, nav)
  • Tailwind Config Sketch -- partial tailwind.config.js with extend values

Success criteria

  • Extraction completes in under 30 seconds for any public URL
  • Output contains at least 10 distinct design tokens
  • Tailwind config sketch is valid JavaScript
  • DESIGN.md is immediately usable as AI prompt context

Limitations

  • Does not work on pure client-side rendered apps (CSR) that inject all styles via JS at runtime
  • Works on: static sites, SSR (Next.js, Remix, SvelteKit), and any site that serves CSS in ` or ` tags

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.