project-analysis
SKILL.md
Project Analysis Skill
When analyzing a project, systematically gather and present information in this order:
1. Quick Overview (30 seconds)
# Check for common project markers
ls -la
cat README.md 2>/dev/null | head -50
When analyzing a project, systematically gather and present information in this order:
# Check for common project markers
ls -la
cat README.md 2>/dev/null | head -50