deepinit

Solid

Deep codebase initialization with hierarchical AGENTS.md documentation

AI & Automation 35,379 stars 3239 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

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
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category