원클릭으로
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)