Skip to main content
Run any Skill in Manus
with one click
cwoodruff
GitHub creator profile

cwoodruff

Repository-level view of 38 collected skills across 6 GitHub repositories.

skills collected
38
repositories
6
updated
2026-07-09
repository explorer

Repositories and representative skills

mcp-contract-drift-triage
software-quality-assurance-analysts-and-testers

Triage MCP test drift by separating stale assertions from real surface regressions after a partial metadata/tool refactor.

2026-06-10
explicit-usd-display-format
software-developers

Render salary values with a stable dollar sign in Razor views without depending on host culture.

2026-06-09
sqlite-postgres-schema-export
software-developers

Generate PostgreSQL CREATE TABLE scripts directly from live SQLite metadata without hand-transcribing Lahman-style schemas.

2026-06-09
htmx-follow-through-audit
software-quality-assurance-analysts-and-testers

Audit htmxRazor asset imports and cache behavior after a migration slice without breaking shell-owned runtime contracts.

2026-04-21
minimal-leaderboard-migration
web-developers

Migrate leaderboard pages to htmxRazor by replacing badges only, preserving all backend and frontend contracts.

2026-04-21
shell-owned-search-surface-contracts
web-developers

Preserve the global search dropdown + all-results modal contracts while migrating Razor/htmx page markup around a shell-owned search surface.

2026-04-21
projected-detail-page-query
software-developers

Build Razor Page detail screens from projected records and dedicated view models instead of passing entities or PageModels into partials.

2026-04-21
htmx-response-cache-partial-pattern
web-developers

Dual-mode response caching that separates full-page and htmx partial responses with VaryByHeader. Essential for htmxRazor migration to avoid stale content.

2026-04-21
Showing top 8 of 12 collected skills in this repository.
Showing top 8 of 10 collected skills in this repository.
add-endpoint
software-developers

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

2026-07-09
async-hygiene
software-developers

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.

2026-07-09
dotnet-upgrade
software-developers

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.

2026-07-09
ef-migration
database-architects

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.

2026-07-09
gen-tests
software-quality-assurance-analysts-and-testers

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.

2026-07-09
nuget-audit
software-developers

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.

2026-07-09
summarize-changes
software-developers

Summarize uncommitted changes and flag risks. Use when the user asks what changed, wants a commit message, or asks to review their diff.

2026-07-09
Showing 6 of 6 repositories
All repositories loaded