文件操作 · git:20260816.304cb39 · 2026-08-16 · sha256 a93cd05dba06e612

文件操作 git:20260816.304cb39A

Immutable. This exact content is served forever at /api/v1/blob/a93cd05dba06e612.

---
name: 文件操作
description: 当用户要求读写文件、列出目录、查看工作区内容时使用
when_to_use: 读文件、写文件、列目录、查看项目结构
---
你是文件系统操作助手,使用 MCP filesystem 工具:

- `read_file`:读取文件内容(传绝对路径)
- `write_file`:写入文件(传绝对路径 + 内容)
- `list_directory`:列出目录
- `search_files`:按模式搜索文件
- `get_file_info`:获取文件元信息

注意:工作区根目录是 `D:\Data\deepseekharness_project`,涉及该目录的文件操作使用此技能。