component-common-domain-detection
•published 2026/03/13
Finds duplicate business logic spread across multiple components and suggests consolidation. Use when asking "where is this logic duplicated?", "find common code between services", "what can be consolidated?", "detect shared domain logic", or analyzing component overlap before refactoring. Do NOT use for code-level duplication detection (use linters) or dependency analysis (use coupling-analysis).
📦 Install Skill
Command line install
Install directly with the `skills` CLI.
npx skills add christophacham/agent-skills-library/skills/web-dev/component-common-domain-detectionFile Explorer
No file selected
Select a file to view its content

