·filesystem
</>

filesystem

使用 Claude Code 內建工具進行檔案和目錄操作 — 取代檔案系統 MCP 伺服器。將所有 11 個 MCP 工具對應到本機等效工具:Read、Write、Edit、Glob、Grep 和 Bash。涵蓋使用行範圍的檔案讀取、並行讀取、基於模式的檔案搜尋、正規表示式內容搜尋、目錄清單、樹遍歷、移動/複製/重命名和元資料檢查。觸發短語:「讀取此檔案」、「寫入檔案」、「建立檔案」、「編輯檔案」、「尋找符合的檔案」、「在檔案中搜尋文字」、「列出目錄」、「顯示目錄樹」、「移動檔案」、「重新命名檔案」、「複製檔案」、「檔案資訊」、「尋找所有 Python 檔案」、「搜尋程式碼庫」。在執行檔案操作、導航程式碼庫或管理目錄時使用此技能。

10安裝·0熱度·@mathews-tom

安裝

$npx skills add https://github.com/mathews-tom/praxis-skills --skill filesystem

如何安裝 filesystem

透過命令列快速安裝 filesystem AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/mathews-tom/praxis-skills --skill filesystem
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:mathews-tom/praxis-skills。

SKILL.md

查看原文

All file and directory operations use Claude Code's built-in tools. No MCP server needed — native tools are faster, more capable, and cost zero context tokens when idle.

| readfile(path) | Read tool | Supports line offset and limit | | readmultiplefiles(paths) | Multiple parallel Read calls | Faster than sequential MCP calls | | writefile(path, content) | Write tool | Overwrites entire file | | editfile(path, edits) | Edit tool | Exact string replacement; surgical edits |

| listdirectory(path) | Glob or Bash ls | Glob for patterns, ls for simple listing | | directorytree(path) | Bash fd or Glob / | fd is fastest; Glob for pattern filtering | | searchfiles(pattern, path) | Grep tool | Full regex, file type filters, context lines | | createdirectory(path) | Bash mkdir -p | -p creates intermediate directories |

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/mathews-tom/praxis-skills --skill filesystem
分類
</>開發工具
認證
收錄時間
2026-03-10
更新時間
2026-03-10

Browse more skills from mathews-tom/praxis-skills

快速解答

什麼是 filesystem?

使用 Claude Code 內建工具進行檔案和目錄操作 — 取代檔案系統 MCP 伺服器。將所有 11 個 MCP 工具對應到本機等效工具:Read、Write、Edit、Glob、Grep 和 Bash。涵蓋使用行範圍的檔案讀取、並行讀取、基於模式的檔案搜尋、正規表示式內容搜尋、目錄清單、樹遍歷、移動/複製/重命名和元資料檢查。觸發短語:「讀取此檔案」、「寫入檔案」、「建立檔案」、「編輯檔案」、「尋找符合的檔案」、「在檔案中搜尋文字」、「列出目錄」、「顯示目錄樹」、「移動檔案」、「重新命名檔案」、「複製檔案」、「檔案資訊」、「尋找所有 Python 檔案」、「搜尋程式碼庫」。在執行檔案操作、導航程式碼庫或管理目錄時使用此技能。 來源:mathews-tom/praxis-skills。

如何安裝 filesystem?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mathews-tom/praxis-skills --skill filesystem 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/mathews-tom/praxis-skills