single-source-validator

Community

Eliminate documentation duplication, enforce truth.

AuthorDarkMonkDev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Duplicated automation procedures across agent definitions, lessons learned, and process documents create confusion, maintenance nightmares, and lead to agents ignoring documentation due to conflicting information.

Core Features & Use Cases

  • Duplication Detection: Scans agent definitions, lessons learned, and process docs for duplicated bash commands, step-by-step procedures, and hardcoded skill paths.
  • Blocking Authority: Acts as a critical enforcement mechanism, blocking workflow completion (e.g., Phase 5 finalization) if any duplication violations are found.
  • Proper Reference Guidance: Promotes referencing Skills as the only source of automation, ensuring all other documentation points to the executable truth.
  • Use Case: After creating a new skill like container-restart, run this Skill to ensure its automation is exclusively defined within the skill itself and only referenced by other documents, preventing future confusion.

Quick Start

Validate the 'container-restart' skill for any duplication across documentation.

Dependency Matrix

Required Modules

bashgrepfindsedls

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: single-source-validator
Download link: https://github.com/DarkMonkDev/WitchCityRope/archive/main.zip#single-source-validator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository