AgentSkillsCN

research

查阅外部文档、库资料,或研究技术专题。当您需要从网络中获取最新信息时,这一技能将助您事半功倍。

SKILL.md
--- frontmatter
name: research
description: Research external documentation, libraries, or technical topics. Use when you need to find up-to-date information from the web.

Technical Research

When invoked, research the topic using web search and documentation.

Process

  1. Clarify the question - What specific information is needed?
  2. Search authoritative sources - Official docs, GitHub, reputable blogs
  3. Verify currency - Check dates, prefer recent information
  4. Synthesize findings - Combine from multiple sources

Search Strategy

For libraries/frameworks

  1. Search official documentation
  2. Check GitHub repo (README, issues, releases)
  3. Look for migration guides or changelogs

For error messages

  1. Search exact error in quotes
  2. Check GitHub issues for the library
  3. Look at Stack Overflow with recent filter

For best practices

  1. Search official style guides
  2. Look for well-regarded blog posts
  3. Check how popular projects handle it

Output Format

Always provide:

  • Summary: Key findings in 2-3 sentences
  • Sources: Links to authoritative references
  • Confidence: How certain is this information
  • Caveats: What might change this analysis

Example Usage

User: "How do I implement refresh token rotation with Auth0?"

Response approach:

  1. Search Auth0 docs for refresh token rotation
  2. Find implementation guides
  3. Check for recent changes to the API
  4. Provide code examples from official sources
  5. Note any gotchas or common mistakes