Loading...
Loading...
Found 16 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.
Load when working with contents in *.mo files
Simplify and refine code for clarity, consistency, and maintainability
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.
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.
Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.
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”.
Refactor code for readability using DRY, meaningful names, and modularization.
Python refactoring for readability, maintainability, and performance.