myco:cloudflare-worker-infrastructure-lifecycle

Automate deployment and maintenance of multi-worker Cloudflare infrastructure with D1 migrations and Vectorize indexing.

12|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/goondocks-co/myco --skill myco-cloudflare-worker-infrastructure-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myco:cloudflare-worker-infrastructure-lifecycle
Source: https://github.com/goondocks-co/myco/tree/main/.agents/skills/cloudflare-worker-infrastructure-lifecycle
Command: npx skills add https://github.com/goondocks-co/myco --skill myco-cloudflare-worker-infrastructure-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare worker infrastructure often requires coordinated deployment, ongoing maintenance, and safe operation across multiple workers and teams. This skill provides end-to-end guidance to automate team sync, MCP server operations, collective worker configuration, and Wrangler upgrades to reduce manual toil and risk.

Core Features & Use Cases

  • End-to-end orchestration of multi-worker Cloudflare infrastructure including team sync, MCP server integration, and collective workers.
  • Built-in guidance for D1 schema migrations, KV auth token lifecycle, and cross-worker coordination.
  • Troubleshooting, testing, and backup/restore workflows for reliable operations.

Quick Start

Deploy the team sync worker to Cloudflare and verify MCP endpoints health.

Frequently Asked Questions about myco:cloudflare-worker-infrastructure-lifecycle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Cloudflare worker infrastructure lifecycle across multiple workers?

Automating Cloudflare worker infrastructure lifecycle involves coordinating deployment, maintenance, and operation across multiple workers. This process manages team sync, MCP server operations, and collective worker configuration to reduce manual toil and risk.

How do I run D1 migrations and manage Vectorize indexing on Cloudflare Workers?

Running D1 migrations and Vectorize indexing requires a Cloudflare Workers Paid plan with Wrangler CLI authenticated. The lifecycle orchestration covers schema migrations, Vectorize indexing, and KV token lifecycle management across your infrastructure.

Do I need a paid Cloudflare account to coordinate multi-worker infrastructure?

Yes, coordinating multi-worker Cloudflare infrastructure requires a Cloudflare account with a Workers Paid plan. You also need Wrangler CLI installed and authenticated, plus a project-local .myco vault with schema v9+.

What's the best way to handle cross-worker coordination and KV token lifecycle?

The best way to handle cross-worker coordination and KV token lifecycle is using an orchestration workflow that automates collective worker configuration. This approach manages token lifecycles and synchronizes operations across workers safely.

Does Cloudflare worker orchestration support backup and restore workflows for D1 databases?

Yes, Cloudflare worker orchestration includes built-in troubleshooting, testing, and backup/restore workflows. These workflows ensure reliable operations for D1 databases and multi-worker infrastructure maintenance.

Why does my multi-worker Cloudflare deployment require a .myco vault?

A .myco vault with schema v9+ is required to securely store and manage configuration for multi-worker Cloudflare deployment. It provides the necessary project-local context for coordinated worker operations and cross-worker synchronization.