npx claudepluginhub melodic-software/claude-code-plugins --plugin dotnetThis skill is limited to using the following tools:
Install the .NET Aspire CLI, required for the aspire MCP server.
Using .NET Aspire. AppHost orchestration, service discovery, components, dashboard, health checks.
Orchestrates .NET services with Aspire: AppHost configuration, service defaults, Postgres/Redis/RabbitMQ integrations, service discovery, and dashboard for local development.
Installs, upgrades, lists .NET tools via aliases (ef, coverage, stryker) with local manifests for reproducibility and global options.
Share bugs, ideas, or general feedback.
Install the .NET Aspire CLI, required for the aspire MCP server.
dotnet tool list -g | grep -i aspire || echo "Aspire CLI not installed"
dotnet tool install --global aspire.cli
If already installed and needs updating:
dotnet tool update --global aspire.cli
aspire --version
Tell the user to restart Claude Code so the aspire MCP server can reconnect with the now-available CLI tool.