lunora-deploy

Automate Lunora application deployment to Cloudflare Workers and Durable Objects.

214|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/anolilab/lunora --skill lunora-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lunora-deploy
Source: https://github.com/anolilab/lunora/tree/main/packages/cli/skills/lunora-deploy
Command: npx skills add https://github.com/anolilab/lunora --skill lunora-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the complex process of deploying Lunora applications to Cloudflare by managing infrastructure bindings, schema validation, and production environment configuration.

Core Features & Use Cases

  • Infrastructure Validation: Automatically checks for required Cloudflare bindings like D1, R2, and Durable Objects before deployment.
  • Schema Integrity: Enforces a schema-drift gate to prevent breaking changes from reaching production without proper migrations.
  • Use Case: Use this skill to safely transition a local Lunora project to a production Cloudflare environment, ensuring all secrets, database IDs, and worker configurations are correctly synchronized.

Quick Start

Run the lunora-deploy skill to validate your current project configuration and initiate the deployment process to your Cloudflare account.

Frequently Asked Questions about lunora-deploy

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

FAQPage Schema
How do I deploy a Lunora application to Cloudflare Workers?

To deploy a Lunora application to Cloudflare Workers, you need to automate the deployment pipeline by synchronizing wrangler.jsonc configurations and provisioning D1 databases. This process validates environment secrets and worker entry exports before execution.

What is schema-drift protection for Cloudflare Durable Objects?

Schema-drift protection is a validation gate that prevents breaking database changes from reaching production without proper migrations. It enforces schema integrity during the Lunora deployment process to ensure safe transitions to the Cloudflare environment.

Can I use this to validate Cloudflare bindings like D1 and R2 before deployment?

Yes, infrastructure validation automatically checks for required Cloudflare bindings like D1, R2, and Durable Objects before deployment. This ensures all required infrastructure connections are present and correctly synchronized within your wrangler configuration.

How do I prevent missing environment secrets when deploying to Cloudflare?

To prevent missing environment secrets during Cloudflare deployment, the pipeline ensures production readiness by validating all environment secrets and worker entry exports. This synchronization step blocks execution if configurations are incomplete.

What are the limitations of automating Lunora deployments to Cloudflare?

The automation focuses specifically on Lunora applications targeting Cloudflare Workers and Durable Objects. It relies on synchronizing wrangler.jsonc configurations and D1 database provisioning, meaning deployments outside this specific infrastructure scope are not covered.