desktop-analysis
Installation
SKILL.md
Desktop Analysis Skill
This skill provides data analysis and reporting tools:
- Music analysis: Generate popularity reports from music data
- File statistics: Count files, folders, and calculate total size
- List all files: Recursively list all files under a directory
Important Notes
- Do not use other bash commands: Do not attempt to use general bash commands or shell operations like cat, ls.
- Use relative paths: Use paths relative to the working directory (e.g.,
./folder/file.txtorfolder/file.txt).