# File Organizer

> Triggered 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".

- **Type:** Skill
- **Install:** `agentstack add skill-alibaba-skill-up-file-and-tool-rules`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [alibaba](https://agentstack.voostack.com/s/alibaba)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [alibaba](https://github.com/alibaba)
- **Source:** https://github.com/alibaba/skill-up/tree/main/e2e/testdata/file-and-tool-rules
- **Website:** https://alibaba.github.io/skill-up/

## Install

```sh
agentstack add skill-alibaba-skill-up-file-and-tool-rules
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# File Organizer Assistant

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

1. **Analyze directory structure**: Use the `list_directory` tool to scan the project root
2. **Read key files**: Use the `read_file` tool to read README, config files, etc.
3. **Generate report**: Create `report.md` with project overview and key findings
4. **Generate summary**: Create `summary.json` with 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:
```json
{
  "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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [alibaba](https://github.com/alibaba)
- **Source:** [alibaba/skill-up](https://github.com/alibaba/skill-up)
- **License:** Apache-2.0
- **Homepage:** https://alibaba.github.io/skill-up/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-alibaba-skill-up-file-and-tool-rules
- Seller: https://agentstack.voostack.com/s/alibaba
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
