fisioflow-cloudflare-infra

Document FisioFlow Cloudflare Workers infrastructure including Wrangler configs, bindings, and Durable Objects.

Updated Sep 2, 2025
One-click install
npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill fisioflow-cloudflare-infra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fisioflow-cloudflare-infra
Source: https://github.com/rafaelminatto1/fisioflow-51658291/tree/main/.agents/skills/fisioflow-cloudflare-infra
Command: npx skills add https://github.com/rafaelminatto1/fisioflow-51658291 --skill fisioflow-cloudflare-infra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete reference to the FisioFlow Cloudflare Workers infrastructure, guiding engineers through Wrangler config, bindings, routes, workflows, Durable Objects, storage, AI gateways, and deployment processes.

Core Features & Use Cases

  • Detailed overview of workers configuration, environmental bindings, queue and workflow orchestration, and edge deployment patterns for the FisioFlow API and related services.
  • Guidance on extending or modifying bindings, storage buckets, DO migrations, and AI integration points to support new features or environments.
  • Use Case: When updating wrangler.toml or adding a new Durable Object, consult this reference to ensure correct bindings, routes, and deployment settings.

Quick Start

Begin by reviewing apps/api/wrangler.toml and the corresponding Cloudflare workers code to validate baseline deployment configuration.

Frequently Asked Questions about fisioflow-cloudflare-infra

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

FAQPage Schema
How do I configure Cloudflare Workers bindings and routes for production edge deployments?

To configure Cloudflare Workers bindings and routes for edge deployments, review your wrangler.toml file to validate environmental bindings, queue orchestration, and route settings. This ensures correct governance of environment variables and production deployment configurations.

What is the best way to add a new Durable Object to a Cloudflare Workers API?

Adding a new Durable Object to a Cloudflare Workers API requires updating your wrangler configuration to define correct DO migrations, bindings, and storage settings. Consult your infrastructure reference to ensure proper edge deployment and state management setup.

How do Cloudflare Workflows and Queues orchestrate tasks in edge computing environments?

Cloudflare Workflows and Queues orchestrate tasks in edge computing environments by managing asynchronous processing and environmental bindings. Configuring these in wrangler.toml ensures reliable task execution and queue orchestration across your production and staging workers.

Can I use wrangler.toml to manage staging and production environments for Cloudflare Workers?

Yes, you can use wrangler.toml to manage staging and production environments for Cloudflare Workers. The configuration file governs environment variables, routes, cron triggers, and bindings specific to each deployment target for robust edge infrastructure.

Why are my Cloudflare Workers deployment settings failing during environment variable governance?

Cloudflare Workers deployment settings fail during environment variable governance when wrangler.toml lacks proper environment definitions, bindings, or route configurations. Validate your baseline deployment configuration and observability settings against your infrastructure reference to resolve mismatches.