This is your interface to Claude Code's file operations. It wraps the built-in Read, Write, Edit, Glob, and Grep tools with opinionated guidance on when to use each one. The main value is in the workflows: it tells you to prefer `pnpm search:code` or the ripgrep skill over Grep, to read files in parallel by making multiple Read calls in one message, and to always read before you edit. The memory protocol at the end is interesting, it assumes your context will reset and forces you to persist decisions to markdown files. If you're working in Claude Code and keep reaching for bash when there's a cleaner built-in tool, this codifies the better patterns.
npx skills add https://github.com/oimiragieo/agent-studio --skill filesystem