Глубокая документация кодовой базы для AI-агентов
★ 8.5 · documentation
deepinit is a Claude Code skill that performs deep codebase initialization by generating hierarchical AGENTS.md documentation across every project directory. It traverses the directory tree level by level — excluding node_modules, .git, dist, and similar folders — then analyzes each directory and writes a structured AGENTS.md covering key files, internal and external dependencies, code patterns, and special instructions for AI agents. Every file except the root includes a `<!-- Parent: ../AGENTS.md -->` tag, building a fully navigable hierarchy. On subsequent runs, auto-generated sections are updated while manual annotations below the `<!-- MANUAL -->` marker are preserved. The skill delegates work across specialized subagents (explore, architect, writer) and supports parallel processing of same-level directories. It suits teams that want their codebase to be immediately readable by AI tooling and easier to navigate for both agents and new developers.
- #agents-md
- #codebase-documentation
- #ai-readability
- #hierarchy-mapping
- #initialization