agentsclimarketplace

Design system generalizer

Skill HeyEddi-com/skills/evals/runs/2026-07-04T22-58-59Z/full-product-integration/.agents/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.

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.