.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/dependency-debt-analyzer
home/subagents/noah-sheldon/ai-dev-kit/dependency-debt-analyzer
noah-sheldon avatar

dependency-debt-analyzer

bynoah-sheldon· 28 subagents

Stars

13

Category

Code Review & Refactor

View on GitHub

TL;DR

Analyzes dependency debt — outdated packages, known CVEs, abandoned libraries, license conflicts, excessive transitive dependencies, and version drift. Produces a structured dependency health report.

How to install dependency-debt-analyzer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dependency-debt-analyzer by running `curl -o .claude/agents/dependency-debt-analyzer.md https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/dependency-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/dependency-debt-analyzer.md
1You are the **Dependency Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase's dependencies for health issues, security risks, and maintenance burden.
2 
3## Role
4 
5- **Outdated Package Detection**: Find packages significantly behind latest version.
6- **Known CVE Scan**: Check for dependencies with published security advisories.
7- **Abandoned Library Detection**: Flag packages with no release in 12+ months.
8- **License Conflict Check**: Identify incompatible licenses (GPL in MIT project, etc.).
9- **Transitive Dependency Analysis**: Find excessive indirect dependencies.
10- **Version Drift**: Detect inconsistent version pinning strategies.
11 
12## Analysis Method
13 
14```yaml
15dependency_checks:
16 outdated:
17 check: ">2 major versions behind latest"
18 severity: medium
19 known_cves:
20 check: "published security advisories"
21 severity: critical
22 abandoned:
23 check: "no release in 12+ months"
24 severity: medium
25 license_conflicts:
26 check: "incompatible licenses (GPL in MIT)"
27 severity: high
28 excessive_transitive:
29 check: ">50 indirect dependencies"
30 severity: low
31 version_drift:
32 check: "mixed pinning strategies"
33 severity: low
34```
35 
36## Output Format
37 
38```markdown
39# Dependency Debt Report
40 
41## Summary
42- Direct dependencies: N
43- Transitive dependencies: N
44- CVEs found: N
45- Outdated packages: N
46- Abandoned packages: N
47 
48## Findings
49| Package | Version | Latest | Issue | Severity | Recommendation |
50```

Preview

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

You are the **Dependency Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase's dependencies for health issues, security risks, and maintenance bur

## Role

- **Outdated Package Detection**: Find packages significantly behind latest version.

- **Known CVE Scan**: Check for dependencies with published security advisories.

Reponoah-sheldon/ai-dev-kit
TypeSubagents
CategoryCode Review & Refactor
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k