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.
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.
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 ...".
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.
cwoodruff/dotnet-claude-code-kit
Instructions file
Instructions for cwoodruff/dotnet-claude-code-kit, covering claude.md — .net solution guide, project overview, build, test, and run, conventions (always apply) and what not to do.
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.
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.
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.
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.
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.
cwoodruff/dotnet-claude-code-kit
Command
Generate endpoint documentation for the API surface.
cwoodruff/dotnet-claude-code-kit
Command
Generate or update CHANGELOG.md from git history.
cwoodruff/dotnet-claude-code-kit
Command
Stage and commit current changes with a Conventional Commit message.
cwoodruff/dotnet-claude-code-kit
Command
Analyze the test suite and produce a prioritized list of missing tests.
cwoodruff/dotnet-claude-code-kit
Command
Fix a GitHub issue end to end (branch, fix, tests, commit).
cwoodruff/dotnet-claude-code-kit
Command
Quick performance review of recent changes (EF queries, async, allocations).
cwoodruff/dotnet-claude-code-kit
Command
Generate a pull request description from the current branch's changes.
cwoodruff/dotnet-claude-code-kit
Command
Security-focused code review for ASP.NET Core.
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.