Loading...
Loading...
Found 2 Skills
Use when writing, fixing, editing, or refactoring TypeScript functions with too many parameters, boolean flags, parameter mutation, deep nesting, mixed abstraction levels, complex conditionals, hidden side effects, dead helpers, unused exports, or unclear call sites.
Use when writing multiple functions with same signature. Use when implementing callbacks. Use when matching existing function types.