This skill provides a comprehensive framework of language-agnostic principles to guide AI-assisted coding, refactoring, and code reviews. It emphasizes long-term maintainability over development speed, advocating for simplicity, explicit code structures, and robust error handling. By integrating these standards into the development workflow, teams can ensure consistent code quality across diverse projects, reduce technical debt, and create more readable, testable, and secure software systems regardless of the specific programming language being used.
주요 기능
01Standardized function design emphasizing single responsibility and low complexity
02Advanced error management strategies including fail-fast and context-aware logging
03Comprehensive security and testing principles for robust software delivery
04Dependency management patterns focused on loose coupling and parameter injection
05Performance optimization guidelines prioritizing algorithmic efficiency over micro-optimizations
063 GitHub stars