Analyze Codebase — Documentation skill for Claude Code
Generate comprehensive analysis and documentation of entire codebase.
How to install Analyze Codebase
Installs to ~/.claude/skills/jaredtconnor-agent-tooling-analyze-codebase/SKILL.md
mkdir -p ~/.claude/skills/jaredtconnor-agent-tooling-analyze-codebase && curl -fsSL https://raw.githubusercontent.com/jaredtconnor/agent-tooling/HEAD/commands/analyze-codebase.md -o ~/.claude/skills/jaredtconnor-agent-tooling-analyze-codebase/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Analyze Codebase does
description: Generate comprehensive analysis and documentation of entire codebase
Comprehensive Codebase Analysis
Project Discovery Phase
Directory Structure
!`find . -type d -not -path "./node_modules/*" -not -path "./.git/*" -not -path "./dist/*" -not -path "./build/*" -not -path "./.next/*" -not -path "./coverage/*" | sort`
Complete File Tree
!`tree -a -I 'node_modules|.git|dist|build|.next|coverage|*.log' -L 4`
File Count and Size Analysis
- Total files: !`find
Alternatives in Documentation
- Docx — Create, edit, and analyze Word documents with tracked changes, comments, and formatting 94.1k ★
- Context7 — claude-plugins-official Up-to-date library documentation lookup 50.1k ★
- Notion Research Documentation — Research Notion content and synthesize findings into structured briefs 14.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Diataxis
Analyze documentation against the Diataxis framework (classify, review, gap analysis)
Doc Create
Generate new documentation from codebase analysis
Onto Doc
Build the ENTIRE knowledge base for this repo — survey the codebase, then dispatch kb-curate curator agents pe
Backlog Analysis Agent
Analyze all backlog markdown files in /docs and produce a daily report on vulnerabilities, dependencies, refin
Auto Docs
Audits the entire repo for documentation drift — commands, skills, npm scripts, env vars, tech stack, and fold
Doc Review
Analyze documentation needs and create a documentation improvement plan
Related Agents
Codebase Architecture Documenter
Use this agent when you need to analyze an entire codebase and create comprehensive architectural documentatio
Codebase Auditor
Use this agent when the user requests a comprehensive review of the entire project codebase, wants to audit co
Cco Agent Analyze
Sub-agent: codebase analysis with severity scoring — security, privacy, hygiene, types, performance, robustnes