This skill should be used when the user asks about "deploy status", "build failed", "build logs", "deployment history", "worker deployment", "check build", "deployment succeeded", "build error", "CI/CD", "verify deployment", or needs to monitor Cloudflare Workers builds and deployments.
/plugin marketplace add FlorinPopaCodes/claude-marketplace/plugin install cloudflare-toolkit@florin-popa-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Monitor and analyze Cloudflare Workers builds using the Workers Builds MCP server.
| Tool | Purpose |
|---|---|
workers_builds_set_active_worker | Set the Worker ID for subsequent operations |
workers_builds_list_builds | List recent builds for the active Worker |
workers_builds_get_build | Get details for a specific build (by UUID) |
workers_builds_get_build_logs | Fetch logs for a specific build |
After deploying a Worker, verify success:
Set active Worker
workers_builds_set_active_worker with Worker ID
List recent builds
workers_builds_list_builds
Check the latest build status (succeeded/failed)
Get build details (if needed)
workers_builds_get_build with build UUID
Review build and deploy commands
Check build logs (for failures or debugging)
workers_builds_get_build_logs with build UUID
Analyze errors or warnings
After verifying the build succeeded:
| Scenario | Tools to Use |
|---|---|
| Check if deployment succeeded | list_builds → check status |
| Debug failed deployment | list_builds → get_build_logs |
| Review deployment history | list_builds |
| Compare build configurations | get_build for multiple UUIDs |
list_buildsCreate employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews.