codebase analysis agents

49 tagged codebase analysis, measured the same way as everything else here.

Browse within: documentation 11antigravity-skills 10business-knowledge 10static-analysis 7tree-sitter 7

Egonex-AI/Understand-Anything

Agent

Analyzes a codebase's file structure, summaries, and import relationships to identify logical architectural layers and assign every file to exactly one layer.

81k +76 6d ago A 33 tokens original MIT

file-analyzer

02

Egonex-AI/Understand-Anything

Agent

Analyzes batches of source files to produce knowledge graph nodes and edges. Extracts file structure, functions, classes, and relationships using a two-phase approach: structural extraction script followed by LLM semantic analysis.

81k +76 6d ago A 47 tokens original MIT

project-scanner

03

Egonex-AI/Understand-Anything

Agent

Scans a codebase directory to produce a structured inventory of all project files, detected languages, frameworks, import maps, and estimated complexity.

81k +76 6d ago A 33 tokens original MIT

aspenkit/aspens

Agent Claude Code

Review code for quality, architectural consistency, and integration issues. Use after implementing features, refactoring, or before merging PRs.

96 16d ago A 32 tokens original MIT

execute

05

aspenkit/aspens

Agent Claude Code

Execute a development plan created by the plan agent — spawn parallel subagents per phase, test, and ship.

96 16d ago A 24 tokens original MIT

plan

06

aspenkit/aspens

Agent Claude Code

Triage, analyze, and create phased development plans. Iterate with the user until the plan is approved.

96 16d ago A 23 tokens original MIT

gcp-pattern-finder

07

eveld/claude

Agent

Finds patterns and correlations across GCP services. Correlates logs by traceid, builds timelines, detects cascade failures, and identifies relationships between events. Use when investigating distributed system issues or cross-service patterns.

10 6mo ago A 48 tokens original MIT

k8s-pattern-finder

08

eveld/claude

Agent

Finds patterns and correlations across Kubernetes resources. Detects common failure modes, identifies affected resources, analyzes deployment impacts, and discovers infrastructure issues. Use when investigating cluster-wide or multi-resource problems.

10 6mo ago A 45 tokens original MIT

eveld/claude

Agent

Finds patterns and trends across Linear issues. Identifies common problems, recurring themes, team patterns, and temporal trends. Correlates issues with deployments or events. Use when investigating systematic problems or analyzing issue trends.

10 6mo ago A 48 tokens original MIT

agent-architect

10

configflux/weld

Agent

Maintains this repository's AI agents, skills, prompts, instructions, commands, hooks, and MCP configuration using Weld Agent Graph.

6 2d ago A 30 tokens original Apache-2.0

orchestrator

11

configflux/weld

Agent Claude Code

Demo worker-shaped orchestrator. Dispatches to implementer / reviewer / qa specialists per task class. Modeled on the real worker.md so that slice-1 q8rl regex (literal subagenttype) and slice-2 hw6j frontmatter (placeholder declaration) both have non-Claude-only fixture coverage.

6 2d ago A 67 tokens original Apache-2.0

planner

12

configflux/weld

Agent Claude Code

Drafts implementation plans for Claude Code.

6 2d ago A 10 tokens original Apache-2.0

comment-fixer

13

timohaa/scopewalker-mcp

Agent Claude Code

Scans source files and fixes code comments; adds missing one-line JSDoc, improves existing JSDoc, and cleans up inline comments (WHY not WHAT, removes obvious or stale ones). Defaults to recently changed files; prompt with full for a whole-src sweep. Use when asked to clean up, fix, or standardize comments.

0 5d ago A 74 tokens original MIT

smart-test-fixer

14

timohaa/scopewalker-mcp

Agent Claude Code

Runs checks and tests, then fixes all warnings, errors, and failing tests, consulting recent git changes to decide whether the code under test or the test itself is wrong. Use proactively after code changes to confirm everything still passes.

0 5d ago A 50 tokens original MIT

standards-enforcer

15

timohaa/scopewalker-mcp

Agent Claude Code

Analyzes the codebase for coding-standards violations (file/function length, nesting depth, parameter counts, TODO/FIXME markers) using the scopewalker tools, then refactors to fix them while keeping checks and tests green. Use proactively after significant code changes or for a full standards audit.

0 5d ago A 65 tokens original MIT