XingLo SkillSearch

权威资料调研与引用整理

用于把技术问题交给后台 Agent 做资料调研,并要求结论只建立在高可信的一手来源上,例如官方文档、源代码、技术规范和第一方 API,而不是二手文章或转述。调研完成后会把结论整理成一份 Markdown 文件,每项重要结论都附上对应来源,并保存到项目现有的资料目录中。适合查询 API 行为、框架规则、技术规范、实现细节以及需要留下可追溯研究记录的开发任务。

在 AI 中使用此 Skill将本页链接复制给 AI,即可让 AI 获取完整 Skill 内容并按此执行
安全提示: 本站 Skill 均经 ChatGPT 最新模型扫描,未发现恶意脚本及危险指令、未检出已知恶意行为特征,但不保证绝对安全,使用即表示接受此风险

Skill 文件

版本 20260819 · cd4c802db51574867afa3ec790d1bc80

agents/
SKILL.md
---
name: research
description: Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
---

Spin up a **background agent** to do the research, so you keep working while it reads.

Its job:

1. Investigate the question against **primary sources** (official docs, source code, specs, first-party APIs), not a secondary write-up of them. Follow every claim back to the source that owns it.
2. Write the findings to a single Markdown file, citing each claim's source.
3. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where.