CsHeng / filesystem
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/filesystem && curl -o .claude/skills/filesystem/SKILL.md https://fastmcp.me/Skills/DownloadRaw?id=73
Project Skills
This skill will be saved in .claude/skills/filesystem/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Execution-layer skill for filesystem operations
1 views
0 installs
Skill Content
--- name: filesystem description: Execution-layer skill for filesystem operations metadata: layer: execution --- ## Commands - fs.readFile - fs.writeFile - fs.applyPatch - fs.glob ## Constraints - Never access paths outside the active project workspace unless explicitly granted. - Do not embed governance or routing logic in this skill; it only exposes filesystem capabilities.