No duplicate ui
Scans Vue files for duplicate component names and similar template overlap. Use during PR review or when refactoring UI to enforce DRY architecture.From its SKILL.md
npx -y skills add HeyEddi-com/skills --skill no-duplicate-uiAssembled 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.
SKILL.md
0.6 KB, 89 tokens by cl100k_base, as published. Nobody here has run it
No Duplicate UI
When to use
- PR adds a new Button/Card wrapper similar to existing ones
- Refactoring to consolidate forked components
- Pre-merge gate optional duplicate scan
Instructions
- Run
python scripts/find_duplicate_ui.py --project-root <root>. - Review pairs with high template similarity or matching filenames.
- Consolidate into shared components under
@/components/ui/.
What ships with it: 6 files
4.3 KB alongside SKILL.md, 2 of them executable
context/
- ANTI_PATTERNS.md157 B
- EXAMPLES.md144 B
- VOCABULARY.md221 B
scripts/
- find_duplicate_ui.pyruns2.0 KB
- _skill_cli.pyruns1.3 KB
- manifest.json532 B