tauri-app-file-system
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Reading or writing local files / 读写本地文件
- Safe directory scope configuration / 安全目录 Scope 配置
- Import or export file workflows / 文件导入导出流程
Trigger phrases include:
- "file system", "file access", "scope", "read", "write"
- "文件系统", "文件访问", "Scope", "读写"
How to use this skill
- Define the minimal directories and file patterns to access
- Configure file-system plugin scope and capabilities
- Implement file selection, read, and write flows
- Validate access boundaries and error handling