Component Common Domain Detection

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).

gabrielmoreira Updated 17 repo stars

File contents

gabrielmoreira/agent-skills-mirror/tree/main/mirrors/repos/christophacham@agent-skills-library/skills/web-dev/component-common-domain-detection commit 05d5919346

Frequently asked questions

npx skillmds@latest add gabrielmoreira/component-common-domain-detection