بنقرة واحدة
scout
Isolated research agent for external sources (Exa + Context7).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Isolated research agent for external sources (Exa + Context7).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Upgrade DLD framework files from latest template on GitHub.
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Manual QA tester — tests product behavior like a real user, not code. Triggers on keywords: test, QA, check behavior, verify feature, manual testing, протестируй, потыкай, проверь как работает
| name | scout |
| description | Isolated research agent for external sources (Exa + Context7). |
| agent | .claude/agents/scout.md |
Invokes scout subagent for isolated research via Exa + Context7.
Architecture: This skill is a WRAPPER over
.claude/agents/scout.md. The agent file is the source of truth for the scout prompt.
During Spark: Before designing feature, gather external knowledge
During Development: When need library docs or patterns
Task tool:
description: "Scout research: {topic}"
subagent_type: "scout"
prompt: |
MODE: quick | deep
QUERY: {research question}
TYPE: library | pattern | architecture | error | company | general
DATE: {current date}
Scout has access to:
Exa (web research):
mcp__exa__web_search_exa — web search with clean contentmcp__exa__web_search_advanced_exa — filtered search (date, domain)mcp__exa__get_code_context_exa — code from GitHub, StackOverflowmcp__exa__deep_search_exa — deep search with query expansionmcp__exa__crawling_exa — extract content from specific URLmcp__exa__company_research_exa — company informationmcp__exa__deep_researcher_start — start AI researcher (complex topics)mcp__exa__deep_researcher_check — get deep research resultsContext7 (library docs):
mcp__plugin_context7_context7__resolve-library-id — find library IDmcp__plugin_context7_context7__query-docs — official documentationLocal:
{
"tldr": "One sentence: the best solution/answer",
"recommendation": {
"solution": "Recommended approach",
"why": "2-3 sentences rationale",
"confidence": "high | medium | low",
"caveats": ["Limitation 1"]
},
"alternatives": [
{"name": "Alt", "pros": [], "cons": [], "when_to_use": "..."}
],
"sources": [
{"title": "...", "url": "...", "type": "docs|blog|official", "relevance": "..."}
],
"triangulation": {
"verified_claims": ["Claim (confirmed by N sources)"],
"conflicting_info": ["Topic: source1 vs source2"]
}
}