What problem does it solve?
This Skill provides a comprehensive set of best practices and conventions for backend development, ensuring code quality, maintainability, and adherence to architectural principles.
Core Features & Use Cases
- Coding Standards: Enforces guidelines for dependency injection, layer architecture, and module organization.
- Service Integration: Promotes abstraction for complex service integrations using coordination services.
- Logging Practices: Defines clear rules for log output, emphasizing purpose and avoiding sensitive data.
- Implementation Checklist: Offers a checklist for developers to ensure critical aspects like validation, error handling, and performance are addressed.
- Use Case: A new developer joins a project and needs to understand the established backend coding standards. They can consult this Skill for guidance on structuring their code, handling errors, and logging effectively.
Quick Start
Review the backend coding conventions and implementation checklist.