← ClaudeAtlas

digitaloceanlisted

DigitalOcean infrastructure — Droplets, managed databases, Spaces, load balancers, firewalls, DNS management
veekunth217/claude-scaffold-skill · ★ 2 · Code & Development · score 74
Install: claude install-skill veekunth217/claude-scaffold-skill
# DigitalOcean Skill Full DigitalOcean infrastructure management — from Droplet provisioning to managed databases, Spaces, and DNS. **RULE: Show plan (resources to be created, estimated cost) before provisioning. Wait for GO.** > **🚧 Status: Stub — implementation pending** > > This reference skill has the structure but the snippet content is still being filled in > (you'll see `<!-- TODO -->` placeholders below). It activates and tells Claude the topic > exists, but won't yield deep snippets yet. > > **Want to help?** Pick any TODO, write the snippet, open a PR. See [CONTRIBUTING.md](../../CONTRIBUTING.md). > Each contribution moves the skill closer to "Ready" status. --- ## Capabilities ### Droplet Provisioning <!-- TODO: doctl droplet create, cloud-init user-data, SSH key injection --> <!-- TODO: Droplet sizing guide (s-1vcpu-1gb through c-32 compute) --> <!-- TODO: Private networking, reserved IPs, backups, monitoring --> ### Managed Databases <!-- TODO: PostgreSQL, MySQL, Redis, MongoDB, Kafka clusters --> <!-- TODO: Connection pooling (PgBouncer), standby nodes, read replicas --> <!-- TODO: Firewall rules, trusted sources, connection string retrieval --> <!-- TODO: Automated backups, point-in-time restore --> ### Spaces (S3-Compatible) <!-- TODO: Bucket creation, CDN endpoint, CORS config --> <!-- TODO: Access keys, public/private objects, lifecycle rules --> <!-- TODO: AWS CLI / s3cmd with Spaces endpoint --> <!-- TODO: Static site hosting via Spaces --> ### L