heyeddi-com/heyeddi-skills

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.

First seen Jul 6, 2026

Installation

$ npx skills add heyeddi-com/heyeddi-skills --skill no-duplicate-ui

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from heyeddi-com/heyeddi-skills · top by installs.

npx skills add heyeddi-com/heyeddi-skills

Browse all from heyeddi-com/heyeddi-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 618 B
  • docs SUMMARY.md 171 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 69 installs

SKILL.md

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

  1. Run python scripts/findduplicateui.py --project-root <root>.
  2. Review pairs with high template similarity or matching filenames.
  3. Consolidate into shared components under @/components/ui/.