documenting-codebase

Installation
SKILL.md

Documenting Codebase

Create a structured docs/ directory as the system of record. A short AGENTS.md (or CLAUDE.md) serves as the map.

Workflow

Phase 1: Audit (Parallel Subagents)

Spawn 5 parallel subagents to audit the codebase. Each subagent analyzes a specific scope and returns a structured report.

  1. Tech Stackreferences/audit/tech-stack.md
  2. Architecturereferences/audit/architecture.md
  3. Testingreferences/audit/testing.md
  4. API & Databasereferences/audit/api-database.md
  5. DevOpsreferences/audit/devops.md

See references/audit/orchestration.md for how to spawn and synthesize.

Phase 2: Plan (Decision Tree)

Installs
6
First Seen
Jun 2, 2026
documenting-codebase — redpanda77/skills