Claude-skill-registry-data mcp-filesystem-browse

Browse local workspace files via MCP filesystem tools (docker-fs).

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/mcp-filesystem-browse" ~/.claude/skills/majiayu000-claude-skill-registry-data-mcp-filesystem-browse && rm -rf "$T"
manifest: data/mcp-filesystem-browse/SKILL.md
source content

When to use

  • You need to inspect local files/dirs and MCP filesystem tools are available.

Procedure

  1. Use the available filesystem MCP tools (look for names like
    list_directory
    ,
    read_file
    ,
    search_files
    ).
  2. Keep reads small: prefer directory listings + targeted file snippets.
  3. If filesystem MCP tools are not available, fall back to
    file_search
    /
    file_read
    .