Loading...
Loading...
Found 695 Skills
Simplify code and remove legacy/backcompat shims while preserving behavior. Use when asked to clean up or simplify code.
Git Operation Safety and Standards. Mandatory use of native Git commands to handle tracked files, preventing index loss or redundant changes. Triggered when an Agent attempts to move, rename, or delete files.
Provides automated, context-aware code reviews focusing on logic errors and style violations. Use during Pull Request cycles to identify potential bugs and maintain high code quality standards.
Refactor code after tests pass. The "Refactor" phase of Red-Green-Refactor.
A CLI tool that searches inside class and className attributes and matches against each class name individually. Use this instead of grep when searching or replacing class names.
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
Make an existing change more concise without altering behavior. Use when asked to simplify or reduce a diff.
Dead Code Cleanup and Consolidation Expert. Used to remove unused code, duplicate code, and refactor. Execute analysis tools (knip, depcheck, ts-prune) to identify and safely remove dead code.
Prioritizes the use of new features available in Python 3.12 and later versions.
Requires detailed type annotations for all Python functions, methods, and class members.
Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation
Determine if proposed changes require an RFC. Use when planning significant changes, before starting major work, or when asked whether an RFC is needed.