explorer

Locate code implementations and trace usage with semantic search, grep, and glob.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/masrurimz/amp-sisyphus --skill explorer-masrurimz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explorer
Source: https://github.com/masrurimz/amp-sisyphus/tree/main/skills/explorer
Command: npx skills add https://github.com/masrurimz/amp-sisyphus --skill explorer-masrurimz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codebase exploration is slow and error-prone in large repositories. This Skill accelerates discovery by combining semantic searches for concepts with exact-pattern matching to reveal implementations, usages, and relations.

Core Features & Use Cases

  • Semantic search with Search for conceptual queries.
  • Exact pattern matching with Grep for precise strings.
  • File discovery with glob for pattern-based file finding.
  • Read after locate to view contents.
  • Use Case: Locate all implementations of a given API across a large codebase and trace its usage.

Quick Start

  1. Run semantic searches to locate conceptually related code.
  2. Use Grep to search for exact patterns in targeted directories.
  3. Use glob to locate files by name patterns and Read to inspect contents.

Frequently Asked Questions about explorer

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

FAQPage Schema
How do I search a large codebase to locate all implementations of an API?

Codebase search combines semantic search for conceptual queries with exact pattern matching to locate implementations, trace data flows, and identify usages across large repositories without external setup.

What's the best way to trace data flows across a large repository?

Tracing data flows across a large repository is best done by combining semantic search to find conceptually related code with grep for exact pattern matching to track usage paths.

Can I use glob and grep together for file discovery and code search?

Yes, you can use glob for pattern-based file discovery and grep for exact string matching within targeted directories, then read the located files to inspect their contents.

Does semantic code navigation work without external setup or dependencies?

Semantic code navigation works without external setup by relying on built-in search, grep, and glob tools to perform semantic searches, exact pattern matching, and file discovery directly.

How do I find specific code patterns in targeted directories?

To find specific code patterns in targeted directories, use grep for exact string matching after employing glob to locate files by name patterns, then read the contents to inspect the results.