Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:35 +08:00
commit 29ef279a84
13 changed files with 607 additions and 0 deletions

24
commands/project-stats.md Normal file
View File

@@ -0,0 +1,24 @@
---
description: Generate comprehensive project statistics
---
Generate detailed project statistics:
1. **File Statistics**
- Total files by extension (.js, .py, .go, etc.)
- Total lines of code
- Top 5 largest files
2. **Directory Structure**
- Main directories and their purpose
- Depth of directory tree
3. **Languages Used**
- Primary programming languages
- Percentage breakdown
4. **Code Metrics**
- Average file size
- Total number of functions/classes (if detectable)
Present results in a well-formatted table or summary.