Agent Skills
› Hmbown/CodeWhale
› research
research
GitHub用于通过外部工具进行事实研究,获取发布说明、文档及先例,强调使用一手来源、注意日期版本、区分事实与推断并列出未决问题。
Trigger Scenarios
需要查询外部技术文档或发布说明
调研生态系统变化或现有技术实现
Install
npx skills add Hmbown/CodeWhale --skill research -g -y
SKILL.md
Frontmatter
{
"name": "research",
"invocation": "model+user",
"description": "Current external research using available web tools, primary sources where possible, links\/citations, date awareness, synthesis, and unresolved uncertainty."
}
Research
When to use
Use for external facts: release notes, docs, prior art, ecosystem changes.
Non-goals
- Do not invent citations.
- Degrade clearly when web tools are unavailable.
Workflow
- Prefer primary sources.
- Note dates and version pins.
- Synthesize; separate fact from inference.
- List open questions.
Version History
- b0e4926 Current 2026-07-24 17:43


