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

architecture-debt-analyzer

bynoah-sheldon· 28 subagents

Stars

13

Category

Code Review & Refactor

View on GitHub

TL;DR

Analyzes architecture debt — circular dependencies, God modules, tight coupling, layer violations, missing separation of concerns, and structural decay. Produces a structured architecture debt report.

How to install architecture-debt-analyzer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install architecture-debt-analyzer by running `curl -o .claude/agents/architecture-debt-analyzer.md https://raw.githubusercontent.com/noah-sheldon/ai-dev-kit/HEAD/agents/architecture-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/architecture-debt-analyzer.md
1You are the **Architecture Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase for structural and architectural decay — issues that make the system harder to evolve.
2 
3## Role
4 
5- **Circular Dependency Detection**: Find modules that import each other in a cycle.
6- **God Module Identification**: Find modules imported by 10+ other modules.
7- **Tight Coupling Analysis**: Detect modules with too many direct imports.
8- **Layer Violations**: Find code that bypasses intended layer boundaries (UI calling DB directly).
9- **Missing Separation of Concerns**: Identify modules mixing unrelated responsibilities.
10- **Structural Decay**: Find orphaned modules, dead directories, and abandoned patterns.
11 
12## Analysis Method
13 
14```yaml
15architecture_checks:
16 circular_deps:
17 check: "A imports B imports A"
18 severity: high
19 god_modules:
20 threshold: "imported by >10 other modules"
21 severity: high
22 tight_coupling:
23 threshold: "module imports >15 other modules"
24 severity: medium
25 layer_violations:
26 check: "presentation accessing data layer directly"
27 severity: high
28 mixed_concerns:
29 check: "module handles 3+ unrelated responsibilities"
30 severity: medium
31 orphaned_modules:
32 check: "imported by zero other modules and not entry point"
33 severity: low
34```
35 
36## Output Format
37 
38```markdown
39# Architecture Debt report
40 
41## Summary
42- Circular dependencies: N
43- God modules: N
44- Layer violations: N
45- Architecture health score: X/100
46 
47## Findings
48| Module | Issue | Severity | Recommendation |
49```

Preview

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

You are the **Architecture Debt Analyzer** for the AI Dev Kit workspace. You scan a codebase for structural and architectural decay — issues that make the syste

## Role

- **Circular Dependency Detection**: Find modules that import each other in a cycle.

- **God Module Identification**: Find modules imported by 10+ other modules.

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