atproto-deploy

Deploy two Cloudflare Workers for the atproto-agent-network project in sequence.

22|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/joelhooks/atproto-agent-network --skill atproto-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atproto-deploy
Source: https://github.com/joelhooks/atproto-agent-network/tree/main/skills/deploy
Command: npx skills add https://github.com/joelhooks/atproto-agent-network --skill atproto-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating deployments for two Cloudflare Workers across the atproto-agent-network project is error-prone and requires careful coordination. This Skill provides a clear, repeatable deployment guide to ensure both workers are deployed in the correct sequence with the proper credentials and build steps.

Core Features & Use Cases

  • Two-worker deployment guidance to deploy network and dashboard components in the proper order.
  • Environment and secrets management instructions for Cloudflare API tokens and related configuration.
  • Validation and quick-start workflow including pre-deploy checks and post-deploy verification steps.

Quick Start

Run the deployment steps to publish both the network and dashboard workers in the correct order.

Frequently Asked Questions about atproto-deploy

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

FAQPage Schema
How do I deploy multiple Cloudflare Workers in the correct sequence?

Deploying multiple Cloudflare Workers requires sequencing the network/API component before the dashboard component. You must run pre-deploy checks, set up environment secrets, and build both workers before publishing them in the correct order.

How do I manage Cloudflare API tokens and secrets for Wrangler deployments?

Managing Cloudflare API tokens for Wrangler requires configuring environment secrets before deployment. You must set up the correct API tokens and related configuration variables to authenticate both the network and dashboard workers.

What is the best way to coordinate Vite dashboard and network worker deployments?

Coordinating Vite dashboard and network worker deployments is best handled by using a repeatable deployment guide. This ensures both components are built, configured with the right credentials, and published in the correct sequence to prevent runtime errors.

Do I need to build my Vite dashboard before deploying it to Cloudflare Workers?

You need to build your Vite dashboard before deploying it to Cloudflare Workers. The deployment process requires specific build steps to be completed for both the network and dashboard components to ensure they publish correctly.

Why are my Cloudflare Workers failing after updating agent configurations?

Cloudflare Workers may fail after updating agent configurations if the network and dashboard workers were not deployed in the correct sequence. Proper coordination, environment setup, and post-deploy verification are required to apply configuration updates successfully.