deno-deploy

Deploy Deno apps to production using Deno Deploy and its CLI.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/mkrlabs/specflow --skill deno-deploy-mkrlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deno-deploy
Source: https://github.com/mkrlabs/specflow/tree/main/.claude/skills/deno-deploy
Command: npx skills add https://github.com/mkrlabs/specflow --skill deno-deploy-mkrlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy Deno apps to production using Deno Deploy and its CLI, providing a clear workflow from app creation to production deployment and ongoing management.

Core Features & Use Cases

  • Deployment workflows, environment variable management, and built-in DB options (Deno KV and PostgreSQL)
  • Custom domains, domain provisioning, and local development tunnels
  • Reference-driven guidance for common deployment scenarios and troubleshooting

Quick Start

Run deno deploy create to initialize an app and then deno deploy --prod to publish it.

Frequently Asked Questions about deno-deploy

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

FAQPage Schema
How do I deploy a Deno app to production using the CLI?

To deploy a Deno app to production, initialize it with `deno deploy create` and publish using `deno deploy --prod`. The skill provides complete CLI workflows from app creation to ongoing production management.

Can I use PostgreSQL and Deno KV databases with Deno Deploy?

Yes, Deno Deploy supports built-in database options including Deno KV and PostgreSQL. The skill provides reference-driven guidance for configuring these databases during your deployment scenarios.

What is the best way to manage environment variables when deploying Deno apps?

Managing environment variables for Deno app deployments is handled directly through the Deno Deploy CLI workflows. The skill covers environment variable configuration and provisioning for local development and production environments.

Does Deno Deploy support custom domains and local development tunnels?

Yes, Deno Deploy supports custom domain provisioning and local development tunnels. The skill includes workflows for configuring custom domains and establishing tunnels for local testing before production deployment.

Why is my Deno deploy command failing during the workflow setup?

Deno deployment failures often stem from misconfigured environment variables or incorrect CLI workflow initialization. The skill provides troubleshooting notes and ecosystem guidance aligned with official docs to resolve common deployment issues.

What are the prerequisites for deploying Deno apps to Deno Deploy?

Deploying Deno apps requires the Deno Deploy CLI and a properly structured application. The skill enforces well-structured frontmatter and provides reference-driven guidance to ensure your app meets deployment requirements.