Loading...
Loading...
Found 79 Skills
Refactor, simplify, or clean up code for improved maintainability without changing business logic
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”.
Practical guidance for writing, refactoring, and reviewing fast, reliable, and maintainable Rust code.
Guide for code refactoring, use this skill to guide you when user asked to refactor a components or functions and when an implementation of a plan requiring a code refactoring.
Executa refatoração segura e incremental para projetos Go, preservando comportamento e reduzindo complexidade. Use quando o usuário pede para refatorar, simplificar ou melhorar manutenibilidade. Não use para correção de bug (usar bugfix) nem para review/auditoria (usar reviewer).
Use when designing modules, APIs, and system architecture requiring independent, non-overlapping components where changes in one don't affect others.
Simplify and refine PHP/Laravel code for clarity and maintainability without changing behavior.
Code simplification for clarity and maintainability. Use PROACTIVELY after code is written or modified to refine recently changed files.
Create Scratch project with TypeScript using Hikkaku; use when the user asks how to build or structure a Scratch project in this repo.
Perform a code review with linting, standards checking, and priority-ranked findings
Core Go style principles and formatting guidelines from Google and Uber style guides. Use when writing any Go code to ensure clarity, simplicity, and consistency. This is the foundational skill - other Go style skills build on these principles.
Python refactoring for readability, maintainability, and performance.