do-app-platform-skills
Design, migrate, deploy, and debug DigitalOcean App Platform apps
All Skills in This Repository (13)
Pure Emerald Level Indicatorsapp-platform-router
Route DigitalOcean App Platform tasks to specialized sub-skills.
devcontainers
Create devcontainers for local DigitalOcean App Platform app testing.
planner
Generate stage-based deployment plans for App Platform projects.
app-platform-networking
Configure DigitalOcean App Platform networking with YAML app specs.
spaces
...
app-platform-troubleshooting
Diagnose and fix DigitalOcean App Platform deployment issues via live shell access and log analysis.
postgres
Configure DigitalOcean Postgres with per-app schemas and bindable credentials.
app-platform-sandbox
Manage isolated sandbox lifecycles and pools via the SandboxManager API.
deployment
Automate DigitalOcean App Platform deployments via GitHub Actions with doctl.
app-platform-designer
Transform natural language app descriptions into DigitalOcean App Platform YAML specifications.
ai-services
Configure Gradient AI serverless inference and ADK agents for App Platform using Python 3.13 and doctl.
managed-db-services
Provision and configure DigitalOcean Managed Databases for App Platform deployments.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core