Install
openclaw skills install @divyeshjayswal/minimalist-auditAudit a codebase or directory for deletion candidates: dead code, unused dependencies, single-use abstractions, config that never varies, and duplicated helpers. Use when the user says "minimalist audit" or asks what can be deleted from a project.
openclaw skills install @divyeshjayswal/minimalist-auditWalk the target and produce a ranked deletion list. For each candidate:
path — est. LOC removable — evidence — risk (low/med/high).
Look for:
End with a one-paragraph summary: total estimated removable LOC and the top three lowest-risk deletions to start with. Never mark tests, validation, auth or error paths as dead without proven zero references.