fullstackherofullstackheroOfficial·11 Agent Skills Included

dotnet-starter-kit

Scaffold production-ready multi-tenant SaaS apps with .NET and React

Scaffolds complete multi-tenant SaaS applications with a modular .NET 10 backend and two React 19 frontends. Eliminates weeks of wiring authentication, billing, multitenancy, auditing, background jobs, and file storage from scratch. Guides AI agents through adding modules, features, entities, migrations, permissions, and React pages with tested, consistent code.
npx skills add fullstackhero/dotnet-starter-kit --all -g -y
Available:

Instructs the AI agent on the repository's architecture, golden rules, and coding conventions, and routes it to the right rule files and skills before it writes or modifies any code.

All Skills in This Repository (11)

Pure Emerald Level Indicators
📦 In Repo
fullstackherofullstackhero

create-migration

Create and apply EF Core migrations for module-specific DbContexts.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

add-permission

Add authorization permissions across .NET server and React admin UI.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

add-integration-event

Publish integration events via outbox and consume them idempotently.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

add-module

Create and register a bounded-context module in the dotnet-starter-kit.

Official
Advanced
📦 In Repo
fullstackherofullstackhero

add-entity

Add an EF Core-backed domain entity to a FullStackHero module with migration guidance.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

mediator-reference

Implement FSH Mediator CQRS interfaces, ValueTask handlers, and assembly registrations.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

add-full-slice

Build a backend vertical slice and matching React page in a .NET starter kit.

Official
Advanced
📦 In Repo
fullstackherofullstackhero

query-patterns

Implement GET endpoints with pagination, filtering, sorting, and DTO mapping.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

add-react-page

Build list+create React pages with API fetchers, React Query, routing, and Playwright tests.

Official
Advanced
📦 In Repo
fullstackherofullstackhero

testing-guide

Guide unit and integration tests for FullStackHero features using xUnit, Shouldly, NSubstitute, and AutoFixture.

Official
Intermediate
📦 In Repo
fullstackherofullstackhero

add-feature

Generate vertical-slice command or query artifacts for FSH modules.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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