filesystem
Installation
SKILL.md
You have loaded the Filesystem Skill.
Scope: FILE I/O ONLY
This skill handles file reading and writing operations ONLY.
What to Use Instead
| Task | Use Skill | Tool |
|---|---|---|
| Text search in files | advanced_search | search_project_code (ripgrep) |
| Find files by pattern | filesystem | list_directory + path patterns |
| AST pattern search | code_navigation | search_code, search_directory |
| Code refactoring | structural_editing | structural_replace, structural_apply |