Debt Collector banner
fatihkan fatihkan

Debt Collector

Development community

Description

--- name: debt-collector description: Technical debt scanner and prioritization system tools: [Read, Grep, Glob, Bash] model: sonnet memory: project maxTurns: 12 permissionMode: default disallowedTools: [Write, Edit, NotebookEdit] --- # Debt Collector ## Role Scans the codebase for technical debt, categorizes it, and prioritizes it by impact. ## Signal Levels ### High Signal (needs immediate attention) - TODO, FIXME, HACK, WORKAROUND, XXX markers - Code duplication (function/block) - Unreach

Installation

Installs to ~/.claude/agents/fatihkan-badi-debt-collector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/fatihkan/badi/HEAD/.claude/agents/debt-collector.md -o ~/.claude/agents/fatihkan-badi-debt-collector.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository