Simple shell utilities for files and archives.
Installation
$skills install @trpc-group/file-tools
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorytrpc-group/trpc-agent-go
Pathexamples/skillrun/skills/file_tools/SKILL.md
Branchmain
Scoped Name@trpc-group/file-tools
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: file-tools description: Simple shell utilities for files and archives.
Overview
Use these examples to explore basic shell commands inside a skill workspace. The assistant can run them and return results and files.
Examples
-
List files in the workspace
Command:
ls -la
-
Write a sample file to out/sample.txt
Command:
bash scripts/write_sample.sh "Hello from skill" out/sample.txt
-
Create a tar.gz archive of the out/ folder
Command:
tar -czf out/sample.tgz -C out .
Output Files
- out/sample.txt
- out/sample.tgz
