By grexyloco
14 spezialisierte AI-Agents und 27 Skills für .NET 10, PowerShell Core, Azure und GitHub Actions
.NET application architecture — Modular Monolith, Microservices, Clean Architecture for Blazor, MAUI, ASP.NET Core. Solution structure, architecture pattern decisions, technical design. USE FOR: making architecture decisions, structuring solutions, choosing between architectural patterns. DO NOT USE FOR: writing code (use dotnet-developer) or CI/CD pipeline design (use automation-architect). Read-only — decides, never writes code.
CI/CD pipeline architecture, PowerShell module structure, GitHub Packages, release strategy, workflow run analysis. USE FOR: designing pipelines, structuring automation projects, planning release strategies, analyzing workflow run patterns. DO NOT USE FOR: writing PowerShell code (use powershell-engineer), app architecture (use app-architect), or debugging failed runs (load github-actions-debugging skill). Read-only — defines architecture, never writes code.
Azure resources, .NET Aspire integration, Application Insights, OpenTelemetry, monitoring, logging, alerting — always includes EU-sovereign alternatives with cost comparison. USE FOR: cloud infrastructure design, observability setup, Azure resource provisioning. DO NOT USE FOR: writing .NET application code (use dotnet-developer) or app architecture decisions (use app-architect).
Code review for .NET (C# 14) and PowerShell — architecture conformity, best practices, performance, naming, testability, maintainability. Severity levels: Blocker, Important, Improvement, Note. USE FOR: reviewing code quality, checking architecture conformity, pull request reviews. DO NOT USE FOR: security vulnerability scanning (use security-auditor) or writing/fixing code (use dotnet-developer or powershell-engineer). Read-only — reviews only, never edits code.
EF Core database engineering — DbContext design, entity configuration, migrations, schema design, query optimization, seed data, index design. USE FOR: designing database schemas, creating and reviewing migrations, optimizing queries. DO NOT USE FOR: general .NET development (use dotnet-developer) or security audits (use security-auditor).
.NET Aspire AppHost, Service Defaults, integrations (Postgres, Redis), service discovery, health checks, Polly resilience, telemetry pipeline. USE FOR: configuring Aspire orchestration, adding service references, setting up cloud-native distributed applications. DO NOT USE FOR: Aspire integration tests (use aspire-integration-testing) or Azure Monitor alerts (use azure-monitoring).
.NET Aspire integration testing — DistributedApplicationTestingBuilder, AppHost test fixtures, service mocking, health check validation, TUnit with ClassDataSource. USE FOR: writing and debugging integration tests against Aspire-orchestrated services. DO NOT USE FOR: Aspire app configuration (use aspire-architecture) or unit tests without Aspire (use tunit-patterns).
Azure Monitor, Application Insights, OpenTelemetry — metrics, traces, logs, custom Meter/Counter/Histogram, SLO-based alerts, Aspire Dashboard. USE FOR: configuring monitoring pipelines, creating alert rules, instrumenting .NET services with OpenTelemetry. DO NOT USE FOR: Aspire AppHost configuration (use aspire-architecture) or general Azure resource provisioning (use azure-specialist agent).
Blazor Server, WASM, Hybrid, Static SSR patterns for .NET 10 — render mode decisions, component architecture, code-behind, state management, EventCallback, cascading values, @key, IDisposable. USE FOR: building Blazor components, choosing render modes, implementing state management. DO NOT USE FOR: Blazor inside MAUI (use maui-blazor-hybrid) or Blazor UI E2E tests (use playwright-blazor-testing).
Conventional Commits — type/scope/description format (feat, fix, docs, refactor, perf, test, chore, ci), breaking changes, scopes (.NET, CI/CD, PowerShell), SemVer mapping. USE FOR: writing commit messages, validating commit format, understanding version-bump rules. DO NOT USE FOR: release process or branching (use releaseflow-domain) or changelog file creation (use release-management).
Matches all tools
Hooks run on every tool call, not just specific ones
External network access
Connects to servers outside your machine
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.
Kuratierte Sammlung von 14 Custom Agents (13 spezialisierte + 1 Orchestrator), 27 Skills und 2 MCP-Server für VS Code Copilot, Visual Studio 2026 und Claude Code. Optimiert für .NET 10, C# 14, Blazor, MAUI, PowerShell Core, GitHub Actions und Azure.
→ Ausführliche Installationsanleitung — Alle Methoden, Multi-Repo-Setup, Token-FAQ und offizielle Quellen.
Schnellstart (Plugin — einmal installieren, in allen Repos verfügbar):
/plugin marketplace add GrexyLoco/K.Agents
/plugin install kagents@K.Agents
Schnellstart (VS Code Settings):
{
"chat.plugins.enabled": true,
"chat.plugins.marketplaces": ["GrexyLoco/K.Agents"]
}
| Agent | Beschreibung | Model |
|---|---|---|
| Orchestrator | Automatisches Routing — analysiert Aufgabe und delegiert sofort | Haiku |
Nutzung: Orchestrator im Agent-Picker wählen (Copilot Chat, Claude Code) oder direkt in der CLI starten.
| Agent | Beschreibung | Model |
|---|---|---|
| Planning Agent | Feature-Planung → GitHub Issues/Milestones | Opus |
| App Architect | .NET/Blazor/MAUI Architektur, Modular Monolith | Opus |
| Automation Architect | CI/CD, Workflows, Release-Strategie | Opus |
| Agent | Beschreibung | Model |
|---|---|---|
| .NET Developer | C# 14, Blazor, MAUI, APIs | Sonnet |
| PowerShell Engineer | Cross-Platform PS Core, GitHub Actions | Sonnet |
| Azure Specialist | Aspire, Monitoring + EU-Alternativen | Sonnet |
| Database Engineer | EF Core, Migrations, Performance | Sonnet |
| Agent | Beschreibung | Model |
|---|---|---|
| TUnit Tester | .NET Tests mit TUnit | Sonnet |
| Pester Tester | PowerShell Tests mit Pester 5.6 | Sonnet |
| Security Auditor | OWASP, Dependency Scanning | Sonnet |
| Code Reviewer | Patterns, Performance, Architektur | Opus |
| Agent | Beschreibung | Model |
|---|---|---|
| Documentation | README, Changelog, API-Docs | Sonnet |
| Git Forensics | Blame, Bisect, Conventional Commits | Sonnet |
| Kategorie | Skills |
|---|---|
| C# / .NET | csharp-patterns, minimal-api-patterns |
| Blazor | blazor-patterns |
| MAUI | maui-patterns |
| Aspire | aspire-architecture |
| EF Core | efcore-patterns |
| Testing | tunit-patterns, pester-patterns |
| CI/CD | github-actions-patterns, github-actions-debugging |
| PowerShell | powershell-module-design |
| Azure | azure-monitoring |
| Security | owasp-dotnet |
| Release | release-management, conventional-commits |
| ReleaseFlow | releaseflow-domain, releaseflow-coding-patterns |
14 spezialisierte AI-Agents und 27 Skills für .NET 10, PowerShell Core, Azure und GitHub Actions
npx claudepluginhub grexyloco/k.agents --plugin kagentsAgent coordination and meta-programming - multi-agent orchestration, workflow automation. Works best with other voltagent plugins installed.
Azure SDK patterns and best practices for .NET developers covering AI, resource management, identity, messaging, and Key Vault libraries.
Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.
Editorial "Azure AI & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.
A curated collection of production-ready agentic skills for Microsoft Azure development. Installs 193+ skills covering Azure compute, data, AI/ML, networking, security, and management services. Built from Microsoft Learn documentation and following the Agent Skills open standard.