doc-research
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
-
Determine query type
- General library/framework â Invoke
c7skill via Skill tool
- General library/framework â Invoke
-
Evaluate results
- Sufficient information found â Return results
- Insufficient â Proceed to step 3
-
Fallback: WebSearch
- Search with keywords targeting official sources (official docs, official blogs)
- Prefer results from official documentation sites
-
Deep content extraction (if needed)
- Use
get_url_markdownto extract clean markdown from promising URLs - Only fetch URLs that are likely to contain the needed information
- Use
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