Agent Skills: /dotnet:setup-aspire

Install the .NET Aspire CLI tool for MCP integration

UncategorizedID: melodic-software/claude-code-plugins/setup-aspire

Install this agent skill to your local

pnpm dlx add-skill https://github.com/melodic-software/claude-code-plugins/tree/HEAD/plugins/dotnet/skills/setup-aspire

Skill Files

Browse the full folder contents for setup-aspire.

Download Skill

Loading file tree…

plugins/dotnet/skills/setup-aspire/SKILL.md

Skill Metadata

Name
setup-aspire
Description
Install the .NET Aspire CLI tool for MCP integration

/dotnet:setup-aspire

Install the .NET Aspire CLI, required for the aspire MCP server.

Workflow

Step 1: Check current state

dotnet tool list -g | grep -i aspire || echo "Aspire CLI not installed"

Step 2: Install

dotnet tool install --global aspire.cli

If already installed and needs updating:

dotnet tool update --global aspire.cli

Step 3: Verify

aspire --version

Step 4: Report

Tell the user to restart Claude Code so the aspire MCP server can reconnect with the now-available CLI tool.