Back to list
tao3k

filesystem

by tao3k

WIP-designed to bridge the gap between human intent and machine execution. Built on a robust Tri-MCP architecture, it physically separates cognitive planning (The Brain), atomic execution (The Hands), and surgical coding (The Pen) to ensure context hygiene and safety.

5🍴 0📅 Jan 24, 2026

SKILL.md


name: "filesystem" version: "1.0.0" description: "File I/O operations (read, write, list) for the codebase." routing_keywords: [ "file", "read", "write", "list", "directory", "folder", "path", "glob", "exists", "create", "delete", "edit", ] authors: ["omni-dev-fusion"] intents:

  • "Read a file"
  • "Write or create a file"
  • "List directory contents"
  • "Check if file exists"
  • "Get file metadata"
  • "Batch write multiple files"

You have loaded the Filesystem Skill.

Scope: FILE I/O ONLY

This skill handles file reading and writing operations ONLY.

What to Use Instead

TaskUse SkillTool
Text search in filesadvanced_searchsearch_project_code (ripgrep)
Find files by patternfilesystemlist_directory + path patterns
AST pattern searchcode_navigationsearch_code, search_directory
Code refactoringstructural_editingstructural_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.

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon