The Code Quality Standards skill equips Claude with a comprehensive framework for writing, reviewing, and maintaining high-quality codebases. It moves beyond simple linting by enforcing core principles like DRY, TDD, and idempotency across multiple environments. The skill provides granular rules for Python (PEP 8, type hints), strict safety constraints for Bash to prevent brittle script execution, and modern TypeScript conventions. Additionally, it standardizes observability through structured logging formats and emphasizes a proactive monitoring philosophy over traditional static testing alone, ensuring that both code and documentation remain consistent, secure, and production-ready.
Características Principales
012 GitHub stars
02Automated Markdown documentation standards and hierarchy enforcement
03Standardized logging schemas for consistent system observability
04Strict Bash safety rules to prevent anti-patterns and script-injection risks
05Multi-language support for Python, TypeScript, and Shell development
06TDD-focused development cycle and continuous monitoring strategies