file

Read, write, search, move, and copy files using shell commands.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/42atom/msgcode --skill file-42atom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file
Source: https://github.com/42atom/msgcode/tree/main/src/skills/runtime/file
Command: npx skills add https://github.com/42atom/msgcode --skill file-42atom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines common file operations, allowing you to quickly read, find, write, move, and copy files on your system without complex command-line syntax.

Core Features & Use Cases

  • Read Files: Access the content of any local file.
  • Find Content: Search for specific text or patterns within files using powerful tools like rg.
  • Write/Modify Files: Create new files or update existing ones.
  • Organize Files: Move or copy files between directories.
  • Use Case: Quickly find all occurrences of "API_KEY" within your project's configuration files or read the first 100 lines of a large log file.

Quick Start

Read the content of the file located at /Users/user/documents/report.txt.

Frequently Asked Questions about file

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

FAQPage Schema
How do I read and write files without complex command-line syntax?

To read and write files without complex command-line syntax, you can use this Skill to access file contents or create and modify files directly through native shell commands without requiring additional wrappers.

What is the best way to search for specific text patterns within files?

The best way to search for specific text patterns within files is using specialized tools like `rg`, which this Skill leverages to efficiently find occurrences of text or patterns across your local file system.

Can I move and copy files between directories using native shell commands?

Yes, you can move and copy files between directories using native shell commands, as this Skill provides utilities to organize files and perform direct file system operations without intermediate steps.

Do I need additional wrappers to perform file system operations like finding and moving files?

No, you do not need additional wrappers, as this Skill supports direct file operations including reading, writing, searching, moving, and copying files natively through shell commands and specialized tools.

How do I find all occurrences of a specific string within configuration files?

To find all occurrences of a specific string within configuration files, you can use the find content feature, which leverages `rg` to search for specific text or patterns within your project's files efficiently.