user-project-analyze
Installation
SKILL.md
User Project Analyze
Analyze ShortArt project data including project statistics, failure rates, template usage, and download associated images.
Execution
IMPORTANT: Execute from the skill directory or use absolute path.
Run the data collection script:
cd ~/.claude/skills/user-project-analyze && python3 scripts/data_collector.py [workspace] [start_time] [end_time]
Or use absolute path:
python3 ~/.claude/skills/user-project-analyze/scripts/data_collector.py [workspace] [start_time] [end_time]