get-brand-components

Extract design tokens and components from a website into CSS and HTML files.

Updated May 30, 2026
One-click install
npx skills add https://github.com/octavehq/lfgtm-cursor --skill get-brand-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-brand-components
Source: https://github.com/octavehq/lfgtm-cursor/tree/main/skills/get-brand-components
Command: npx skills add https://github.com/octavehq/lfgtm-cursor --skill get-brand-components

SYSTEM DOCUMENTATION & REQUIREMENTS

Capture a brand's visual design system from its website and build a reusable component kit. Walks key pages on a domain (screenshots + HTML via the Octave scrape tool), derives design tokens (colors, type, spacing, radius, shadow), and produces a minimal component library (buttons, cards, headers, stats, tables, badges, hero, footer) as a self-contained HTML reference plus CSS tokens. Use when the user says "get brand components", "capture the brand", "build a component kit for <domain>", "make outputs look like <company>", or wants other skills to generate on-brand HTML for a target company.

Frequently Asked Questions about get-brand-components

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract a brand's design system and tokens from a website?

To extract a brand design system from a website, this skill crawls key domain pages to derive real CSS tokens, typography, spacing, and assets, producing a self-contained HTML component library and tokens.css file.

What is the best way to build a reusable component kit from an existing company website?

Building a reusable component kit from an existing website involves scraping HTML and screenshots to extract design tokens, which then generates a minimal library of buttons, cards, headers, and footers as a self-contained HTML reference.

Do I need access to real CSS and assets to create a pixel-perfect component library?

Yes, creating a pixel-perfect component library requires access to real CSS and assets. The skill uses scrape tools to crawl target domains and extract actual styling resources to accurately preserve the target company's branding.

Can I generate on-brand HTML for a specific company using extracted design tokens?

Yes, you can generate on-brand HTML for a specific company. The skill outputs a manifest.json, brand-kit.md, and tokens.css that enable other downstream skills to produce collateral matching the extracted visual design system.

What components are included when I scrape a website to capture its brand design?

When you scrape a website to capture its brand design, the generated component library includes foundational UI elements like buttons, cards, headers, stats, tables, badges, hero sections, and footers as a self-contained HTML reference.

What files do I get when converting a website's visual design into design tokens?

Converting a website's visual design into design tokens yields four primary outputs: tokens.css for variables, components.html for UI elements, manifest.json for metadata, and brand-kit.md for documentation to support downstream collateral generation.