code-standards-analyzer
Installation
SKILL.md
Code Standards Analyzer
Purpose: Discover, document, and maintain coding standards from existing codebases using evidence-based analysis.
Philosophy: Standards should reflect REALITY (what the code actually does) not ASPIRATIONS (what we wish it did). Measure, then document.
When to Use
Primary Use Cases:
- Brownfield Onboarding - "What are this project's coding conventions?"
- Standards Audit - "Are we following our declared standards?"
- New Contributor Onboarding - "Teach me the project patterns"
- Living Documentation - "Keep standards in sync with codebase"
- Greenfield Setup - "Initialize standards from best practices"