count_files
Analyze directory structures to generate markdown trees with file and folder counts for codebase understanding, issue identification, and technical debt assessment.
Instructions
Analyze directory structure and generate markdown directory tree with file and folder counts
WORKFLOW: Perfect for understanding complex code, identifying issues, and technical debt assessment TIP: Use Desktop Commander to read files, then pass content here for analysis SAVES: Claude context for strategic decisions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analysisDepth | No | Level of analysis detail | detailed |
analysisType | No | Type of analysis to perform | comprehensive |
code | No | The code to analyze (for single-file analysis) | |
filePath | No | Path to single file to analyze | |
files | No | Array of specific file paths (for multi-file analysis) | |
language | No | Programming language | javascript |
maxDepth | No | Maximum directory depth for discovery (1-10) | |
projectPath | No | Path to directory root to analyze |