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 -L -o skill.zip "https://fastmcp.me/Skills/Download/73" && unzip -o skill.zip -d .claude/skills/filesystem && rm skill.zip
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
44 views
2 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.