file-ops

Manage file system operations with a Plan-Verify-Execute workflow.

27|1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/Till-Crazy-Tears-Us-Apart/Claude-Code-Engineering-Suite --skill file-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-ops
Source: https://github.com/Till-Crazy-Tears-Us-Apart/Claude-Code-Engineering-Suite/tree/main/skills/file-ops
Command: npx skills add https://github.com/Till-Crazy-Tears-Us-Apart/Claude-Code-Engineering-Suite --skill file-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a secure and standardized way to perform file system operations, ensuring safety and adherence to protocols.

Core Features & Use Cases

  • Safe File Operations: Read, write, edit, move, and delete files with strict safety checks.
  • Protocol Enforcement: Adheres to Path Handling Standards and a Plan-Verify-Execute workflow.
  • Use Case: Safely edit a configuration file by first verifying its current content, then applying changes, and finally re-verifying the modifications.

Quick Start

Use the file-ops skill to read the content of the file named 'config.yaml'.

Frequently Asked Questions about file-ops

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

FAQPage Schema
How do I safely edit a configuration file without corrupting the filesystem?

Secure file operations require strict adherence to path handling standards. This skill enforces a Plan-Verify-Execute workflow using POSIX commands to prevent corruption during reading, writing, or editing files.

What is the Plan-Verify-Execute workflow for file operations?

The Plan-Verify-Execute workflow for file operations involves planning the action, verifying current file content, executing the modification, and re-verifying. This cycle enforces strict safety protocols during file editing.

How do I perform recursive context retrieval when reading files?

Recursive context retrieval when reading files is supported natively. It allows the system to gather nested file content securely while adhering to established path handling standards and safety protocols.

Does this file operations approach work with POSIX commands?

Yes, secure file operations use POSIX commands for all reading, writing, moving, and deleting tasks. This ensures strict adherence to path handling standards and maintains filesystem security across environments.

When should I use a verification protocol for moving and deleting files?

A verification protocol for moving and deleting files should be used whenever strict safety is required. The workflow verifies paths and content before and after execution to prevent irreversible data loss.