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

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

Install Miget Agent Skills

Run the following command in your project root:
npx skills add migetapp/agent-skills
Claude Code auto-detects the installed skill.
3

Start Claude Code

Run claude in your project directory. Claude Code reads the agent skill and can now manage your Miget infrastructure through conversation.