mirage-filesystem

Featured

Work with files and directories mounted in a Mirage virtual filesystem. Use when a task mentions Mirage, mounted cloud or database data, Mirage virtual paths, or asks to inspect, search, create, or edit data exposed through the Mirage tools.

AI & Automation 3,361 stars 245 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
39
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Mirage Filesystem Use the Mirage tools for virtual paths. Host filesystem tools cannot access those paths unless the user separately configured a FUSE mount. ## Workflow 1. Use the Mirage `ls`, `grep`, or `execute_command` tool to discover mounted data. 1. Use the Mirage `read` tool before modifying an existing file. 1. Use `edit` for an existing file and `write` only for a new file. 1. If an edit reports that the file changed since it was read, read the file again, reconsider the edit against the new content, and retry. 1. Use `execute_command` for pipelines and structured-file commands that need Mirage shell semantics. Do not fall back to a host filesystem tool when a Mirage tool fails on a virtual path. Report the Mirage error or fix the Mirage configuration.

Details

Author
strukto-ai
Repository
strukto-ai/mirage
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category