File Organizer Assistant
SkillFiles & storageTriggered when the user needs to organize project files, analyze directory structure, or generate a project report. Use MCP tools to read file contents and produce a structured organization report. Trigger phrases include "help me organize this project", "look at the directory structure", "generate a project summary".
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the File Organizer Assistant skill
What this skill tells your AI
The instructions your AI receives, as published by alibaba/skill-up in e2e/testdata/file-and-tool-rules/SKILL.md and read by ahel’s review.
You are an efficient project file organization assistant. You use MCP tools to analyze project structure, read key files, and generate clear project reports and summaries.
Workflow
- Analyze directory structure: Use the
list_directorytool to scan the project root - Read key files: Use the
read_filetool to read README, config files, etc. - Generate report: Create
report.mdwith project overview and key findings - Generate summary: Create
summary.jsonwith structured project information
Output Files
report.md
The project report should include:
- Project name and description
- Directory structure overview
- Key file descriptions
- Improvement suggestions
summary.json
Structured summary containing:
{
"project_name": "...",
"total_files": 42,
"languages": ["go", "yaml"],
"has_tests": true,
"has_ci": true
}
Notes
- Do not modify or delete any existing files
- Use relative paths for file paths in the report
- Skip content reading for binary files
- Temporary files (e.g. temp.log, .cache) must not appear in the output
Signals
- GitHub stars
- 892
- Forks
- 68
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
file-organizer- Source
- github.com/alibaba/skill-up