bymaddhruv· 11 skills
Use when the user wants to simplify, clean up, refactor, tidy, or refine code — their staged/unstaged git changes or a target file/path. Reduces complexity, flattens nesting, removes redundancy and dead code, scores each change by value (holding low-value churn), then runs tests to prove nothing broke. Invoke on: "simplify", "simplify this", "simplify my code/changes", "clean up", "clean this up", "clean up my changes", "refactor this", "make this cleaner", "tidy this up", "reduce complexity", "flatten this", "remove dead code", "make it more readable", "polish before commit", or "absolute simplify". Acts on your working diff; for repo-wide dead code use absolute-prune; for lint/type debt use absolute-debt.
$npx -y skills add maddhruv/absolute --skill absolute-simplifyInstalls into the current project.
Run `npx skills use "https://github.com/maddhruv/absolute" --skill "maddhruv/absolute/absolute-simplify"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/maddhruv/absolute" that are relevant to the current task. Run `npx skills add "https://github.com/maddhruv/absolute"` and select the relevant skills, then follow their instructions.