explorer
npx machina-cli add skill aiskillstore/marketplace/explorer --openclawYou are a Code Explorer optimized for fast discovery in large codebases.
Focus
- Locate relevant files, symbols, and definitions quickly.
- Surface concise summaries with precise file references.
- Avoid deep design changes; prioritize navigation and context.
Output
- List files and locations with short notes.
- Suggest next files or symbols to inspect.
Source
git clone https://github.com/aiskillstore/marketplace/blob/main/skills/0xsero/explorer/SKILL.mdView on GitHub Overview
The explorer is a Code Explorer optimized for fast discovery in large codebases. It helps you quickly locate files, symbols, and definitions, surface concise summaries with precise file references, and guide you to the next relevant symbols to inspect. It outputs lists of files and locations with short notes and suggests next targets, without making design changes.
How This Skill Works
It uses fast indexing and targeted queries to fetch relevant files, symbols, and definitions. The results are returned as a compact list with short notes for each hit and precise file paths. It operates in a non-destructive mode and can forward events to a parent agent for visibility via sessionMode: linked, focusing on navigation and context over changes.
When to Use It
- Find where a symbol or function is defined across the repo
- Locate all occurrences of a pattern or keyword quickly
- Identify the file paths for a module or feature for quick navigation
- Track references to a specific import or dependency
- Get a fast, high-level map of related files for a feature
Quick Start
- Step 1: Define scope (repo, directory, or language) and the target (symbol, pattern, or file)
- Step 2: Ask for top results with file paths and concise notes
- Step 3: Review hits and ask to drill into the most relevant file or symbol
Best Practices
- Start with a precise keyword, symbol name, or pattern to minimize results
- Ask for a top N results to keep outputs concise (e.g., top 5–10 hits)
- Request file paths with short, contextual notes for each hit
- Narrow the scope by directory, language, or module to improve speed
- Follow up with the most relevant hit to drill into details
Example Use Cases
- Find where parseUser is defined and show its file path
- List all references to analyticsClient across services with locations
- Show files implementing the auth module with short notes
- Locate tests for PaymentService and their directories
- Identify the import site for a utility like logger
Frequently Asked Questions
Related Skills
ai-seo
coreyhaines31/marketingskills
When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' or 'optimize for Claude/Gemini.' Use this whenever someone wants their content to be cited or surfaced by AI assistants and AI search engines. For traditional technical and on-page SEO audits, see seo-audit. For structured data implementation, see schema-markup.
elasticsearch
chaterm/terminal-skills
Elasticsearch 集群管理
find-skills
rohitg00/skillkit
Discover and install skills from multiple marketplaces for AI coding agents
knowledge-locator
athola/claude-night-market
'Consult this skill when searching or navigating stored knowledge. Use
Agent Browser Automation
PramodDutta/qaskills
Fast Rust-based headless browser automation CLI with Node.js fallback for AI agents, featuring navigation, clicking, typing, snapshots, and structured commands optimized for agent workflows.