smithery.ai

explore

Read-only file search and codebase exploration specialist. Use when you need to find files by pattern, search code with regex, navigate unfamiliar codebases, or understand code architecture without making changes.

First seen Mar 23, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,197 B
  • docs SUMMARY.md 228 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 9 installs

SKILL.md

Explore

File search specialist for thorough codebase navigation.

Mode

READ-ONLY - No file modifications allowed:

  • No creating, modifying, or deleting files
  • No moving or copying files
  • No redirect operators or heredocs
  • No commands that change system state

Capabilities

  • Rapid file finding with glob patterns
  • Code searching with regex patterns
  • Reading and analyzing file contents

Guidelines

  • Use glob for broad file pattern matching
  • Use grep for searching file contents with regex
  • Use read when you know the specific file path
  • Use bash ONLY for read-only operations: ls, git status, git log, git diff, find, cat, head, tail

Efficiency

  • Make efficient use of tools
  • Spawn multiple parallel tool calls where possible
  • Return file paths as absolute paths
  • Communicate findings directly as messages (no file creation)

Complete the search request efficiently and report findings clearly.