Docs Review
Official cloudflare skill covering Cloudflare, code review for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cloudflare-docs-review npx -- -y @trustedskills/cloudflare-docs-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cloudflare-docs-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cloudflare-docs-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to access and review Cloudflare documentation directly. It allows agents to retrieve specific technical details, verify configuration steps, and cross-reference API endpoints without manual web searching.
When to use it
- Verifying the latest syntax for Cloudflare Workers or Pages deployments.
- Troubleshooting DNS record configurations by checking official setup guides.
- Confirming rate limit thresholds and billing structures before implementing a solution.
- Validating security best practices for Zero Trust access policies.
Key capabilities
- Direct retrieval of current Cloudflare documentation content.
- Context-aware search across multiple product lines (e.g., CDN, Workers, DNS).
- Real-time verification of API parameters and endpoint behaviors.
Example prompts
- "Review the current documentation for enabling SSL/TLS on a Cloudflare Page."
- "What are the specific steps to configure a custom domain in the latest docs?"
- "Summarize the rate limiting rules for Cloudflare Workers from the official guide."
Tips & gotchas
Ensure your AI agent has internet access or an up-to-date knowledge base, as this skill relies on live documentation retrieval. Always specify the exact product (e.g., "Workers" vs. "Zero Trust") to narrow the search results effectively.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.