Defrag Purpose Use this skill to inspect one or more files, identify the highest-value refactoring opportunities, and present a ranked top 10 list with concrete code-level suggestions. This skill is analysis-first. Do not apply edits unless the user explicitly switches from analysis to implementation. Default Behavior 1. Determine the target scope. 2. Read the relevant files or the user's current selection. 3. Inspect the code for the refactoring types listed below. 4. If git history is available, inspect the last 30 days to find change hotspots. Prefer for consistent counts. 5. Score each ca…