一键导入
explore
Fast exploration of codebase, documentation, and web. Use when understanding code structure, researching libraries, or gathering context for implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fast exploration of codebase, documentation, and web. Use when understanding code structure, researching libraries, or gathering context for implementation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Expert guidance for creating, building, and using Claude Code agents and the Task tool. Use when working with agents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
Complete SaaS ideation to implementation workflow - from idea discovery to task breakdown
Run structured APEX implementation (Analyze, Plan, Execute, eXamine) with parallel agents, tests, adversarial review, and proof-backed verification. Use for features, bug fixes, or code changes that need disciplined execution and real-flow evidence.
Deep iterative research using progressive flow psychology (diverge-analyze-converge-execute) with parallel agents, skeptical analysis, and multi-perspective synthesis. Use for thorough topic exploration, decision-making research, or when you need battle-tested conclusions.
Automated CI/CD pipeline fixer - watches CI, fixes errors locally, commits, and loops until green. Use when CI is failing and you want to automatically fix and verify changes.
Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use.
| name | explore |
| description | Fast exploration of codebase, documentation, and web. Use when understanding code structure, researching libraries, or gathering context for implementation. |
| argument-hint | <query> |
| context | fork |
| agent | haiku |
Fast context gathering combining codebase search, documentation lookup, and web research.
Detect mode from query:
| Pattern | Mode | Primary Tools |
|---|---|---|
| "how does X work", code paths, files | Codebase | Grep, Glob, Read |
| library names, APIs, frameworks | Docs | Context7, Exa |
| current events, external services | Web | WebSearch, Exa |
| mixed/unclear | Hybrid | All tools |
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:
functionName/s*[=:(](function|const)/s+ComponentNamefrom ['"].*moduleName(type|interface)/s+TypeName1. 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)1. WebSearch with specific keywords
2. WebFetch on authoritative sources
3. Summarize key findings
Or use Exa:
mcp__exa__web_search_exa for comprehensive searchRun searches in parallel:
CRITICAL: Output all findings directly. NEVER create files.
$ARGUMENTS