minimalist
alirezarezvani/claude-skills
This skill enforces highly efficient coding practices, guiding the AI to write the simplest, most direct code possible. It strictly follows an 'Efficiency Ladder' (YAGNI, reusing existing code, standard library, etc.) to prevent over-engineering, unnecessary abstractions, and boilerplate. Use this when the goal is maximum efficiency with minimal code.