Analyze Project banner
scotthavird scotthavird

Analyze Project

Development community

Description

--- description: Analyze the current project structure and provide insights argument-hint: [optional-focus-area] allowed-tools: Bash(find:*), Bash(wc:*), Bash(file:*) --- # Project Analysis Command ## Context - Project structure: !`find . -type f -name "*.js" -o -name "*.ts" -o -name "*.py" -o -name "*.md" -o -name "*.json" | head -20` - File count by type: !`find . -type f | grep -E '\.(js|ts|py|md|json)$' | sed 's/.*\.//' | sort | uniq -c` - Total lines of code: !`find . -name "*.js" -o -na

Installation

Installs to ~/.claude/commands/scotthavird-claude-code-template-analyze-project.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scotthavird/claude-code-template/HEAD/.claude/commands/analyze-project.md -o ~/.claude/commands/scotthavird-claude-code-template-analyze-project.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository