Style Guide: Multi-Agent Convention Analyzer Spawns specialized analyzer agents to discover and document a codebase's conventions, patterns, and style. Each agent focuses on one aspect and explores independently. Use this when: - Starting work on an unfamiliar codebase - You want AI to match existing patterns exactly - Making implicit conventions explicit - Before running feature-council on a new project Output Generates - a comprehensive style guide that can be referenced by other skills and agents. --- CRITICAL: Language-Agnostic Design Each analyzer: 1. Discovers the language/framework fir…