cwoodruff/dotnet-claude-workshop-content

2Stars on the repository
27Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-endpoint

01

cwoodruff/dotnet-claude-workshop-content

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).

not rated 2 1mo ago A 41 tokens original MIT

async-hygiene

02

cwoodruff/dotnet-claude-workshop-content

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.

not rated 2 1mo ago A 57 tokens original MIT

dotnet-upgrade

03

cwoodruff/dotnet-claude-workshop-content

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.

not rated 2 1mo ago A 52 tokens original MIT

ef-migration

04

cwoodruff/dotnet-claude-workshop-content

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.

not rated 2 1mo ago A 43 tokens original MIT

gen-tests

05

cwoodruff/dotnet-claude-workshop-content

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.

not rated 2 1mo ago A 37 tokens original MIT

nuget-audit

06

cwoodruff/dotnet-claude-workshop-content

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.

not rated 2 1mo ago A 40 tokens original MIT

summarize-changes

07

cwoodruff/dotnet-claude-workshop-content

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.

not rated 2 1mo ago A 37 tokens original MIT

add-api-endpoint

08

cwoodruff/dotnet-claude-workshop-content

Skill Claude CodeCodex

Use when adding a new HTTP endpoint to BookTracker.Api — creating the route, handler, request/response DTOs, and wiring it into the Minimal API. Triggers on requests like "add an endpoint", "expose a new route", "create a GET/POST for ...".

not rated 2 1mo ago A 63 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: