mache-explore

Mount mache data sources in the project directory for local exploration.

2|1|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/jamestexas/agents --skill mache-explore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mache-explore
Source: https://github.com/jamestexas/agents/tree/main/skills/mache-explore
Command: npx skills add https://github.com/jamestexas/agents --skill mache-explore

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mount mache data sources inside the project directory to avoid repeated permission prompts, enabling Claude Code agents to explore structured data seamlessly.

Core Features & Use Cases

  • Mount a mache data source inside the project directory for fast local access by Claude Code agents.
  • Auto-approves reads according to the permission model, enabling frictionless exploration on-demand.
  • Use case: mount a schema and data source to explore a dataset locally without manual prompts.

Quick Start

Mount a mache data source in the project directory using the provided schema and data source arguments, then begin exploring the mounted tree.

Frequently Asked Questions about mache-explore

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I mount a FUSE filesystem for local data exploration without triggering permission prompts?

Mount a mache data source inside your project directory to enable frictionless file reads under Claude Code's permission model, bypassing repeated manual prompts during structured data exploration.

What do I need to set up a mache mount for structured data access?

Setting up a mache mount requires the mache binary, a schema file, and a data source path. The Skill validates these inputs before mounting the backend filesystem for local exploration.

How does mounting a data source inside the project directory work with Claude Code agents?

Mounting a data source inside the project directory applies the permission model to auto-approve file reads, allowing Claude Code agents to seamlessly navigate nested directories and explore structured data on-demand.

Can I explore nested directories locally using a FUSE mount without per-file approval?

Yes, mounting a mache backend validates your schema and data source path, then exposes the mounted tree for frictionless reads and nested directory navigation without per-file prompts.

What's the best way to explore a dataset locally without manual permission prompts?

Mount a mache data source using a provided schema and data source argument inside the project directory. This auto-approves reads under the permission model, enabling instant, frictionless dataset exploration.