AI Agent skill for File Management Skill
--- name: file-management-skill description: Enables AI agents to manage files and directories efficiently version: 1.0.0 category: productivity # File Management Skill ## Overview The File Management Skill allows AI agents to perform various file and directory operations, such as creating, deleting, copying, and moving files, as well as listing directory contents and checking file existence. This skill is designed to enhance the productivity of AI agents by automating file management tasks. ## Instructions To use the File Management Skill, AI agents can send the following commands: * `create_file <file_name>`: Creates a new file with the specified name. * `delete_file <file_name>`: Deletes the file with the specified name. * `copy_file <source_file> <destination_file>`: Copies the source file to the destination file. * `move_file <source_file> <destination_file>`: Moves the source file to the destination file. * `list_directory <directory_path>`: Lists the contents of the specified directory. * `check_file_exists <file_name>`: Checks if the file with the specified name exists. * `create_directory <directory_name>`: Creates a new directory with the specified name. * `delete_directory <directory_name>`: Deletes the directory with the specified name.
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install File Management Skill by following these steps.
.cursor/skills/ or .codex/skills/ directory