doc-research

📁 totto2727-dotfiles/agents 📅 7 days ago
8
总安装量
7
周安装量
#34829
全站排名
安装命令
npx skills add https://github.com/totto2727-dotfiles/agents --skill doc-research

Agent 安装分布

gemini-cli 7
github-copilot 7
codex 7
kimi-cli 7
amp 7
opencode 7

Skill 文档

Documentation Research

Perform prioritized documentation research and return only relevant results.

Available Tools

Priority Tool Use Case
Primary c7 skill (via Skill tool) General library/framework official docs
Fallback WebSearch When above sources are insufficient
Fallback mcp__plugin_totto2727_cloudflare-browser__get_url_markdown Extract clean markdown from URLs found via WebSearch

Workflow

  1. Determine query type

    • General library/framework → Invoke c7 skill via Skill tool
  2. Evaluate results

    • Sufficient information found → Return results
    • Insufficient → Proceed to step 3
  3. Fallback: WebSearch

    • Search with keywords targeting official sources (official docs, official blogs)
    • Prefer results from official documentation sites
  4. Deep content extraction (if needed)

    • Use get_url_markdown to extract clean markdown from promising URLs
    • Only fetch URLs that are likely to contain the needed information

Guidelines

  • Always start with the highest-priority source for the query type
  • Prefer official documentation over third-party content
  • Return concise, relevant results only — do not include excessive raw output
  • When using WebSearch, construct queries that target official sources
  • When multiple results are found, summarize the key information rather than dumping raw content