Tech debt
Use when you want to surface accumulated technical debt — scans for TODOs, deprecated APIs, dead code, and code quality issues. Produces a prioritized list with age and estimated effort. Run periodically or before planning a refactor sprint.From its SKILL.md
npx -y skills add latuconsinafr/claude-code-config --skill tech-debtAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
Tech Debt Scan
Spawn the scanner agent in tech-debt mode:
Scan mode: tech-debt
Scope: $ARGUMENTS (scan entire repo if empty)
Run a full tech-debt scan:
- TODO / FIXME / HACK / XXX markers with git age
- Deprecated API usage for the detected stack
- Dead code candidates (unused exports, commented-out blocks)
- Code quality signals (files over 300 lines)
Return the structured findings report with 🔴 / 🟡 / 🟢 priority sections and summary stats.
Present the scanner's report to the user without modification.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.