Design system generalizer
HeyEddi Cursor Agent Skills hub — 20 skills, agent eval suite, git subtree distribution
npx -y skills add HeyEddi-com/skills --skill design-system-generalizerAssembled 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
python scripts/scan_patterns.py --route /golden --project-root <root>python scripts/diff_violations.py --golden /golden --target /other --project-root <root>- Use
--checkon diff to exit non-zero when target has hex colors or missing route files. - Propose small PRs — never whole-app rewrite in one shot.