cloudflare-docs-specialist
2
总安装量
2
周安装量
#74924
全站排名
安装命令
npx skills add https://github.com/steveleve/chatbot-demo-cloudflare --skill cloudflare-docs-specialist
Agent 安装分布
opencode
2
gemini-cli
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
Skill 文档
Cloudflare Docs Specialist
Use this skill when a question needs Cloudflare documentation, product specifics, or the latest platform behavior.
When to Trigger
- User asks âhow do I⦠on Cloudflare/Workers/AI/Gateway/Vectorize/D1/R2/KV/Queues/DO/Pagesâ.
- Need authoritative limits, flags, config keys, or migration steps.
- Need to cite docs or compare old vs new behavior.
Tools
mcp__CloudflareBindings__search_cloudflare_documentation(primary; returns doc chunks). If unavailable, fall back to local repo docs underdocs/.- Prefer multiple queries if first result looks generic.
Workflow (tight loop)
- Clarify product & operation (e.g., âWorkers AI embeddings via AI Gatewayâ).
- Run targeted search with product keyword + task (e.g., “AI Gateway cache TTL” or “D1 batch”), limit to few results.
- Read snippets; open more if needed; avoid loading entire manuals.
- Synthesize concise answer with cites; include version/flag names and defaults; note remote-only constraints for Workers AI/Vectorize.
- Record key command/config snippets that fit the repo (Hono + wrangler). Keep it short.
Repo-aware defaults
- Use
wrangler dev --remotefor AI/Vectorize/D1 in this project. - Bindings live in
wrangler.jsonc; cite binding names as seen there. - Link GitHub issues when relevant (#12â#19, #26â#27).
Style
- Lead with the concrete steps; then add cautions/limits.
- Cite sources; prefer official docs over blogs.
- Keep answers under 200 tokens unless asked otherwise.