add-endpoint
01cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Add a new Minimal API endpoint following this solution's conventions. Use when the user asks to add a route, endpoint, or new API operation (GET/POST/PUT/DELETE).
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Add a new Minimal API endpoint following this solution's conventions. Use when the user asks to add a route, endpoint, or new API operation (GET/POST/PUT/DELETE).
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Find and fix async/await anti-patterns in C# code — blocking calls, async void, missing cancellation, fire-and-forget. Use when reviewing async code, diagnosing deadlocks or thread-pool starvation, or when the user asks about async correctness.
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Plan and execute an upgrade of a project or solution to a newer .NET version (e.g. .NET 8 to .NET 10). Use when the user asks to upgrade, migrate, or modernize the target framework.
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Create, review, and apply an EF Core migration safely. Use when the user wants to add a migration, change the database schema, add/modify entity properties, or asks about database changes.
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Generate an xUnit test suite for a class, endpoint, or file. Use when the user asks for tests, test coverage, or to test something they just wrote.
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Audit NuGet dependencies for vulnerabilities, deprecated packages, and outdated versions across the solution. Use when the user asks about package health, security vulnerabilities in dependencies, or updating packages.
cwoodruff/dotnet-claude-code-kit
Skill Claude CodeCodex
Summarize uncommitted changes and flag risks. Use when the user asks what changed, wants a commit message, or asks to review their diff.