원클릭으로
aspire-solution-map
Maps project structure, responsibilities, and baseline local development commands
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Maps project structure, responsibilities, and baseline local development commands
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Verifies OpenTelemetry, health endpoints, and service discovery defaults in Aspire-hosted services
Establishes reliable Aspire distributed integration test patterns and diagnostics
Provides safe EF Core SQL Server model and migration workflow guidance for API data changes
Guides secure FastEndpoints patterns for route config, claim extraction, and response handling
Applies a consistent end-to-end feature workflow across contracts, API, web client, UI, and tests
Applies consistent MudBlazor page patterns for forms, dialogs, tables, and feedback states
| name | aspire-solution-map |
| description | Maps project structure, responsibilities, and baseline local development commands |
| compatibility | opencode |
| metadata | {"audience":"contributors","scope":"repository"} |
Use this before making changes if the task spans multiple projects or you need to orient quickly.
Program.cs) and core runtime paths.AspireChat.Common).AspireChat/AspireChat.sln.AspireChat/AspireChat.AppHost/Program.cs, AspireChat/AspireChat.Api/Program.cs, AspireChat/AspireChat.Web/Program.cs.AspireChat/AspireChat.Common/Users/Login.cs, AspireChat/AspireChat.Common/Chats/GetAll.cs.dotnet run --project AspireChat/AspireChat.AppHostdotnet build AspireChat/AspireChat.slndotnet test AspireChat/AspireChat.Tests