General
PromptBeginner5 minmarkdown
Untitled Skill
193
Extract design primitives from a public website and generate starter token files for your project.
Loading actions...
Main instructions and any bundled files for this skill.
Use this skill when the user wants to reverse-engineer a public website's design primitives into project-local starter token files.
Ask for:
Set expectations:
npx playwright install chromium
npx extract-design-system <url>
.extract-design-system/normalized.json and summarize:npx extract-design-system <url> --extract-only
.extract-design-system/normalized.json and only wants to regenerate starter token files, run:npx extract-design-system init
.extract-design-system/raw.json.extract-design-system/normalized.jsondesign-system/tokens.jsondesign-system/tokens.cssTypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks