file-ops

Read and write workspace files with safe path handling.

4|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/mkalkere/agent-coordinator --skill file-ops-mkalkere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-ops
Source: https://github.com/mkalkere/agent-coordinator/tree/main/.os/skills/core/file-ops
Command: npx skills add https://github.com/mkalkere/agent-coordinator --skill file-ops-mkalkere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read and write files in the workspace to manage code, configs, and artifacts. This skill helps teams perform file I/O operations safely and efficiently within a single project environment.

Core Features & Use Cases

  • Read and write files within the workspace with safe path handling and automatic directory creation.
  • Protect sensitive files from unauthorized access, and support common file-edit workflows for code, configs, and docs.
  • Use case: Update a configuration file across multiple projects, log changes, or generate reports from workspace artifacts.

Quick Start

Read or write a file in the workspace by providing a relative path and content when needed.

Frequently Asked Questions about file-ops

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

FAQPage Schema
How do I read and write files in the workspace safely?

To read and write files safely, this skill uses builtin handlers that enforce workspace boundaries, automatically create parent directories, and block reading sensitive patterns. It manages code, configs, and artifacts within a single project environment.

Can I update configuration files across multiple projects automatically?

Yes, you can update configuration files across multiple projects by providing a relative path and content. The skill handles common file-edit workflows for code, configs, and docs with safe path handling.

Does this file I/O skill protect sensitive files from unauthorized access?

Yes, the file I/O skill protects sensitive files from unauthorized access by blocking reads on sensitive patterns. This ensures safe file operations within the defined workspace environment.

How do I create parent directories when writing a new file?

Parent directories are created automatically when needed during file write operations. You simply provide the relative path and content, and the skill handles directory creation to ensure successful file writes.

What is the best way to manage code and artifacts within a single project environment?

The best way to manage code and artifacts is using this skill's read_file, write_file, and edit_file handlers. It performs safe file I/O operations within workspace boundaries to manage project files efficiently.

Are there limitations on reading files outside the workspace?

Yes, a key limitation is that reading files outside the workspace is blocked by enforced workspace boundaries. The skill restricts file operations to within the project environment to maintain safety.