peterblazejewicz

44 mods across 1 repository, 7 stars between them.

context-engineering

25

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Optimizes agent context setup for .NET/C# projects. Use when starting a new session, when agent output quality degrades (wrong patterns, hallucinated APIs, unaware of .NET conventions), when switching between Avalonia/Blazor/ASP.NET Core codebases, or when you need to configure CLAUDE.md, .editorconfig, and analyzer…

7 2mo ago A 80 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Guides systematic root-cause debugging for .NET/C# code. Use when dotnet test fails, dotnet build breaks, behavior doesn't match expectations, or you encounter any unexpected error (NullReferenceException, TaskCanceledException, missing DI registration, EF Core migration conflict). Use when you need a systematic…

7 2mo ago A 84 tokens copy · 84% MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Manages deprecation and migration for .NET/C# systems — removing NuGet packages, retiring controllers/endpoints, sunsetting features, migrating EF Core schemas. Use when removing old code, migrating users from one implementation to another, or deciding whether to maintain or sunset existing code.

7 2mo ago A 62 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Records architectural decisions and writes durable documentation for .NET/C# projects — ADRs, XML doc comments, OpenAPI/Swagger, README with dotnet CLI commands, CLAUDE.md pointers. Use when making architectural decisions, changing public APIs, shipping features, or recording context that future engineers and agents…

7 2mo ago A 68 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations like EF Core migrations or deploys), or any time a confident…

7 2mo ago A 74 tokens copy · 92% MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Builds production-quality Avalonia UIs — MVVM with CommunityToolkit.Mvvm, compiled bindings (x:DataType, x:CompileBindings), DataTemplates, theming via FluentTheme/SimpleTheme with ThemeVariant, keyboard navigation, AutomationProperties for accessibility, adaptive layouts across desktop/mobile/browser targets. Use…

7 2mo ago C 110 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Structures git workflow practices for .NET/C# projects — atomic commits, trunk-based branches, pre-commit hygiene with dotnet test + dotnet format, worktrees for parallel agent work. Use when making any code change to a .NET solution, when committing, branching, resolving conflicts, or organizing work across multiple…

7 2mo ago A 76 tokens original MIT

idea-refine

32

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Refines raw ideas into sharp, actionable .NET/C# concepts through structured divergent and convergent thinking. Use "idea-refine" or "ideate" to trigger when deciding what to build next in a .NET solution — new Avalonia app, ASP.NET Core API, EF Core data model, NuGet library, or process improvement.

7 2mo ago A 73 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Delivers .NET/C# changes incrementally — thin vertical slices with dotnet build + dotnet test verification between each. Use when implementing any feature that touches more than one project or assembly. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

7 2mo ago A 71 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Tests .NET/C# systems at their integration boundaries — HTTP APIs with WebApplicationFactory , EF Core against real databases via Testcontainers (PostgreSQL, SQL Server, Redis), Blazor/Razor Pages in real browsers via Microsoft.Playwright, Avalonia UI via Avalonia.Headless.XUnit. Works with xUnit v2/v3 on VSTest or…

7 2mo ago B 113 tokens original MIT

interview-me

35

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until 95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me"…

7 2mo ago A 108 tokens copy · 92% MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Instruments .NET/C# code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting to an ASP.NET Core / Blazor / worker / desktop app. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you…

7 2mo ago A 83 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Optimizes .NET/C# application performance — measure first with BenchmarkDotNet / dotnet-counters / dotnet-trace / PerfView, then fix the specific bottleneck (EF Core N+1, sync-over-async, Gen2 GC pressure, thread-pool starvation, allocation hotspots, unbounded queries, missing pagination, Kestrel misconfiguration).…

7 2mo ago A 105 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Breaks .NET/C# work into ordered, verifiable tasks. Use when you have a spec or clear requirements and need to decompose work into implementable units with dotnet CLI verification steps. Use when a task feels too large to start, when you need to estimate scope across a multi-project solution, or when parallel work is…

7 2mo ago B 75 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Hardens .NET/C# code against vulnerabilities — input validation (FluentValidation), EF Core parameterization, ASP.NET Core Identity / JWT bearer / policy-based authz, Data Protection, antiforgery, user-secrets + Key Vault, dotnet list package --vulnerable. Use when handling user input, authentication, data storage, or…

7 2mo ago B 99 tokens original MIT

shipping-and-launch

40

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Prepares production launches for .NET/C# systems — pre-launch checklist with dotnet test + dotnet list package --vulnerable, feature flags via IOptions , staged rollout with Application Insights / OpenTelemetry monitoring, EF Core migration rollback, dotnet ef database update to previous migration. Use when deploying…

7 2mo ago A 95 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Grounds every .NET/C# implementation decision in official documentation (Microsoft Learn, EF Core docs, ASP.NET Core docs, Avalonia docs, NuGet README). Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any .NET framework or library where correctness depends on…

7 2mo ago A 70 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Creates specs before coding a .NET/C# project. Use when starting a new .NET 8+ solution, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea. Frames examples for Avalonia, ASP.NET Core, Blazor, .NET MAUI, EF Core, xUnit, and MSTest.

7 2mo ago A 82 tokens original MIT

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Drives .NET/C# development with tests — RED/GREEN/REFACTOR with xUnit (v2 or v3) or MSTest, the Prove-It Pattern for bug fixes, the test pyramid with WebApplicationFactory for integration and Playwright/Avalonia.Headless for E2E. Supports both VSTest and Microsoft.Testing.Platform (MTP) runners. Use when implementing…

7 2mo ago A 103 tokens original MIT

using-agent-skills

44

peterblazejewicz/claude-plugins

Skill Claude CodeCodex

Meta-skill — discovers and invokes the right .NET/C# agent skill from this marketplace for the task at hand. Use when starting a session, when a task doesn't obviously map to a single skill, or when you need a phase-by-phase map of what's available across Define / Plan / Build / Verify / Review / Ship. Governs how…

7 2mo ago A 89 tokens original MIT