Agent skill · AI & Agents

research-skill

调研最佳实践的 Skill。当需要了解某个领域的方法论、工具、最佳实践时触发。触发词:调研、research、了解一下、有什么方法、最佳实践。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-skill-maxoreric-sop-engine-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/analysis/research-skill-maxoreric-sop-engine-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 调研 获取外部知识和最佳实践,为 Skill 创建提供依据。 ## 流程 1. **明确调研目标** - 从 goal.md 提取关键问题 2. **搜索信息** - 使用 web search 获取信息 3. **整理结果** - 汇总为结构化文档 4. **输出** - 写入 workspace/research.md ## 调研维度 ### 方法论 - 业界通用的方法是什么? - 有哪些成熟的框架? - 专家怎么做这件事? ### 工具 - 有什么现成的工具? - 各工具的优缺点? - 推荐哪个? ### 案例 - 有什么成功案例? - 他们是怎么做的? - 可以借鉴什么? ### 陷阱 - 常见的错误是什么? - 需要注意什么? - 如何避免? ## 输出格式 在 `workspace/research.md` 中记录: ```markdown # 调研报告:[主题] ## 调研目标 [要解决的问题] ## 方法论 [业界方法总结] ## 工具推荐 [工具对比和推荐] ## 参考案例 [可借鉴的案例] ## 注意事项 [陷阱和建议] ## 结论 [对 Skill 创建的建议] ## 参考来源 [信息来源列表] ``` ## 原则 - 优先搜索权威来源 - 信息要注明出处 - 多角度对比,不偏信单一来源 - 结论要可操作

What's inside
Steps it walks through
  1. 流程
  2. 调研维度
  3. 方法论
  4. 工具
  5. 案例
  6. 陷阱
  7. 输出格式
  8. 原则
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-skill skill do?

调研最佳实践的 Skill。当需要了解某个领域的方法论、工具、最佳实践时触发。触发词:调研、research、了解一下、有什么方法、最佳实践。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-skill-maxoreric-sop-engine-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going