What problem does it solve?
This Skill provides a comprehensive set of guidelines and best practices to improve code quality, readability, maintainability, and reduce common programming errors.
Core Features & Use Cases
- Code Style Enforcement: Adheres to principles of readability, single responsibility, and consistent naming.
- Error Handling: Guides on explicit and robust error management to prevent silent failures.
- Function Design: Recommends optimal function length, parameter count, and purity.
- Naming Conventions: Standardizes naming for functions, variables, constants, and classes.
- Code Organization: Suggests best practices for structuring code within modules.
- Change Management: Outlines a process for making safe and effective modifications to existing code.
- Pitfall Avoidance: Highlights common programming mistakes and how to prevent them.
Quick Start
Follow these coding best practices when writing new code or refactoring existing code.