
digitalocean-labs/do-app-platform-skills
2 skills155 installs70 starsGitHub
Install
npx skills add https://github.com/digitalocean-labs/do-app-platform-skillsSkills in this repo
1App Platform RouterApp Platform Router is the entry-point skill for DigitalOcean App Platform work: it inspects the task and hands off to the right specialized sub-skill (deployment, migration, postgres, networking, spaces, troubleshooting, and more). A solo builder reaches for it when they want an AI agent to reason across a full App Platform workflow, from greenfield design through deploy and debugging, without loading every playbook at once.155installs2App Platform Routerapp-platform-router is a meta skill for developers and small teams shipping on DigitalOcean App Platform. Instead of one overloaded prompt, it inspects your intent—deploy, migrate, wire a database, tune networking, or debug a failing release—and hands off to the right sub-skill in the do-app-platform-skills pack. That structure matters when you are moving from a prototype to a managed runtime: migrations and connection strings differ from day-one Dockerfile tweaks, and production networking mistakes are expensive. Use the router at the start of any App Platform session so the agent follows DigitalOcean-native patterns rather than generic cloud advice. It fits best when you already target App Platform (not raw Droplets or Kubernetes) and want consistent routing across ship, operate, and integration-heavy build tasks.0installs