Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
spences10 avatar

Techdebt Finder

  • 9 installs
  • 35 repo stars
  • Updated April 29, 2026
  • spences10/claude-code-toolkit

Helps with ai & agent building tasks.

About

techdebt-finder is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • techdebt-finder
  • AI & Agent Building
  • AI-coding skill

Techdebt Finder by the numbers

  • 9 all-time installs (skills.sh)
  • Ranked #12,152 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spences10/claude-code-toolkit --skill techdebt-finder

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars35
Last updatedApril 29, 2026
Repositoryspences10/claude-code-toolkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Tech Debt Finder

Identify duplicated code, inconsistent patterns, and refactoring opportunities.

When to Use

  • "Find duplicate code"
  • "What needs refactoring?"
  • "Are there inconsistent patterns?"
  • Code review prep
  • Pre-refactor analysis

Detection Process

1. Scan - Grep for common debt indicators 2. Cluster - Group similar issues 3. Prioritize - Rank by frequency × impact 4. Report - Show findings with locations

Quick Patterns

Debt TypeDetection Method
Duplicated codeHash-compare function bodies
Similar-but-diffFuzzy match on structure
Inconsistent namingRegex for mixed conventions
Dead codeUnreferenced exports/functions
TODO/FIXMEGrep for comment markers
Magic numbersLiterals outside const/config
Long functionsLine count > threshold
Deep nestingIndentation level analysis

Output Format

## Technical Debt Report

### High Priority (fix soon)
- [DUPLICATE] src/utils/format.ts:23 ↔ src/helpers/fmt.ts:45
  Similar: 87% | Impact: High (called 12 places)

### Medium Priority (plan for)
- [INCONSISTENT] Mixed naming: getUserData vs fetch_user
  Files: api.ts, service.ts, handler.ts

### Low Priority (track)
- [TODO] 23 TODO comments, oldest: 2023-01-15

References

  • detection-patterns.md - Pattern matching rules
  • prioritization.md - Scoring and ranking
  • refactoring-strategies.md - Fix suggestions

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.