designing-systems

Installation
SKILL.md

Phase 1: RESEARCH — Browse, observe, extract CSS specs

When

After Phase 0 identity templates are read. Before writing design-system.md.

Input (from Phase 0)

  • Sector identified (creative/fintech/ecommerce/devtool/health)
  • Typography pair chosen, OKLCH palette direction known

Steps

  1. Read inspiration catalogreferences/design-inspiration.md + references/design-inspiration-urls.md
  2. Pick 4 URLs from catalog matching the project sector (MUST be from KNOWN_DOMAINS)
  3. Browse each site via Playwright:
    • browser_navigate → URL
    • browser_evaluatewindow.scrollTo({top: document.body.scrollHeight, behavior: 'smooth'})
    • Wait 5s → scroll back to top → wait 2s
    • browser_take_screenshot fullPage: true
  4. Write 5 CSS-precise observations per screenshot (NOT vague descriptions):
    • (1) Colors: exact oklch() values for primary, accent, background, text
Related skills
Installs
33
GitHub Stars
12
First Seen
Feb 10, 2026