codebase-onboarding

Installation
SKILL.md

Codebase Onboarding Wiki Generator

Generate a hierarchical, source-linked, diagram-rich wiki from any repository — modeled after DeepWiki's format.

When to Use

  • User provides a repository (URL, path, or uploaded files) and wants to understand it
  • User asks to onboard developers into a codebase
  • User wants architecture documentation generated from code
  • User asks "how does this repo work" or "map this codebase"

Workflow Overview

Phase 1: Reconnaissance ──→ Phase 2: Architecture Mapping ──→ Phase 3: Deep Docs ──→ Phase 4: Assembly
  (scripts/analyze.py)        (you + diagrams)                  (you + templates)      (final output)

Phase 1 — Reconnaissance (Automated)

Installs
1
First Seen
Mar 12, 2026
codebase-onboarding — eabait/codebase-understanding