deepinit
FeaturedDeep codebase initialization with hierarchical AGENTS.md documentation
AI & Automation 38,108 stars
3434 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Deep Init Skill
Creates comprehensive, hierarchical AGENTS.md documentation across the entire codebase.
## Core Concept
AGENTS.md files serve as **AI-readable documentation** that helps agents understand:
- What each directory contains
- How components relate to each other
- Special instructions for working in that area
- Dependencies and relationships
## Hierarchical Tagging System
Every AGENTS.md (except root) includes a parent reference tag:
```markdown
<!-- Parent: ../AGENTS.md -->
```
This creates a navigable hierarchy:
```
/AGENTS.md ← Root (no parent tag)
├── src/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
│ ├── src/components/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
│ └── src/utils/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
└── docs/AGENTS.md ← <!-- Parent: ../AGENTS.md -->
```
## AGENTS.md Template
```markdown
<!-- Parent: {relative_path_to_parent}/AGENTS.md -->
<!-- Generated: {timestamp} | Updated: {timestamp} -->
# {Directory Name}
## Purpose
{One-paragraph description of what this directory contains and its role}
## Key Files
{List each significant file with a one-line description}
| File | Description |
|------|-------------|
| `file.ts` | Brief description of purpose |
## Subdirectories
{List each subdirectory with brief purpose}
| Directory | Purpose |
|-----------|---------|
| `subdir/` | What it contains (see `subdir/AGENTS.md`) |
## For AI Agents
### Working In This ...
Details
- Author
- Yeachan-Heo
- Repository
- Yeachan-Heo/oh-my-claudecode
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
deepinit
Deep codebase initialization with hierarchical AGENTS.md documentation
6 Updated today
mazenyassergithub AI & Automation Listed
init-deep
Generate hierarchical AGENTS.md files for a codebase (root + scored subdirectories).
1 Updated yesterday
UtsavBalar1231 AI & Automation Solid
init-deep
(builtin) Initialize hierarchical AGENTS.md knowledge base
66,650 Updated today
code-yeongyu