Loading...
Loading...
Found 17 Skills
Refactor code for readability using DRY, meaningful names, and modularization.
Provides final code cleanup after task review approval. Removes debug logs, temporary comments, dead code, optimizes imports, and improves readability. Use when asked to clean up code, polish, finalize, tidy up, remove technical debt, or prepare code for completion after review. Not for refactoring logic or fixing bugs—focused solely on cosmetic and hygiene cleanup.
Commenting patterns that improve readability and maintainability.
Simplify and refine code for clarity, consistency, and maintainability
Load when working with contents in *.mo files
Readable primary-flow–first code structuring with minimal boundaries, atomic composition, and contract-driven unit tests
Refactor code to improve clarity and maintainability without changing behavior. Use when improving readability, reducing complexity, or eliminating duplication.
A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScript with fp-ts library.
Apply DX-first heuristics to implementations, refactors, reviews, and debugging. Use when the user asks for code review, refactoring guidance, API design feedback, maintainability/readability improvements, or “make this easier to debug/onboard”.
Guiding principles for writing clear, concise, human readable and maintainable Python code.
Describes PHP and Laravel guidelines provided by Spatie. These rules result in more maintainable, and readable code.
Python refactoring for readability, maintainability, and performance.