filesystem

You have loaded the Filesystem Skill.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "filesystem" with this command: npx skills add tao3k/omni-dev-fusion/tao3k-omni-dev-fusion-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 numbers

  • save_file : Write file with backup and validation

  • write_file : Simple file write (no backup)

  • apply_file_changes : Batch write multiple files

  • list_directory : List directory contents

  • get_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 .

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

crawl4ai

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python_engineering

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

documentation

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code_tools

No summary provided by upstream source.

Repository SourceNeeds Review