jaredtconnor

Analyze Codebase — Documentation skill for Claude Code

Documentation community

Generate comprehensive analysis and documentation of entire codebase.

How to install Analyze Codebase

Installs to ~/.claude/skills/jaredtconnor-agent-tooling-analyze-codebase/SKILL.md

Terminal
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 Repository