What problem does it solve?
This Skill establishes clear coding rules and conventions, ensuring consistency and maintainability, especially when AI agents are involved in development.
Core Features & Use Cases
- Naming Conventions: Defines rules for variables, functions, files, and folders.
- Code Style: Specifies indentation, quotes, semicolons, and other stylistic elements.
- Structure Rules: Outlines best practices for folder organization and file separation.
- Environment Variable Management: Provides a standardized approach to handling environment variables for different deployment stages.
- Clean Architecture: Guides the implementation of a layered architecture for better separation of concerns.
- Use Case: When starting a new project, use this Skill to define and document the team's agreed-upon coding standards, ensuring all developers and AI collaborators adhere to the same guidelines.
Quick Start
Use the phase-2-convention skill to define naming rules for variables and functions.