filesystem
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 |
Available Tools
read_file: Read file content with line numberssave_file: Write file with backup and validationwrite_file: Simple file write (no backup)apply_file_changes: Batch write multiple fileslist_directory: List directory contentsget_file_info: Get file metadata
Important
- CRITICAL: When creating new files, always ensure the parent directory exists.
- CRITICAL: When editing code, always strictly follow the project's coding standards.
- CRITICAL: If you encounter a 'FileNotFoundError', check the path using
list_directory.
More from tao3k/omni-dev-fusion
crawl4ai
Use when crawling web pages, extracting markdown content, or scraping website data with intelligent chunking and skeleton planning. Use when the user provides a URL or link to fetch or crawl.
50software_engineering
Use when analyzing project architecture, exploring codebase structure, understanding system design, reviewing code patterns, or navigating modular components.
18python_engineering
Use when linting Python code, formatting with ruff/black, running pytest tests, type checking with pyright, or modernizing Python 3.12+ standards.
18code_tools
Use when searching code by structure or meaning, analyzing code patterns, finding class or function definitions, or exploring codebase architecture.
16rust_engineering
Use when analyzing Rust project structure, managing Cargo dependencies, building and testing Rust projects, or generating Rust code.
16git
Use when committing code, managing branches, pushing to remote, creating pull requests, or performing version control operations. Conforms to docs/reference/skill-routing-value-standard.md.
15