What problem does it solve?
This Skill automatically analyzes an existing codebase to discover and document its actual coding standards, patterns, and conventions, providing a living style guide for consistent development. It eliminates the manual effort of creating and maintaining documentation for code quality.
Core Features & Use Cases
- Automated Standards Discovery: Identifies file naming, TypeScript patterns, component structures, testing conventions, and styling approaches directly from your code.
- Comprehensive Documentation: Creates a
coding-standards.md document with observed patterns and actual code examples from the codebase.
- Tool Configuration Analysis: References existing ESLint, Prettier, TypeScript, and testing tool configurations to ensure alignment with established rules.
- Evidence-Based: Documents what is in the codebase, not just what should be, providing a practical guide for developers.
- Use Case: Run this on any unfamiliar project to instantly generate a detailed
coding-standards.md, saving new team members days of onboarding and ensuring consistent code quality.
Quick Start
Document your project's coding standards
Skill(command: "standards")
This will analyze your codebase and create docs/coding-standards.md