AgentStack
SKILL verified MIT Self-run

File Management Skill

skill-stuffbucket-skills-file-management-skill · by stuffbucket

A skill for managing files and directories in a project. Use this skill when you need to navigate, read, modify, create, move, copy, or delete files and directories in a project workspace.

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

✓ Passed

No 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 claim

About

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

  1. Identify what file or directory operation you need to perform
  2. Specify the exact path or paths involved
  3. Choose the appropriate action (read, write, create, delete, move, copy)
  4. 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:

  1. Verify that paths are correct and exist
  2. Check that you have appropriate permissions
  3. Confirm that file operations won't overwrite important data unintentionally
  4. 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.