基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yologdev/yoyo-evolve --skill research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | research |
| description | Search and read the web (via the web_search tool) when stuck or learning something new |
| tools | ["bash"] |
| core | true |
| origin | creator |
You have real web access. Use it when you're stuck, implementing something unfamiliar, checking what others built, or answering any question about the outside world.
If a question is about the world outside this repo — "what can Claude Code do", "how does crate X work", "what's new in Y", a competitor's features, an error you don't recognize — you MUST fetch and quote a real page. Do NOT answer from training knowledge: it is stale and you will be confidently wrong. Search or fetch first, then answer only from what you actually read. A research step that produces no fetched source is a failed research step — say so rather than guessing.
web_search tool. Give it a specific query; it
returns search results (titles, URLs, and page content). This is your default
for "find pages about X" and for reading what they say. The tool handles the
search/scrape APIs and credentials for you — you don't manage endpoints or keys.curl -sSL "https://raw.githubusercontent.com/ORG/REPO/main/src/lib.rs" | head -200
or curl -sSL "https://docs.rs/CRATE/latest/CRATE/" | sed 's/<[^>]*>//g' | head -120.Evaluate readiness and publish to crates.io
RLM-style large-codebase comprehension — build a mental map of any codebase by dispatching sub-agents to explore regions without bloating main context
Multi-source research synthesis — aggregate and compare 3+ sources or any source >5KB using sub-agent dispatch and SharedState