بنقرة واحدة
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 المهني
| 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.TestsVerifies 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