myco:setup-cloudflare-team-sync

Provision Cloudflare D1, Vectorize, KV, and Worker for Myco team sync.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you set up or debug Myco team sync on Cloudflare, covering initial provisioning, secret management, and cross-machine knowledge synchronization.

Core Features & Use Cases

  • Provision Cloudflare resources (D1, Vectorize, KV namespace) and deploy the Worker in a single workflow.
  • Manage secrets securely and verify machine identity across multiple devices.
  • Debug and diagnose coordination issues, pending drains, and missing remote records to ensure a healthy sync.
  • Use Case: When onboarding a new team machine, run the setup to provision resources and connect to existing teammates so synced knowledge becomes available instantly.

Quick Start

Run myco-team install in your project directory to provision D1, Vectorize, the KV namespace, and deploy the Worker, then verify the Worker URL and API key.

Frequently Asked Questions about myco:setup-cloudflare-team-sync

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

FAQPage Schema
How do I provision Cloudflare D1 and Vectorize resources for team sync?

Provisioning Cloudflare D1, Vectorize, and KV namespaces for team sync requires running the myco-team install command to deploy the Worker and resources idempotently, ensuring consistent state across machines.

What do I need to set up Cloudflare team sync for Myco?

To set up Cloudflare team sync, you need the wrangler CLI, Node.js version 22 or higher, and the @goondocks/myco-team package. These dependencies ensure secure secret handling and idempotent deployment.

How does cross-machine knowledge graph synchronization work with Cloudflare?

Cross-machine knowledge graph synchronization works by deploying a Cloudflare Worker and API keys to coordinate state across team devices and the daemon UI. It ensures consistent records and verifies machine identity securely.

Why does my Myco team sync show pending drains and missing remote records?

Pending drains and missing remote records during Myco team sync indicate coordination issues between your Cloudflare Worker and team devices. Debugging diagnoses these sync failures and verifies machine identity to restore healthy synchronization.

Can I use the wrangler CLI to debug Cloudflare team sync coordination issues?

Yes, you can use the wrangler CLI to debug Cloudflare team sync coordination issues, including pending drains and missing remote records. The process diagnoses failures and verifies machine identity to ensure a healthy sync.