Loading...
Loading...
Found 18 Skills
Describes PHP and Laravel guidelines provided by Spatie. These rules result in more maintainable, and readable code.
Refactor code to improve clarity and maintainability without changing behavior. Use when improving readability, reducing complexity, or eliminating duplication.
Simplify and refine code for clarity, consistency, and maintainability
Commenting patterns that improve readability and maintainability.
Readable primary-flow–first code structuring with minimal boundaries, atomic composition, and contract-driven unit tests
Converts long inline XAML bindings to Property Element Syntax for better readability. Use when XAML binding expressions become too long or complex.
Improve code readability without altering functionality using idiomatic best practices
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”.
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
Refactor code for readability using DRY, meaningful names, and modularization.
Python refactoring for readability, maintainability, and performance.