From commands-utilities-debugging
Analyzes directory structure, architecture, design patterns, dependencies, and code organization; creates or updates CLAUDE.md documentation file in target directory.
npx claudepluginhub davepoon/buildwithclaude --plugin commands-utilities-debuggingSpecify directory path# Directory Deep Dive
Analyze directory structure and purpose
## Instructions
1. **Target Directory**
- Focus on the specified directory `$ARGUMENTS` or the current working directory
2. **Investigate Architecture**
- Analyze the implementation principles and architecture of the code in this directory and its subdirectories
- Look for:
- Design patterns being used
- Dependencies and their purposes
- Key abstractions and interfaces
- Naming conventions and code organization
3. **Create or Update Documentation**
- Create a CLAUDE.md file capturing this know.../directory-deep-diveAnalyzes directory structure, architecture, design patterns, dependencies, and code organization; creates or updates CLAUDE.md documentation file in target directory.
Analyze directory structure and purpose
Target Directory
$ARGUMENTS or the current working directoryInvestigate Architecture
Create or Update Documentation
Ensure Proper Placement
This command is based on the work of Thomas Landgraf: https://thomaslandgraf.substack.com/p/claude-codes-memory-working-with