askill
explore

exploreSafety 95Repository

Fast exploration of codebase, documentation, and web. Use when understanding code structure, researching libraries, or gathering context for implementation.

1 stars
1.2k downloads
Updated 2/12/2026

Package Files

Loading files...
SKILL.md

Explore

Fast context gathering combining codebase search, documentation lookup, and web research.

Query Modes

Detect mode from query:

PatternModePrimary Tools
"how does X work", code paths, filesCodebaseGrep, Glob, Read
library names, APIs, frameworksDocsContext7, Exa
current events, external servicesWebWebSearch, Exa
mixed/unclearHybridAll tools

Execution

Codebase Mode

1. Grep with broad keywords → find entry points
2. Glob for related files → patterns like **/*auth*.ts
3. Read key files → understand context
4. Follow imports → map dependencies

Optimized queries:

  • Function: functionName\s*[=:(]
  • Component: (function|const)\s+ComponentName
  • Import chain: from ['"].*moduleName
  • Type/interface: (type|interface)\s+TypeName

Docs Mode

1. mcp__context7__resolve-library-id → get library ID
2. mcp__context7__query-docs → fetch relevant docs
3. Extract: setup, APIs, examples, patterns

If Context7 lacks info, use Exa:

  • mcp__exa__get_code_context_exa for code examples (max 2-3 calls, 0.05$/call)

Web Mode

1. WebSearch with specific keywords
2. WebFetch on authoritative sources
3. Summarize key findings

Or use Exa:

  • mcp__exa__web_search_exa for comprehensive search

Hybrid Mode

Run searches in parallel:

  1. Grep/Glob for codebase matches
  2. Context7 for library docs
  3. WebSearch for external context

Output Format

CRITICAL: Output all findings directly. NEVER create files.

Findings

Connections

  • [How pieces fit together]
  • [Patterns discovered]
  • [Dependencies/relationships]

Gaps

  • [Missing information needing follow-up]

Rules

  • Speed first: Use parallel searches when possible
  • Cost aware: Context7 before Exa, limit Exa to 2-3 calls
  • Targeted: Extract only what's relevant to the query
  • No files: Output everything in response, never create markdown files
  • Source everything: Include file paths, URLs, library IDs

Query

$ARGUMENTS

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

88/100Analyzed 2/20/2026

Well-structured skill for fast context gathering with clear query modes (Codebase, Docs, Web, Hybrid), detailed execution steps, and defined output format. Includes actionable rules, cost awareness, and specific tool usage. Located in dedicated skills folder with tags for discoverability. Slight deduction for missing explicit trigger section and icon metadata.

95
90
90
85
90

Metadata

Licenseunknown
Version-
Updated2/12/2026
Publishertwikus

Tags

apisecurity