Agent skills for Miget - a Kubernetes-based Platform-as-a-Service (PaaS) for deploying and managing applications, databases, and services in the cloud.
This repository provides agent skills following the Agent Skills Open Standard. Agent skills give AI coding assistants (Claude Code, Cursor, Windsurf, etc.) the context they need to work with the Miget API effectively.
npx skills add migetapp/agent-skills- miget-api - Deploy and manage apps, databases, buckets, and services on Miget PaaS. Covers authentication, resource provisioning, deployments, addons, domains, environment variables, and all API endpoints.
Before using the skill, set up your Miget API token:
- Sign in at app.miget.com
- Go to My Account > API Tokens
- Create a new token (it starts with
miget_live_) - Export it in your shell:
export MIGET_API_TOKEN="miget_live_xxxxxxxxxxxxx"The agent will automatically detect the token from your environment. For persistent setup, add the export to your ~/.zshrc or ~/.bashrc.
Once installed, your AI coding assistant will automatically discover the skill and use it when working with Miget. No additional configuration is needed.
- "Create a new project on Miget and deploy my Node.js app"
- "Set up a PostgreSQL database as an addon for my app"
- "Configure a custom domain for my Miget app"
- "Show me all apps deployed in my workspace"
- "Create an S3-compatible bucket on Miget and get the credentials"
- "Set environment variables for my production app"
- "Deploy my app from a GitHub repository"
We welcome contributions! Please read our Contributing Guide and Code of Conduct before getting started.
This project is licensed under the BSD 3-Clause License.