generate-comprehensive-style-guide
Installation
SKILL.md
Generate Comprehensive Style Guide
Perform a deep analysis of this codebase and generate (or regenerate) a STYLE_GUIDE.md file with full evidence citations for every convention.
When to use this vs
/setup-ai:/setup-aigenerates a quick-pass style guide as part of initial project setup. This skill is for when you need the thorough version — 17 sections, every convention backed by specific file citations, inconsistencies flagged for human decision. Run this after/setup-aifor more depth, or independently when conventions have drifted.
Rules
- ONLY document patterns you actually observe in the code. Never hallucinate or assume conventions.
- When patterns are inconsistent across the codebase, note the inconsistency and ask the user which convention to standardize on.
- Cite specific files as evidence: "Based on
src/services/UserService.ts,src/services/OrderService.ts..." - If a STYLE_GUIDE.md already exists, read it first and improve/incorporate rather than overwriting.
Analysis Process
Step 1: Detect Tech Stack
Search for dependency and config files: