用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oimiragieo/agent-studio --skill deep-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Agent frontmatter enhancements — disallowedTools, mcpServers scoping, fork_eligible field
Context management — pre-compact persistence, threshold alignment, microcompact/circuit breaker detection
Hook enhancements — updatedInput for bash safety prefixes, suppressOutput for verbose blocks, denial-based routing feedback
正在显示 SKILL.md
基于 SOC 职业分类
| name | deep-research |
| description | Multi-step autonomous research methodology for deep investigation tasks with structured synthesis |
| version | 1.0.0 |
| model | sonnet |
| invoked_by | both |
| user_invocable | true |
| tools | ["Read","Write","WebSearch","WebFetch","Bash","Grep","Glob"] |
| agents | ["researcher","planner","architect"] |
| category | Research & Investigation |
| tags | ["research","deep-research","investigation","synthesis","multi-step","autonomous"] |
| best_practices | ["Define explicit scope and success criteria before starting","Use multiple independent sources to cross-validate findings","Synthesize into actionable insights, not just summaries","Validate findings with primary sources"] |
| error_handling | graceful |
| streaming | supported |
| source | builtin |
| trust_score | 100 |
| provenance_sha | aa4a7a8cd5041d32 |
Trigger phrases: "research", "investigate", "deep dive", "find evidence for", "comprehensive analysis of"
Never synthesize without reading sources. Every claim in the final report must trace to a source retrieved during Phase 2.
Phase 1: Scope — Restate as one research question. Define 3–5 sub-questions, success criteria, constraints, and non-goals. Cannot proceed without a written scope block.
Phase 2: Multi-Source Search — Run 3+ WebSearch queries. WebFetch each source URL. pnpm search:code for prior-art. Maintain evidence log: URL, claim, confidence (HIGH/MEDIUM/LOW), sub-question. Each sub-question needs ≥2 independent sources.
Phase 3: Synthesis — Group evidence by sub-question. CONSENSUS (2+ sources) → HIGH; CONFLICT → LOW, flag for user. Build synthesis matrix. Label unsupported claims [UNVERIFIED].
Phase 4: Validation
Phase 5: Report — Save to .claude/context/reports/backend/<topic>-research-<YYYY-MM-DD>.md with sections: Executive Summary, Findings (finding + confidence + evidence per sub-question), Conflicts, Recommended Actions, Knowledge Gaps, Sources.
| Tool | Phase | Purpose |
|---|---|---|
WebSearch | 2A | Broad source discovery |
WebFetch | 2B | Extract content from URLs |
Read / Grep | 2C | Search codebase for prior art |
Write | 5 | Save report |
.claude/context/reports/backend/<topic>-research-<YYYY-MM-DD>.md.claude/context/tmp/research-evidence-<YYYY-MM-DD>.mdpnpm search:code "<query>" — primary intent-based searchSkill({ skill: 'ripgrep' }) — exact keyword/regex matchesWebSearch / WebFetch — external sourcesGrep — fallback for single-file targeted checksBefore starting:
Read .claude/context/memory/learnings.md
Check for: prior reports on same topic (avoid duplicates), unreliable sources in issues.md, relevant ADRs in decisions.md.
After completing:
.claude/context/memory/learnings.md.claude/context/memory/issues.md.claude/context/memory/decisions.mdASSUME INTERRUPTION: Save evidence log and partial findings before Phase 3.