Loading...
Loading...
Found 3 Skills
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Universal code quality rules. Extends nothing — this is the base skill every project should include. Use when writing or reviewing any code.
Use when designing, reviewing, refactoring, or implementing code that should stay simple, testable, readable, and sustainable. Applies principles for investigating before changes, keeping few layers, making I/O explicit, using dependencies deliberately, organizing by feature, naming consistently, and presenting plans progressively.