Documentation Structure This skill defines how documentation is organized and maintained in this repository. Core Principles | Principle | Description | |-----------|-------------| | Separation of Concerns | README (landing), docs/ (reference), CONTRIBUTING (dev workflow) | | Single Source of Truth | Define once, link everywhere. Never duplicate content. | | Hub-and-Spoke | is the central navigation hub | | Vendor Isolation | Each AI platform gets its own directory in docs/ | Document Responsibilities User vs Developer Content Separation CRITICAL RULE: User documentation must ONLY contain ful…