file-management

Automate safe file operations within the active project workspace.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skaile-ai/ai-assets --skill file-management-skaile-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-management
Source: https://github.com/skaile-ai/ai-assets/tree/main/forge-project/agent/skills/file-management
Command: npx skills add https://github.com/skaile-ai/ai-assets --skill file-management-skaile-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates safe and consistent file operations within the active project workspace, reducing manual overhead for reading, writing, creating, deleting, and listing files.

Core Features & Use Cases

  • Read: retrieve file contents for viewing or editing.
  • Write: save changes to existing files or create new ones within the active workspace.
  • List: generate a directory tree of the workspace to understand structure.
  • Delete: remove a file with explicit confirmation.

Quick Start

Ask the skill to read a file, write changes, or list the workspace contents.

Frequently Asked Questions about file-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read and write project files within a workspace safely?

To read and write project files safely, the skill retrieves file contents for viewing or editing and saves changes to existing or new files within the active workspace, enforcing workspace scoping and overwrite confirmation to prevent data loss.

What is the best way to delete files in a project workspace without losing data?

The best way to delete files safely in a project workspace is by using an automated file operation tool that requires explicit confirmation before removal, ensuring you do not accidentally delete important project files.

How do I list my workspace directory structure to understand the project layout?

You can list your workspace directory structure by requesting the skill to generate a directory tree, which provides a clear overview of your project files and folder hierarchy to help you understand the layout.

Does the file management skill respect ignore patterns when listing or modifying files?

Yes, the file management skill respects ignore patterns during file operations, ensuring that specific files or directories are automatically excluded from listing, reading, or writing actions within the active workspace.

Can I overwrite existing files in the active workspace without manual confirmation?

No, you cannot overwrite existing files without confirmation because the skill implements overwrite constraints, requiring explicit approval to save changes to existing files and ensuring safe, consistent file operations.