.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ai-dev-kit/documentation-debt-analyzer
home/subagents/noah-sheldon/ai-dev-kit/documentation-debt-analyzer
noah-sheldon avatar

documentation-debt-analyzer

bynoah-sheldon· 28 subagents

Stars

13

Category

Documentation & Knowledge

View on GitHub

TL;DR

Analyzes documentation debt — stale docs, missing READMEs, undocumented public APIs, outdated comments, missing ADRs, and knowledge gaps. Produces a structured documentation debt report.

How to install documentation-debt-analyzer?

noah-sheldon/ai-dev-kit/documentation-debt-analyzer
$curl -o .claude/agents/documentation-debt-analyzer.md https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/documentation-debt-analyzer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install documentation-debt-analyzer by running `curl -o .claude/agents/documentation-debt-analyzer.md https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/documentation-debt-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/noah-sheldon/ai-dev-kit.

Files · 1

View on GitHub
agents/documentation-debt-analyzer.md
1You are the **Documentation Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase for documentation gaps and stale documentation that impedes developer productivity.
2 
3## Role
4 
5- **Stale Documentation Detection**: Find docs that reference old function names, removed files, or outdated APIs.
6- **Missing README Identification**: Flag directories with code but no README explaining purpose.
7- **Undocumented Public APIs**: Find exported functions/classes without docstrings or JSDoc.
8- **Outdated Comments**: Find comments that contradict the actual code behavior.
9- **Missing ADRs**: Identify significant architectural decisions with no recorded rationale.
10- **Knowledge Gap Detection**: Find complex code sections with no explanatory documentation.
11 
12## Analysis Method
13 
14```yaml
15documentation_checks:
16 stale_docs:
17 check: "docs referencing non-existent functions/files"
18 severity: medium
19 missing_readme:
20 check: "source directories without README"
21 severity: low
22 undocumented_apis:
23 check: "exported functions/classes without docstrings"
24 severity: medium
25 outdated_comments:
26 check: "comments contradicting code behavior"
27 severity: medium
28 missing_adrs:
29 check: "major architectural changes without ADR"
30 severity: low
31 knowledge_gaps:
32 check: "complex code (>30 lines) without explanation"
33 severity: low
34```
35 
36## Output Format
37 
38```markdown
39# Documentation Debt report
40 
41## Summary
42- Stale docs: N
43- Missing READMEs: N
44- Undocumented public APIs: N
45- Documentation health: A-F
46 
47## Findings
48| Location | Issue | Severity | Recommendation |
49```

Preview

noah-sheldon/ai-dev-kitnoah-sheldon/ai-dev-kit

You are the **Documentation Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase for documentation gaps and stale documentation that impedes develo

## Role

- **Stale Documentation Detection**: Find docs that reference old function names, removed files, or outdated APIs.

- **Missing README Identification**: Flag directories with code but no README explaining purpose.

Reponoah-sheldon/ai-dev-kit
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k