doc-research
Original:🇺🇸 English
Translated
This skill should be used when the user asks to "search documentation", "find docs for", "look up API reference", "how to use [library]", or needs up-to-date information about a library, framework, or technology. Performs prioritized documentation research using c7 skill, cloudflare-docs, WebSearch, and cloudflare-browser.
2installs
Added on
NPX Install
npx skill4agent add totto2727-dotfiles/agents doc-researchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Documentation Research
Perform prioritized documentation research and return only relevant results.
Available Tools
| Priority | Tool | Use Case |
|---|---|---|
| Special | | Cloudflare product queries only |
| Primary | | General library/framework official docs |
| Fallback | | When above sources are insufficient |
| Fallback | | Extract clean markdown from URLs found via WebSearch |
Workflow
-
Determine query type
- Cloudflare-related → Use
search_cloudflare_documentation - General library/framework → Invoke skill via Skill tool
c7
- Cloudflare-related → Use
-
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 to extract clean markdown from promising URLs
get_url_markdown - 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