Agent skill

Cloudflare Workers Builds

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.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/FlorinPopaCodes/claude-marketplace/tree/main/plugins/cloudflare-toolkit/skills/workers-builds

SKILL.md

Cloudflare Workers Builds

Monitor and analyze Cloudflare Workers builds using the Workers Builds MCP server.

Available Tools

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

Deployment Verification Workflow

After deploying a Worker, verify success:

  1. Set active Worker

    workers_builds_set_active_worker with Worker ID
    
  2. List recent builds

    workers_builds_list_builds
    

    Check the latest build status (succeeded/failed)

  3. Get build details (if needed)

    workers_builds_get_build with build UUID
    

    Review build and deploy commands

  4. Check build logs (for failures or debugging)

    workers_builds_get_build_logs with build UUID
    

    Analyze errors or warnings

Post-Deployment Checklist

After verifying the build succeeded:

  1. Check build logs for warnings
  2. Use observability tools to monitor initial traffic
  3. Verify expected behavior with test requests

Common Use Cases

Scenario Tools to Use
Check if deployment succeeded list_builds → check status
Debug failed deployment list_buildsget_build_logs
Review deployment history list_builds
Compare build configurations get_build for multiple UUIDs

Tips

  • Build UUIDs are returned by list_builds
  • Failed builds will have error details in logs
  • Set the active worker once per session
  • Combine with observability tools to verify runtime behavior

Expand your agent's capabilities with these related and highly-rated skills.

FlorinPopaCodes/claude-marketplace

always-works-testing

Default testing standard for all implementation work - ensures code actually works through mandatory execution validation before confirming to user. Applies automatically whenever writing, modifying, debugging, or implementing any code (scripts, APIs, UI, configs, data operations, logic changes). This is the baseline expectation, not an optional extra - every implementation must be verified through actual execution, not assumed correct.

0 0
Explore
FlorinPopaCodes/claude-marketplace

Rails Code Generation

This skill should be used when the user asks to "generate Rails code", "create a model", "create a controller", "add a migration", "write Rails tests", "set up background jobs", "configure Rails app", or discusses Rails conventions, best practices, ActiveRecord patterns, Hotwire/Stimulus, ViewComponent, RSpec testing, or Ruby on Rails development. Based on Evil Martians' AGENTS.md.

0 0
Explore
FlorinPopaCodes/claude-marketplace

Cloudflare Workers Observability

This skill should be used when the user asks about "worker logs", "debug worker", "worker errors", "request analytics", "worker metrics", "performance monitoring", "error rate", "invocation logs", "troubleshoot worker", "worker analytics", or needs to debug and monitor Cloudflare Workers.

0 0
Explore
FlorinPopaCodes/claude-marketplace

Cloudflare Documentation Search

This skill should be used when the user asks about "Cloudflare", "Workers", "Pages", "R2", "D1", "KV", "Durable Objects", "Queues", "Vectorize", "AI Gateway", "Hyperdrive", "Cloudflare API", "Wrangler", "Cloudflare documentation", "how to deploy to Cloudflare", "Cloudflare best practices", "Cloudflare pricing", "Cloudflare limits".

0 0
Explore
FlorinPopaCodes/claude-marketplace

Cloudflare DNS Analytics

This skill should be used when the user asks about "DNS performance", "zone settings", "DNS analytics", "domain configuration", "DNS report", "zone list", "DNS troubleshooting", "DNSSEC", "DNS latency", or needs to monitor and optimize Cloudflare DNS.

0 0
Explore
FlorinPopaCodes/claude-marketplace

Cloudflare Workers Bindings

This skill should be used when the user asks about "KV namespace", "R2 bucket", "D1 database", "Hyperdrive", "create binding", "list workers", "worker code", "storage binding", "database query", "object storage", "key-value store", "connection pooling", or needs to manage Cloudflare Workers storage and compute resources.

0 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results