Install
$ agentstack add skill-alibaba-skill-up-file-and-tool-rules ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →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
- 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
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: alibaba
- Source: 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.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.