What problem does it solve?
This Skill helps eliminate duplicated code, repeated UI patterns, denormalized database structures, and copied workflow logic that increase maintenance costs and create inconsistent behavior.
Core Features & Use Cases
- UI Deduplication: Identify near-duplicate components, repeated styles, and reimplemented library patterns.
- Database Normalization: Detect duplicated data, missing foreign keys, inconsistent naming, and string-based lookup values.
- Workflow Refactoring: Consolidate duplicate utilities, API handling, validation, business logic, and data transformations.
- Use Case: Apply a quick scan after adding a feature or run a deep audit when an AI-assisted codebase has accumulated redundant components and logic.
Quick Start
Ask the dry skill to audit the codebase for duplication, propose specific refactorings, apply the appropriate fixes, and run the relevant tests.