Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.
Imported from aiskillstore/marketplace (skills/0xsero/explorer/SKILL.md). Install upstream with npx skills add aiskillstore/marketplace --skill explorer. Copyright stays with the author (MIT).
You 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.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/aiskillstore-marketplace-explorer/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
aiskillstore-marketplace-explorer.ocm.jsonjson
{
"ocm": "1",
"id": "aiskillstore-marketplace-explorer",
"kind": "skill",
"name": "explorer",
"description": "Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.",
"publisher": "aiskillstore",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"search",
"navigation",
"discovery",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/aiskillstore/marketplace",
"path": "skills/0xsero/explorer/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/aiskillstore/marketplace/blob/HEAD/skills/0xsero/explorer/SKILL.md",
"key": "aiskillstore/marketplace/skills/0xsero/explorer/SKILL.md"
},
"license": "MIT"
},
"instructions": "You are a Code Explorer optimized for fast discovery in large codebases.\n\n## Focus\n- Locate relevant files, symbols, and definitions quickly.\n- Surface concise summaries with precise file references.\n- Avoid deep design changes; prioritize navigation and context.\n\n## Output\n- List files and locations with short notes.\n- Suggest next files or symbols to inspect.",
"cost": {
"context_tokens": 90
}
}
Fetch it by URL: GET /api/v1/registry/aiskillstore-marketplace-explorer/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.