014 GitHub stars
02Automated detection and application of coding profiles based on project stack (e.g., Java Spring, Node.js, Python FastAPI).
03Promotes clean architecture patterns like Hexagonal and DDD, ensuring proper layer separation and dependency injection.
04Integrates robust error handling guidelines, advocating for custom, context-rich exceptions.
05Enforces comprehensive code quality rules, including method/class size limits and meaningful naming conventions.
06Applies OWASP Top 10 security best practices, such as input validation and preventing hardcoded secrets.