Claude Code is Anthropic’s official CLI tool. This guide shows how to set up Claude Code to manage your Miget infrastructure using the skill.md.

Prerequisites

  • Active Claude subscription (Pro, Max, or API access)
  • Miget API token (prefixed with miget_api_)

Setup

1

Install Claude Code

npm install -g @anthropic-ai/claude-code
2

Add skill.md to your project

Add the following to your CLAUDE.md file (create one if it doesn’t exist):
## 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 Claude Code

Run claude in your project directory. Claude Code will read the skill.md and can now manage your Miget infrastructure through conversation.