techdebt

Installation
SKILL.md

Tech Debt: Find and Kill

Build a /techdebt slash command and run it at the end of every session to find and kill duplicated code. — Claude Code team tip

Activation

When user invokes /techdebt or /techdebt [path]:

Analysis Process

1. Scope the Search

If $ARGUMENTS provided, focus on that path. Otherwise, analyze:

  • Recently modified files (from git)
  • The entire src/ or main source directory
# Get recently modified files
Related skills

More from potatoman03/runbook

Installs
1
First Seen
Feb 4, 2026