Skip to main content

fullstackhero/dotnet-starter-kit

SkillsMP は fullstackhero/dotnet-starter-kit から 11 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
11
GitHub スター
6,727
GitHub フォーク
1,993

このリポジトリの skills

収集済み skill 11 件中 11 件を表示しています。

職業分類
ソフトウェア開発者
説明

Publish a cross-module integration event via the Outbox and handle it idempotently in another module. Use when one module must react to something that happened in another. See .agents/rules/eventing.md.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create a new module (bounded context) — runtime + Contracts projects, IModule, DbContext, permissions, migrations, and the four registration sites. Use when adding a distinct business domain. For a feature in an existing module, use add-feature.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add a domain entity/aggregate with EF configuration and a migration to an existing FSH module. Use when adding a new database-backed entity. Pairs with add-feature and create-migration.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add a vertical-slice feature (command/query + handler + validator + endpoint) to an existing FSH module. Use when adding an API endpoint or business operation to a module that already exists.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build a capability end-to-end — backend vertical slice (Contracts→handler→validator→endpoint) AND the React page wired to it. Use when delivering a user-facing feature across API + UI. Composes add-feature + add-react-page.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add a new permission end-to-end — server constant + endpoint gate, and (admin app) mirror it into the permissions catalog + route guard. Use when a new endpoint needs authorization. See modules/identity.md + frontend/admin.md.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Add a list+create page to a React app (clients/admin or clients/dashboard) — API module, page, lazy route, (admin) permission gate, Playwright test. Use when adding any frontend screen. See .agents/rules/frontend/.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create and apply an EF Core migration for a module's DbContext the FSH way (central Migrations project, per-module folder, correct --context). Use after changing entities/EF config. See .agents/rules/database.md.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

CQRS interface reference for FSH. This project uses the Mediator source generator, NOT MediatR. Reference when implementing commands, queries, and handlers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement read queries — paginated lists, search/filter/sort, and single-entity fetches — the FSH way (DbContext LINQ + PagedResponse). Use when adding GET endpoints. See also add-feature.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Write tests for an FSH feature — xUnit + Shouldly + NSubstitute + AutoFixture, with naming and AAA conventions. Use when adding unit/handler/validator/entity tests. Full rules in .agents/rules/testing.md + integration-testing.md.

原文の言語: 英語

更新
収集済み skill 11 件中 11 件を表示しています。