file-operations
SKILL.md
file-operations
This skill provides fundamental file system operations for AI agents, enabling them to interact with files and directories in a controlled manner.
Capabilities
This skill enables the following operations:
Read Operations
- Read file contents: Retrieve the full contents of a text file
- Read file lines: Get specific lines or line ranges from a file
- List directory contents: Enumerate files and subdirectories
- Check file existence: Verify if a file or directory exists
- Get file metadata: Retrieve size, permissions, modification time