# code-quality > Enforce clean, simple, maintainable code best practices - Author: ser6pro - Repository: ac5tin/custom-agents - Version: 20260123170317 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ac5tin/custom-agents - Web: https://mule.run/skillshub/@@ac5tin/custom-agents~code-quality:20260123170317 --- --- name: code-quality description: Enforce clean, simple, maintainable code best practices --- ## Guidelines - Adhere to coding best practices such as KISS and DRY. - Prioritize simplicity, readability, and maintainability. - Never use hacks or workarounds. - Favor straightforward code over complex/clever unless performance gain is clearly justified. - Always align with existing codebase styles, patterns, and architecture. Apply these strictly in planning, implementation, and testing.