By j0ruge
Complete C#/.NET WPF development toolkit — project setup & audit, Fluent Design guide (90+ controls), WinForms-to-WPF MVVM migration, and FlaUI E2E testing.
Configura e audita projetos C#/.NET desktop (WinForms, WPF, Avalonia) para desenvolvimento assistido por Claude Code em Windows. Gera ou atualiza CLAUDE.md (global e por projeto), regras escopadas em .claude/rules/, .editorconfig, Directory.Build.props, global.json e hooks de pre-commit. Audita codebase existente para detectar acoplamento UI/logica, God Classes, e violacoes arquiteturais, recomendando refatoracao estrutural e desacoplamento. Use quando o usuario quiser: configurar projeto .NET desktop para Claude Code; criar ou melhorar CLAUDE.md de projeto C#; adicionar padroes de codificacao e convencoes de teste ao projeto; auditar acoplamento ou arquitetura do codebase; preparar ambiente de desenvolvimento Windows para IA; migrar projeto .NET Framework para .NET 8+ e reconfigurar tooling. NAO use para: escrever testes ou codigo especifico, resolver erros de compilacao, deploy/CI-CD, projetos web/API/mobile, adicionar bibliotecas, ou otimizacao de performance.
Guia de design profissional para WPF/XAML com Fluent Design (WPF-UI). Catalogo de solucoes documentadas para problemas de layout, espacamento, tipografia, sizing de controles e dark theme. Use quando o usuario quiser: corrigir layout de formulario WPF; ajustar espacamento entre campos; resolver toolbar/header que rola junto com conteudo; aumentar tamanho de controles pequenos ou com texto cortado; melhorar respiro visual entre secoes; aplicar tipografia Fluent Design; usar cores corretas de dark theme; diagnosticar problemas de ScrollViewer aninhado; alinhar labels com campos; auditar qualidade visual de uma pagina XAML. Tambem use quando o usuario mencionar "design WPF", "layout XAML", "campos pequenos", "texto cortado", "espacamento", "respiro", "controle apertado", "formulario feio", "dark theme cores", "Fluent Design tokens", "ScrollViewer problema", ou "toolbar rola". NAO use para: setup inicial de projeto (use dotnet-desktop-setup), MVVM/ViewModel (use dotnet-wpf-mvvm), testes E2E (use dotnet-wpf-e2e-testing), logica de negocio, APIs, deploy.
Guia completo para criar testes E2E de aplicações WPF com FlaUI e xUnit. Configura projeto de testes, adiciona AutomationIds ao XAML, cria Page Objects, implementa test base class, e lida com file dialogs via IFileDialogService. Use quando o usuário quiser: criar testes E2E para WPF; adicionar testes de UI automatizados; configurar FlaUI em projeto .NET; testar fluxos de usuário em telas WPF; adicionar AutomationId a controles XAML; criar smoke tests para janelas WPF; automatizar testes de interface desktop Windows; configurar CI/CD para testes de UI; testar aplicação WPF-UI (Fluent); criar Page Objects para testes FlaUI. Também use quando o usuário mencionar "FlaUI", "teste E2E WPF", "automação de UI", "smoke test desktop", "teste de interface WPF", "AutomationId", "UI automation", ou "testar tela WPF". NÃO use para: testes unitários de ViewModel (use dotnet-wpf-mvvm), testes de API/web, testes com Selenium/Playwright (browsers), ou deploy/CI-CD genérico.
Guia completo para migrar projetos WinForms para WPF com MVVM usando CommunityToolkit.Mvvm e WPF-UI. Cria ViewModels, configura DataBinding, Commands, navegacao e DI. Use quando o usuario quiser: migrar WinForms para WPF; adicionar MVVM a projeto WPF existente; criar ViewModel para uma tela; configurar navegacao WPF-UI com MVVM; substituir code-behind por bindings e commands; configurar DI com Microsoft.Extensions.Hosting em WPF; usar CommunityToolkit.Mvvm (ObservableProperty, RelayCommand); criar ObservableCollection para listas; implementar Messenger para comunicacao entre ViewModels. Tambem use quando o usuario mencionar "MVVM", "ViewModel", "data binding WPF", "migrar WinForms", "code-behind para commands", ou "navegacao WPF". NAO use para: setup inicial de projeto .NET (use dotnet-desktop-setup), testes unitarios, deploy, CI/CD, projetos web/API/mobile, ou configuracao de .editorconfig/CLAUDE.md.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Skills and commands for Claude Code — CI/CD, code review, deployments, releases, and more.
Installation · Plugins · Auto-updates · Team Distribution · References
A curated plugin marketplace for Claude Code by Chewiesoft. Each plugin packages production-ready skills and commands that integrate directly into your Claude Code workflow — no configuration needed beyond install.
# Add the marketplace (pick one)
/plugin marketplace add j0ruge/skills_commands_manager # via GitHub
/plugin marketplace add [email protected]:j0ruge/skills_commands_manager.git # via SSH
Then install any plugin:
/plugin install codereview # or: cicd, deploy, release, statusline, dotnet-wpf
[!TIP] Keep plugins up to date with a single command:
/plugin marketplace update
| Plugin | Version | Category | Description |
|---|---|---|---|
| cicd | 2.3.0 | Development | CI/CD troubleshooting for GitHub Actions, Docker, GHCR, and self-hosted runners |
| codereview | 1.4.0 | Quality | Pre-PR code review with severity grading (A-F), TOCTOU detection, accessibility, and CodeRabbit PR resolver |
| deploy | 1.4.0 | Development | Automated staging deployment with pre-flight checks and pipeline monitoring |
| release | 1.3.0 | Development | GitHub Release creation with categorized notes, multi-stack and monorepo support |
| statusline | 1.3.0 | Customization | Interactive status line setup — cross-platform (Bash + PowerShell), 9 sections |
| dotnet-wpf | 1.1.0 | Development | WPF toolkit — project audit, Fluent Design guide (90+ controls), MVVM migration, E2E testing |
Unified troubleshooting and pipeline configuration for GitHub Actions, Docker, GHCR, and self-hosted runners. Auto-detects backend (Prisma/Biome) or frontend (Vite) projects and routes to specific references.
| Skill | Description |
|---|---|
/cicd | Troubleshoots and configures CI/CD pipelines — 30+ scenarios, 25 lessons learned |
Highlights: project-type detection, tagged troubleshooting ([S] shared / [B] backend / [F] frontend), Jest OOM fixes, Biome 2.x migration, stale Docker image cache handling.
Stack-agnostic pre-PR code review built on The Zen of Python as a universal analysis framework. Five principles — readability, explicitness, simplicity, flatness, and error handling — applied as analysis lenses to any codebase.
| Skill | Description |
|---|---|
/codereview | Full pre-PR review — diffs against base branch, severity-rated findings (CRITICAL → LOW), final grade (A-F) |
/codereview:coderabbit_pr | Resolves CodeRabbit bot comments on a GitHub PR — extracts, triages, fixes, runs regression tests, resolves GitHub conversations |
Analysis layers: Bug Detection · Security · Performance · Type Safety · Test Coverage · Documentation Sync · Race Conditions (TOCTOU) · Accessibility · Data Integrity
Framework presets: react (default) · vue · angular · node · dotnet · generic
Automated deployment commands for staging and production pipelines via CD.
| Command | Description |
|---|---|
/deploy:staging | Syncs main ↔ develop, merges current branch, pushes to trigger CD Staging pipeline |
Highlights: auto-detects branch flow (develop vs feature), pre-flight checks (ESLint, TypeScript, Jest), pipeline monitoring via gh run watch.
Auto-generates categorized release notes from git history and creates a GitHub Release via gh CLI.
| Command | Description |
|---|---|
/release:release [VERSION] [--path DIR] | Generates release notes and creates a GitHub Release |
Multi-stack: C#/.NET · Node.js · Go · Rust · Python
Monorepo: --path filter scopes commits to subdirectories
Contributors: resolved via GitHub API with org membership cross-reference
npx claudepluginhub j0ruge/skills_commands_manager --plugin dotnet-wpfAutomated GitHub Release creation with categorized release notes from git history. Multi-stack (C#/.NET, Node.js, Go, Rust, Python) with --path filter for monorepo component releases. Contributor resolution via org membership cross-reference.
Automated deployment commands — staging and production pipelines via CD
Unified CI/CD troubleshooting and pipeline configuration for GitHub Actions, Docker, GHCR, and self-hosted runners
Interactive setup for Claude Code status line — customize model info, context bar, git branch, cost tracking, and more. Cross-platform: generates Bash (.sh) or PowerShell (.ps1) based on OS.
Code review toolkit: automated pre-PR review with severity grading, TOCTOU race condition detection, accessibility checks, data integrity analysis, and CodeRabbit PR comment resolver with GitHub conversation resolution. Stack-agnostic with TypeScript/React defaults and dotnet preset for C#/.NET projects.
WPF development toolkit for Claude Code with specialized agents and skills for CustomControl, MVVM, XAML styling, and high-performance rendering
Autonomous C#/.NET code review — fail-fast pipeline with mechanical checks + AI sub-agents (performance, architecture, correctness, UI/Blazor)
The definitive Claude Code companion for .NET developers. 45 skills (including 14 slash-command workflows), 10 agents, 10 rules, 5 templates, 15 MCP tools, and automation hooks for modern .NET 10 / C# 14.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks to WinUI 3, or add features to existing WinUI 3 applications.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.