dotnet-starter-kit
Scaffold production-ready multi-tenant SaaS apps with .NET and React
All Skills in This Repository (11)
Pure Emerald Level Indicatorscreate-migration
Create and apply EF Core migrations for module-specific DbContexts.
add-permission
Add authorization permissions across .NET server and React admin UI.
add-integration-event
Publish integration events via outbox and consume them idempotently.
add-module
Create and register a bounded-context module in the dotnet-starter-kit.
add-entity
Add an EF Core-backed domain entity to a FullStackHero module with migration guidance.
mediator-reference
Implement FSH Mediator CQRS interfaces, ValueTask handlers, and assembly registrations.
add-full-slice
Build a backend vertical slice and matching React page in a .NET starter kit.
query-patterns
Implement GET endpoints with pagination, filtering, sorting, and DTO mapping.
add-react-page
Build list+create React pages with API fetchers, React Query, routing, and Playwright tests.
testing-guide
Guide unit and integration tests for FullStackHero features using xUnit, Shouldly, NSubstitute, and AutoFixture.
add-feature
Generate vertical-slice command or query artifacts for FSH modules.
Frequently Asked Questions
FAQPage SchemaHow to install dotnet-starter-kit?▼
Run `npx skills add fullstackhero/dotnet-starter-kit --all -g -y` in your terminal to install all skills in this suite globally.
What is the FullStackHero .NET Starter Kit?▼
It is a production-ready starter kit that gives you a modular .NET 10 backend plus two React 19 apps with multitenancy, auth, billing, and auditing already built and tested.
How do the AI skills help build features?▼
The skills walk your AI agent step by step through adding modules, API endpoints, database entities, migrations, permissions, and React pages that follow the project's exact conventions.
Does it work with Claude Code and Cursor?▼
Yes. The AGENTS.md guide and SKILL.md files follow the universal standard and work in Claude Code, Cursor, Codex, and Gemini CLI.
Can I use it without deep .NET experience?▼
Yes. The skills encode the project's architecture rules, so your AI agent produces correctly structured code from plain-English feature requests.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core