一键导入
external-researcher
External knowledge retrieval — official docs, OSS examples, and best practices via web search
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
External knowledge retrieval — official docs, OSS examples, and best practices via web search
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Pre-generation gap analysis — surface hidden requirements, AI-slop risks, and missing guardrails before the plan is written
Unified external CLI agent runner — backend detection, command dispatch, retry logic, response parsing
Structured codebase search protocol — deep parallel exploration before acting on unfamiliar code
Post-generation plan review — verify references, executability, and acceptance criteria before execution
High-IQ architecture consulting mode — complex trade-offs, hard debugging, read-only analysis
Autonomous exploration and goal-driven execution — read extensively before acting
| name | external-researcher |
| description | External knowledge retrieval — official docs, OSS examples, and best practices via web search |
Protocol for finding authoritative external knowledge. When activated, shift into reference-finding mode: search official docs, find production OSS examples, and surface concrete guidance — not tutorials, not blog posts.
Key trigger phrases:
Loaded by:
/plan Step 1 (Build from Scratch, Architecture, Research intents)/ultrawork for unfamiliar technologyAlways prefer in this order:
Never cite:
search_web("{library} official documentation API reference")
search_web("{library} {specific feature} best practices")
read_url_content({official_docs_url})
Focus on:
search_web("{feature} site:github.com stars:>1000")
search_web("{library} example implementation production")
Focus on:
search_web("{library} {version} breaking changes migration")
search_web("{library} common mistakes pitfalls")
Focus on:
Source: [URL — official docs / OSS / other]
Key finding: [What to do / API signature / pattern]
Pitfall: [What to avoid]
Version note: [Any version-specific considerations]
Confidence: HIGH (official docs) / MEDIUM (OSS pattern) / LOW (community)