digitalocean-labsdigitalocean-labsOfficialยท13 Agent Skills Included

do-app-platform-skills

Design, migrate, deploy, and debug DigitalOcean App Platform apps

Generates production-ready App Platform specs, GitHub Actions deployment pipelines, and staged migration plans from plain-English requests. Covers PostgreSQL, MySQL, MongoDB, Valkey, Kafka, OpenSearch, Spaces storage, custom domains, VPC networking, and live container debugging. Eliminates manual YAML writing, credential handling mistakes, and slow trial-and-error deploy cycles with opinionated, secure defaults.
npx skills add digitalocean-labs/do-app-platform-skills --all -g -y
Available:

Instructs the agent on how to route user requests through the root SKILL.md decision tree to the correct sub-skill, while enforcing secure credential handling and shared opinionated defaults.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

app-platform-router

Route DigitalOcean App Platform tasks to specialized sub-skills.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

devcontainers

Create devcontainers for local DigitalOcean App Platform app testing.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

planner

Generate stage-based deployment plans for App Platform projects.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

app-platform-networking

Configure DigitalOcean App Platform networking with YAML app specs.

Official
Intermediate
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

spaces

...

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

app-platform-troubleshooting

Diagnose and fix DigitalOcean App Platform deployment issues via live shell access and log analysis.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

postgres

Configure DigitalOcean Postgres with per-app schemas and bindable credentials.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

app-platform-sandbox

Manage isolated sandbox lifecycles and pools via the SandboxManager API.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

deployment

Automate DigitalOcean App Platform deployments via GitHub Actions with doctl.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

app-platform-designer

Transform natural language app descriptions into DigitalOcean App Platform YAML specifications.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

ai-services

Configure Gradient AI serverless inference and ADK agents for App Platform using Python 3.13 and doctl.

Official
Advanced
๐Ÿ“ฆ In Repo
digitalocean-labsdigitalocean-labs

managed-db-services

Provision and configure DigitalOcean Managed Databases for App Platform deployments.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install do-app-platform-skills?โ–ผ

Run `npx skills add digitalocean-labs/do-app-platform-skills --all -g -y` in your terminal to install all 12 skills globally.

How to migrate a Heroku app to DigitalOcean App Platform?โ–ผ

The migration skill parses your Procfile, app.json, and add-ons, then generates a ready-to-deploy .do/app.yaml spec and a step-by-step migration checklist.

Can it set up CI/CD for App Platform?โ–ผ

Yes. The deployment skill creates GitHub Actions workflows using digitalocean/app_action with staging and production environments, secrets, and approval gates.

Does it work with Claude Code, Cursor, and Codex?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding assistants.

How does it handle database passwords and secrets?โ–ผ

It uses GitHub Secrets and DigitalOcean bindable variables so credentials flow directly into your app without ever being exposed to the agent or your code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’