— No reviews yet
0 installs
8 views
0.0% view→install
Install
$ agentstack add skill-stuffbucket-skills-file-management-skill ✓ 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.
Are you the author of File Management Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
File Management Skill
This skill helps manage files and directories in a project workspace.
When to Use This Skill
Use this skill when you need to:
- Navigate and explore project directories
- Read or modify file contents
- Create new files or directories
- Move, copy, or delete files and directories
- Organize project structure
How to Use
- Identify what file or directory operation you need to perform
- Specify the exact path or paths involved
- Choose the appropriate action (read, write, create, delete, move, copy)
- Provide any necessary content or parameters for the operation
Examples
- "List all files in the src directory"
- "Read the content of config.json"
- "Create a new directory called utils"
- "Move the api.js file from src to lib"
- "Delete the old-components folder"
Guidelines
- Always specify full paths when referencing files or directories
- Be careful with destructive operations like delete - confirm before proceeding
- Use relative paths from the project root
- When creating files, consider the appropriate directory structure
- When moving files, ensure the destination directory exists or create it first
Troubleshooting
If operations fail:
- Verify that paths are correct and exist
- Check that you have appropriate permissions
- Confirm that file operations won't overwrite important data unintentionally
- Ensure directory paths end with a slash when needed
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: stuffbucket
- Source: stuffbucket/skills
- License: MIT
- Homepage: https://stuffbucket.github.io/skills/
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.