What are Miget Agent Skills?
Miget Agent Skills is an open-source package that teaches your AI editor the full Miget API. It follows the Agent Skills Open Standard, so your editor automatically picks it up after installation. Once installed, your AI copilot can:- Deploy apps — create, configure, and deploy applications from your IDE
- Manage databases — provision PostgreSQL, MySQL, or Valkey, rotate credentials, check connection strings
- Configure environment — set environment variables, manage domains, configure ports, adjust security settings
- Monitor and debug — stream build logs, check deployment status, troubleshoot failed deploys
- Scale resources — upgrade plans, adjust CPU and RAM allocations
- Automate workflows — set up cronjobs, manage rollbacks, rotate passwords
Miget Agent Skills includes the full OpenAPI spec so your AI editor can look up any endpoint it needs. The package is open source on GitHub and updates automatically when new features ship.
Getting started
Install the agent skill
Run the following command in your project root:This works with Cursor, Claude Code, and Windsurf. Your editor auto-detects the installed skill.
Generate an API token
Go to your Miget dashboard and create an API token. Tokens are prefixed with
miget_api_ and don’t expire unless you revoke them.Example: deploy a full-stack app with a database
Here’s what a real conversation with an AI copilot looks like:Editor-specific guides
For detailed setup instructions per editor:Claude Code
Set up Claude Code for Miget workflows
Cursor
Configure Cursor with Miget rules
Windsurf
Set up Windsurf for Miget projects

