file-utils
CommunityAutomate local file tasks with simple CLI tools.
Authorsahiixx
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a concise suite of file-system utilities to simplify reading, writing, listing, and searching files from the command line, reducing boilerplate and manual file-handling tasks.
Core Features & Use Cases
- Read, write, list, and search files using lightweight Node.js scripts.
- Recursive directory listing with optional tree view and JSON output to fit into automation pipelines.
- Use case: quickly audit a project by listing files, reading a few lines, updating a config file, or locating a pattern across sources.
Quick Start
- List Directory: node /path/to/skills/file-utils/scripts/list.js /path/to/directory
- Read File: node /path/to/skills/file-utils/scripts/read.js /path/to/file.txt
- Write File: node /path/to/skills/file-utils/scripts/write.js /path/to/file.txt "Content to write"
- Search Files: node /path/to/skills/file-utils/scripts/search.js /path/to/dir "pattern" --content
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: file-utils Download link: https://github.com/sahiixx/moltworker/archive/main.zip#file-utils Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.