techdebt
✓Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis.
Installation
SKILL.md
Automated technical debt detection using parallel subagents. Designed to run at session end to catch issues while context is fresh.
| Hardcoded secrets | P0 | APIKEY = "sk-..." | | SQL injection risk | P0 | f"SELECT FROM users WHERE id={userid}" | | Insecure crypto | P0 | hashlib.md5(), random.random() for tokens | | Path traversal | P0 | open(userinput) without validation | | XSS vulnerability | P0 | Unescaped user input in HTML | | Eval/exec usage | P1 | eval(userinput) |
| Weak passwords | P2 | Hardcoded default passwords |
Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis. Source: 0xdarkmatter/claude-mods.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/0xdarkmatter/claude-mods --skill techdebt- Source
- 0xdarkmatter/claude-mods
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is techdebt?
Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis. Source: 0xdarkmatter/claude-mods.
How do I install techdebt?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/0xdarkmatter/claude-mods --skill techdebt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/0xdarkmatter/claude-mods
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-05