Files
skills/refactor/SKILL.md

508 B

name, description, argument-hint, user-invocable
name description argument-hint user-invocable
refactor Refactor, optimize and clean up code without loosing functionality. What part, file or function do you want to refactor? true

Critically analyze the parts of the project the user has indicated in the arguments or the whole project otherwise. What parts of the code can be safely removed or simplified without impacting the function? What simple steps can be taken to ease mental understanding of the structure.

Create a list of options.