Loading...
Loading...
Found 17 Skills
Readable primary-flow–first code structuring with minimal boundaries, atomic composition, and contract-driven unit tests
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.
Commenting patterns that improve readability and maintainability.
Refactor code to improve clarity and maintainability without changing behavior. Use when improving readability, reducing complexity, or eliminating duplication.
Refactor code for readability using DRY, meaningful names, and modularization.
Guiding principles for writing clear, concise, human readable and maintainable Python code.
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”.
Describes PHP and Laravel guidelines provided by Spatie. These rules result in more maintainable, and readable code.
Simplify and refine code for clarity, consistency, and maintainability
Human-readable control flow patterns for refactoring complex conditionals. Use when refactoring nested conditionals, improving code readability, or restructuring decision logic.
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.
Load when working with contents in *.mo files