agentsclimarketplace

Design system generalizer

Skill HeyEddi-com/skills/skills/design-system-generalizer

HeyEddi Cursor Agent Skills hub — 20 skills, agent eval suite, git subtree distribution

Install
npx -y skills add HeyEddi-com/skills --skill design-system-generalizer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Scans token and component usage patterns from a golden reference page and diffs violations on other routes. Use when spreading a well-built page's patterns across the app in PR-sized chunks.

SKILL.md

0.8 KB, 131 tokens by cl100k_base, as published. Nobody here has run it

Design System Generalizer

When to use

  • One route is the "golden" reference (e.g. /settings)
  • Other routes drift from tokens or component reuse
  • Planning incremental migration PRs

Instructions

  1. python scripts/scan_patterns.py --route /golden --project-root <root>
  2. python scripts/diff_violations.py --golden /golden --target /other --project-root <root>
  3. Use --check on diff to exit non-zero when target has hex colors or missing route files.
  4. Propose small PRs: never whole-app rewrite in one shot.

Gives 0 of the 12 instructions most design systems skills give in 131 tokens

Counted across 528 of the 534 authors here whose files we hold, read 2026-08-06

  • create a custom theme if neededin 54 of 528, across 10 files
  • read the corresponding theme filein 54 of 528, across 10 files
  • ask which theme to applyin 53 of 528, across 9 files
  • show the theme showcasein 53 of 528, across 9 files
  • maintain visual identity across all slidesin 50 of 528, across 6 files
  • apply the specified colors and fontsin 47 of 528, across 3 files
  • get explicit confirmationin 45 of 528, across 1 file
  • Generate a design system before codingin 19 of 528, across 6 files
  • Maintain at least 4.5:1 color contrast ratioin 19 of 528, across 8 files
  • Describe component shapes, colors, shadows, and interaction statesin 18 of 528, across 4 files
  • Check Python installation and install if missingin 17 of 528, across 4 files
  • Default to html-tailwind if stack is unspecifiedin 17 of 528, across 4 files

Said here and by no other author read

  • scan the golden reference route
  • diff the golden route against the target route
  • run the diff in check mode for non-zero exit on violations
  • propose small pull requests

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.