peterblazejewicz/claude-plugins
Plugin Claude Code
Claude Code plugins for .NET cross-platform UI development.
peterblazejewicz/claude-plugins
Plugin Claude Code
Claude Code plugins for .NET cross-platform UI development.
peterblazejewicz/claude-plugins
Instructions file CodexOpenCode
Instructions for peterblazejewicz/claude-plugins, covering agent instructions (cross-vendor), what this repo publishes, two load-bearing invariants when changing dotnet-skills, where to look for maintenance state and per-tool surfaces.
peterblazejewicz/claude-plugins
Instructions file
Instructions for peterblazejewicz/claude-plugins, covering claude.md, repository overview, plugin architecture, command files and plugin: avalonia-dev.
peterblazejewicz/claude-plugins
Plugin Claude Code
Avalonia development tools including project structure review, theming guidance, and MVVM patterns for Avalonia 11.x and 12.x.
peterblazejewicz/claude-plugins
Command
Review Avalonia/MAUI project structure for design tokens, theming, and architecture improvements (supports Avalonia 11.x and 12.x).
peterblazejewicz/claude-plugins
Skill Claude CodeCodex
Use when the user asks to "review Avalonia structure", "review XAML project", "improve theming", "add design tokens", "organize styles", or needs Avalonia/MAUI architecture guidance. Supports Avalonia 11.x and 12.x with version-specific checks.
peterblazejewicz/claude-plugins
Plugin Claude Code
Agent skills for .NET 8+ (Avalonia, ASP.NET Core, Blazor, MAUI, EF Core, xUnit/MSTest). Adapted from addyosmani/agent-skills (MIT).
peterblazejewicz/claude-plugins
Agent
Senior .NET/C# code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance — with .NET 8+ (Avalonia, ASP.NET Core, Blazor, MAUI, EF Core, xUnit/MSTest) framing. Use for thorough code review before merge.
peterblazejewicz/claude-plugins
Agent
.NET/C# security engineer focused on vulnerability detection, threat modeling, and secure coding practices for ASP.NET Core / Blazor / MAUI applications. Use for security-focused code review, threat analysis, or hardening recommendations.
peterblazejewicz/claude-plugins
Agent
.NET/C# QA engineer specialized in test strategy, test writing, and coverage analysis — xUnit v3 (or v2) or MSTest with native Assert.X, WebApplicationFactory, Testcontainers, Microsoft.Playwright, and Avalonia.Headless. Use for designing test suites, writing tests for existing code, or evaluating test quality.
peterblazejewicz/claude-plugins
Agent
.NET web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization for Blazor (Server / WebAssembly / Auto) and ASP.NET Core MVC / Razor Pages front ends. Use for performance-focused audits, CWV analysis, and identifying structural performance anti-patterns in .NET web applications.
peterblazejewicz/claude-plugins
Command
Implement tasks incrementally in .NET — RED/GREEN/REFACTOR, dotnet build, dotnet test, commit. Add "auto" to run the whole plan in one approved pass.
peterblazejewicz/claude-plugins
Command
Simplify C# code for clarity and maintainability — reduce complexity without changing behavior.
peterblazejewicz/claude-plugins
Command
List the .NET skills, subagents, and lifecycle commands shipped by this plugin (adapted from addyosmani/agent-skills — spec-driven development, TDD, code review, security audit, test engineering, and more with .NET 8+, C# 12+, xUnit/MSTest, EF Core, Avalonia framing).
peterblazejewicz/claude-plugins
Command
Break .NET work into small verifiable tasks with acceptance criteria, dotnet CLI verification steps, and dependency ordering.
peterblazejewicz/claude-plugins
Command
Conduct a five-axis code review for .NET/C# changes — correctness, readability, architecture, security, performance.
peterblazejewicz/claude-plugins
Command
Run the .NET pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision with rollback in place.
peterblazejewicz/claude-plugins
Command
Start spec-driven development for a .NET project — write a structured specification before writing C# code.
peterblazejewicz/claude-plugins
Command
Run .NET TDD workflow — write failing xUnit/MSTest tests, implement, verify. For bugs, use the Prove-It pattern.
peterblazejewicz/claude-plugins
Command
Run a web performance audit on a Blazor / ASP.NET Core front end via the web-performance-auditor persona.
peterblazejewicz/claude-plugins
Skill Claude CodeCodex
Guides stable API and interface design for .NET/C# — HTTP endpoints (Minimal APIs or controllers), library surface area, public records/interfaces, EF Core-backed contracts. Use when designing APIs, module boundaries, MyApp.Contracts DTOs, or any public interface where backward compatibility matters.
peterblazejewicz/claude-plugins
Skill Claude CodeCodex
Automates CI/CD pipelines for .NET/C# projects — GitHub Actions (or Azure DevOps Pipelines) with setup-dotnet, quality gates (dotnet format --verify-no-changes, dotnet test, dotnet build -warnaserror, dotnet list package --vulnerable), EF Core migrations, preview deploys, feature-flag-driven rollouts, rollback. Use…
peterblazejewicz/claude-plugins
Skill Claude CodeCodex
Conducts multi-axis code review for .NET/C# changes (correctness, readability, architecture, security, performance). Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main…
peterblazejewicz/claude-plugins
Skill Claude CodeCodex
Simplifies .NET/C# code for clarity without changing behavior. Use when refactoring C# code that works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity. Preserves exact behavior; examples cover TypeScript, Python, React, and C#.