Cursor is an AI-powered code editor. This guide shows how to set up Cursor to manage your Miget infrastructure using the skill.md.

Prerequisites

Setup

1

Create the rules directory

mkdir -p .cursor
2

Add skill.md as a project rule

Create .cursor/miget.md in your project root:
# Miget cloud management
- Use the Miget skill file for API operations: https://app.miget.com/docs/skill.md
- Miget API base URL: https://app.miget.com/api/v1
- OpenAPI spec: https://app.miget.com/api/v1/docs
3

Start using Cursor

Open your project in Cursor. The AI assistant will read the skill.md and can now manage your Miget infrastructure through conversation.