Agent Skills
› Yeachan-Heo/oh-my-claudecode
› research
research
GitHub用于调查未知情境下的开放性问题,通过搜索代码库、文档及外部资源获取证据,替代假设并明确不确定性。适用于需要基于事实而非臆断来推进后续步骤的场景。
Trigger Scenarios
下一步依赖于未知信息
需要验证技术细节或 API 行为
存在相互矛盾的证据需厘清
Install
npx skills add Yeachan-Heo/oh-my-claudecode --skill research -g -y
SKILL.md
Frontmatter
{
"name": "research",
"description": "Investigate an open question and return grounded, sourced findings"
}
Research
Use this skill when the next step depends on something not yet known. Research answers questions; it does not implement.
This is the canonical research lane. deep-dive, sciomc, and autoresearch
route here.
Goal
Replace assumptions with evidence, and say plainly what remains uncertain.
Workflow
- State the question precisely enough to know when it is answered.
- Search the repo and its docs first — local evidence outranks recollection.
- For external SDKs, frameworks, or APIs, consult official documentation.
- Sweep more than one way when the answer could hide: by file, by symbol, by caller, by history.
- Synthesize into findings, each tied to where it came from.
Scale
- Narrow lookup — answer it directly.
- Multiple independent questions — investigate in parallel.
- Unknown-size discovery — keep going until additional passes surface nothing new.
Rules
- Cite the source: file and line, or the document consulted.
- Distinguish what was verified from what was inferred.
- Report contradicting evidence rather than picking the tidier story.
- Do not implement as a side effect of researching.
Output
- The question
- Findings, each with its source
- What remains unknown or unverifiable
- Recommended next step, if one follows
Version History
- 74e4e11 Current 2026-08-28 11:12


