ai-debt-detector

ai-debt-detector is a skill for Claude Code, Codex from FridrichMethod/awesome-skills. It costs 74 tokens per session (725 once invoked), scanned A, original, no licence file.

A review method for finding hidden maintenance problems in AI-generated code. It looks for brittle logic, weak error handling, resources that are never used, and cleanup that is missing.

In plain words
What is it for?
Reviewing generated code, accepted AI suggestions, and AI-written modules, especially when cleanup, error handling, or resource ownership may be incomplete.
Why use it?
It helps uncover technical debt—the extra work future developers inherit—even when the code appears to work or an agent reports that it is finished.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Reviewing generated code, accepted AI suggestions, and AI-written modules, especially when cleanup, error handling, or resource ownership may be incomplete.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fridrichmethod/awesome-skills/ai-debt-detector
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add FridrichMethod/awesome-skills --skill ai-debt-detector
Clone the repo
git clone --depth 1 https://github.com/FridrichMethod/awesome-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-debt-detector

README.md
[![agentmods](https://agentmods.dev/badge/skills/fridrichmethod/awesome-skills/ai-debt-detector/github.svg)](https://agentmods.dev/skills/fridrichmethod/awesome-skills/ai-debt-detector)
Your own site
<a href="https://agentmods.dev/skills/fridrichmethod/awesome-skills/ai-debt-detector"><img src="https://agentmods.dev/badge/skills/fridrichmethod/awesome-skills/ai-debt-detector/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-debt-detector

Your own site · 80×15
<a href="https://agentmods.dev/skills/fridrichmethod/awesome-skills/ai-debt-detector"><img src="https://agentmods.dev/badge/skills/fridrichmethod/awesome-skills/ai-debt-detector.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.00725
Opus 5 $0.00037 $0.00362
Sonnet 5 $0.00015 $0.00145
Haiku 4.5 $0.00007 $0.00072

Measured 10d ago against content hash ec0d825f4bc8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ai-debt-detector scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ai-debt-detector/SKILL.md · 67 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 67 lines · 74 tokens per session scan A ec0d825f4bc8

Subscribe to this mod's changes

ai-debt-detector is a skill published in the GitHub repository FridrichMethod/awesome-skills (14 stars, last pushed 3d ago), with no licence file. It adds 74 tokens to every session and 725 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

explainer

Reviewable git hygiene for work you're about to commit or open a PR for. Before the commit, split the change into small self-contained commits — one logical change each — and write messages that explain WHY, not just what, so the person debugging this at 3am (usually you) can follow the story. Structure the diff so a…

ccplugins/awesome-claude-code-plugins · 155 tokens

check-mcp-json

Safely review, triage, repair, and merge ToolSDK MCP Registry package JSON pull requests. Use when an agent needs to validate files under packages/, detect duplicate registry keys, classify community PRs, make authorized fixes on contributor branches, close invalid or duplicate PRs, or squash-merge approved PRs.

toolsdk-ai/toolsdk-mcp-registry · 68 tokens

light-software-copyright

An audit workflow that compares completed code with a development plan’s work items, acceptance criteria, and tests. It reports gaps, logic errors, edge cases, and missing coverage with file and line references.

Light0305/Light-skills · 110 tokens

referee2

Systematic audit and review by Referee 2. Two modes — "deck" reviews slide presentations for rhetoric, visual quality, and compile cleanliness; "code" performs cross-language replication and econometric audit of empirical pipelines. Use when reviewing slides, auditing code, or verifying replication.

brycewang-stanford/Auto-Empirical-Research-Skills · 61 tokens

distill-concept-books

A workflow for turning books about concepts, theories, or analysis methods into reusable task instructions. It scans document images, links claims to evidence, and checks the result through human review.

xuzhougeng/wisp-science · 210 tokens

remote-compute-ssh

Submit recoverable SSH-direct research Runs with live progress cards and model-free monitoring.

xuzhougeng/wisp-science · 22 tokens