cwoodruff

48 mods across 2 repositories, 4 stars between them.

add-api-endpoint

26

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

2 1mo ago A 63 tokens original MIT

github

27

cwoodruff/dotnet-claude-workshop-content

MCP server Claude CodeCodexCursor

GitHub's hosted MCP server: lets the agent search code, read and create issues and pull requests. Remote server at api.githubcopilot.com.

2 1mo ago A tokens not measured copy · 92% MIT

docs-writer

29

cwoodruff/dotnet-claude-code-kit

Agent

Writes and updates developer documentation — XML doc comments, README sections, API endpoint docs, ADRs. Use for documentation tasks. Runs on Haiku for cost efficiency.

2 1mo ago A 37 tokens copy · 100% MIT

migration-planner

30

cwoodruff/dotnet-claude-code-kit

Agent

Plans large refactors, framework upgrades, and legacy modernization for .NET solutions. Produces phased plans with risk and effort estimates. Use for audits of legacy code or "should we modernize or rewrite" questions. Read-only.

2 1mo ago A 50 tokens copy · 100% MIT

perf-analyzer

31

cwoodruff/dotnet-claude-code-kit

Agent

Analyzes .NET code for performance problems — EF Core query inefficiency, allocation pressure, async misuse, caching opportunities. Use when the user mentions slowness, performance, or scalability.

2 1mo ago A 42 tokens copy · 100% MIT

security-auditor

32

cwoodruff/dotnet-claude-code-kit

Agent

Read-only security audit of ASP.NET Core code. Use for security reviews, before releases, or when the user asks about vulnerabilities. Never modifies files.

2 1mo ago A 35 tokens copy · 100% MIT

test-writer

33

cwoodruff/dotnet-claude-code-kit

Agent

Generates xUnit test suites for .NET code. Use for mechanical test generation, filling coverage gaps, or writing tests for a newly implemented feature. Runs on Haiku for cost efficiency.

2 1mo ago A 42 tokens copy · 100% MIT

add-endpoint

42

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

2 1mo ago A 41 tokens copy · 100% MIT

async-hygiene

43

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.

2 1mo ago A 57 tokens copy · 100% MIT

dotnet-upgrade

44

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.

2 1mo ago A 52 tokens copy · 100% MIT

ef-migration

45

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.

2 1mo ago A 43 tokens copy · 100% MIT

gen-tests

46

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.

2 1mo ago A 37 tokens copy · 100% MIT

nuget-audit

47

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.

2 1mo ago A 40 tokens copy · 100% MIT

summarize-changes

48

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.

2 1mo ago A 37 tokens copy · 100% MIT