What problem does it solve?
This Skill replaces MCP-based filesystem workflows with native Claude Code tools to make reading, searching, editing, and managing files faster, deterministic, and safe for codebase navigation.
Core Features & Use Cases
- Precise Reading: Read files with absolute paths, line-range offsets, and parallel reads for large codebases.
- Surgical Editing & Writing: Use Edit for exact-string replacements and Write for full-file writes while enforcing read-before-edit.
- Discovery & Search: Use Glob patterns and Grep regex searches for fast filename and content discovery across repositories.
- File Management: Directory listing, tree traversal, move/copy/rename, deletion (with user confirmation), and metadata inspection.
- Use Case: Locate all Python files with TODOs, read relevant sections in parallel, and apply surgical edits across matched files.
Quick Start
Ask the agent to read an absolute path, for example Read: /absolute/path/to/file.py.