What problem does it solve? As a plugin marketplace grows, the same instructions, skills, and reference content tend to get copied into multiple plugins, causing drift, maintenance burden, and conflicting guidance. This Skill audits the K3M marketplace to find duplicated content and proposes concrete consolidation actions. ## Core Features & Use Cases - Three-level duplicate detection: Compares components by name, by description keyword overlap, and by semantic analysis of SKILL.md bodies to catch both obvious and subtle duplication. - Finding classification: Labels each finding as an exact duplicate, overlapping responsibility, complementary coverage, or shared foundation, so only real problems trigger action. - Consolidation proposals: Recommends which plugin should own the content based on registry.yaml scope declarations, and proposes moves to a shared/ directory, cross-references, or merges. - Use Case: Before adding a new hook-validation skill to a plugin, run this Skill to check whether another plugin already covers hook validation, then consolidate or cross-reference instead of duplicating. ## Quick Start Audit the marketplace for duplicated instructions across all plugins and propose consolidation for any overlaps you find.