local-setup

Guides developers through local setup, build, and run steps for the eShop .NET Aspire project on macOS.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill local-setup-torikhayes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: local-setup
Source: https://github.com/torikhayes/aeai-dotnet-brownfield/tree/main/.claude/skills/local-setup
Command: npx skills add https://github.com/torikhayes/aeai-dotnet-brownfield --skill local-setup-torikhayes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up the eShop reference application locally on macOS involves multiple tools (.NET SDK, Docker or Colima, Homebrew, Aspire dashboard) and common first-run errors. This Skill walks developers through the full setup sequence and resolves known errors without hunting through documentation. ## Core Features & Use Cases - Guided Setup Walkthrough: Follows the authoritative setup guide at .github/prompts/local-setup.prompt.md step by step, from installing dependencies to running the app. - Error Resolution: Applies known-error resolutions documented in the shared prompt file when a specific step fails. - Use Case: A new team member clones the eShop repository on a Mac and asks how to get it running; the Skill walks them through Homebrew, Colima, .NET install, and launching the Aspire dashboard. ## Quick Start Ask the assistant to walk you through setting up and running this project locally on your Mac from scratch.

Frequently Asked Questions about local-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the eShop project locally on macOS?▼

Follow the guided sequence starting from Step 1: install dependencies via Homebrew, set up Colima for containers, install the .NET SDK, then build and run the app. The Skill reads the full guide from the shared local-setup prompt file.

How do I run the .NET Aspire dashboard for eShop?▼

Run the application after completing the setup steps, and the Aspire dashboard launches as part of the app startup. The setup guide covers the exact run commands and dashboard access.

Can I use Colima instead of Docker Desktop for eShop?▼

Yes, the setup guide covers Colima as the container runtime on macOS. It is listed among the trigger topics alongside Homebrew and dotnet install.

What should I do if a setup step fails with a common error?▼

Describe the step or error you are stuck on, and the Skill applies the known-error resolutions defined in the shared prompt file. If no input is given, it walks through the full sequence from Step 1.

Does this setup guide work on Windows or Linux?▼

This Skill targets macOS setup specifically. The repository README documents Windows and Linux paths separately, including Visual Studio and WinGet configuration options.