research-skill

Original🇨🇳 Chinese
Translated

Skill for researching best practices. Triggered when you need to understand methodologies, tools, and best practices in a specific field. Trigger words: research, learn about, what methods are there, best practices.

2installs
Added on

NPX Install

npx skill4agent add maxoreric/sop-engine research-skill

SKILL.md Content (Chinese)

View Translation Comparison →

Research

Obtain external knowledge and best practices to provide a basis for Skill creation.

Process

  1. Clarify research objectives - Extract key questions from goal.md
  2. Search for information - Use web search to acquire information
  3. Organize results - Summarize into structured documents
  4. Output - Write to workspace/research.md

Research Dimensions

Methodology

  • What are the industry-common methods?
  • What mature frameworks are available?
  • How do experts do this?

Tools

  • What off-the-shelf tools are there?
  • What are the advantages and disadvantages of each tool?
  • Which one is recommended?

Cases

  • What successful cases are there?
  • How did they do it?
  • What can be learned from them?

Pitfalls

  • What are common mistakes?
  • What needs attention?
  • How to avoid them?

Output Format

Record in
workspace/research.md
:
markdown
# Research Report: [Topic]

## Research Objectives
[Problems to solve]

## Methodology
[Summary of industry methods]

## Tool Recommendations
[Tool comparisons and recommendations]

## Reference Cases
[Cases for reference]

## Notes
[Pitfalls and suggestions]

## Conclusion
[Recommendations for Skill creation]

## Reference Sources
[List of information sources]

Principles

  • Prioritize searching authoritative sources
  • Cite sources for information
  • Compare from multiple perspectives, do not trust a single source
  • Conclusions should be actionable