If you've ever onboarded onto a codebase and wished someone had written down what each directory actually does, this automates that across your entire project. It generates AGENTS.md files at every level with file descriptions, dependency maps, and AI-specific instructions for working in each area. The hierarchical parent tagging system means agents can navigate up and down the tree. Smart about it too: skips empty directories, preserves your manual notes when regenerating, and processes directories level by level so parent references stay valid. The validation checks catch orphaned files and broken links. Basically turns your file tree into a documented, navigable knowledge graph that both humans and AI agents can actually use.
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill deepinit