DamienDoumer/aspnetcore-skills

AI agent skills for ASP.net core projects

5Stars on the repository
3Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

DamienDoumer/aspnetcore-skills

Skill Claude CodeCodex

Use when scaffolding a new ASP.NET Core solution or adding features to an existing one that must follow Clean Architecture (Domain / Application / Infrastructure / API). Enforces MediatR-based use cases, Minimal APIs organised by feature, route constants, per-layer DI extension methods, command validation via a…

not rated 5 2mo ago A 74 tokens

aspnetcore-jwt-auth

02

DamienDoumer/aspnetcore-skills

Skill Claude CodeCodex

Use when adding JWT-based email/password + refresh-token authentication (with optional Google/Firebase social login) to an ASP.NET Core project, or when replacing hand-rolled Login/Register/Refresh/ForgotPassword/ResetPassword minimal-API endpoints — enforces use of The.Jwt.Auth.Endpoints NuGet package instead of…

not rated 5 2mo ago A 75 tokens

DamienDoumer/aspnetcore-skills

Skill Claude CodeCodex

Use when writing, reviewing, or refactoring C# code in an ASP.NET Core solution — nullable-analyzer promotion, structured ILogger usage with correct levels, boundary-only try/catch with a global IExceptionHandler, CancellationToken threading, IOptions and never-commit-secrets, safe cryptography, hardened HTTP surface…

not rated 5 2mo ago A 94 tokens