Generates a hierarchical network of AGENTS.md files to provide AI agents with deep, project-specific architectural context and coding rules.
The init-deep skill automates the creation of a persistent knowledge base within your repository by analyzing project structure, code density, and developer conventions. Using a fleet of concurrent background exploration agents and a weighted complexity scoring matrix, it identifies key module boundaries and generates tailored documentation files (AGENTS.md) at the root and relevant subdirectories. This ensures that Claude and other AI agents have immediate access to project-specific anti-patterns, entry points, and domain knowledge, significantly reducing hallucinations and improving code quality across large or complex codebases.
主要功能
011 GitHub stars
02Weighted scoring matrix to intelligently place documentation in high-complexity directories
03Parallel generation of hierarchical documentation with deduplication logic
04Dynamic agent scaling that adjusts exploration depth based on repository size
05Automatic detection of project-specific anti-patterns, conventions, and tech stack
06Concurrent background discovery agents for multi-threaded project analysis
使用场景
01Automating the onboarding of AI agents to large-scale legacy repositories
02Mapping complex module boundaries to improve AI navigation and context window efficiency
03Establishing persistent architectural guardrails and project-specific coding standards