用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tinyhumansai/opencompany --skill source-gathering命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | Source Gathering |
| description | Find and retrieve primary sources for a line of inquiry, and log them without reading them. |
| category | Research |
Retrieve the evidence. Do not interpret it — that is a different agent's job, and the separation is what stops a search-result snippet being reported as a source that was read.
questions row needs evidence it does not have.sources first. The commonest waste here is fetching what is
already downloaded, and the second commonest is re-fetching something already
discarded as unusable.web_search finds a locator;
web_fetch retrieves what is behind it. Nothing in the web namespace can
find a URL on its own, and a snippet is not a source.record_entry on sources: the locator, and
kind as primary, secondary or commentary. Be honest about kind; it is
what most evidential disagreements turn out to be about.establishes is
filled in by whoever reads it.sources rows in gathered, each with a locator somebody else can re-open, and
nothing said about what they mean.
Dedupe, split, age out, and ready the backlog so the order at the top means something.
Reproduce, deduplicate, and classify an incoming report into a bug row an engineer can pick up.
Turn ready work into themes, bets, and a defended sequence.