Agent Skills by Dimitris Sourailidis
Showing 81 vetted skills indexed across 1 GitHub repositories.
research
Fetch .NET information from Microsoft documentation, NuGet registry, and GitHub issues.
init
Initialize .NET projects with .claude/ directory and quality configurations.
learn-from-fix
Convert resolved .NET bug fixes into classified lesson proposals.
full
Automate the full lifecycle of .NET feature delivery from planning to review.
techdebt
Scan .NET codebases for technical debt and outdated dependencies.
intro
Introduce the .NET AI Toolkit commands, agents, Iron Laws, and workflow.
wpf-patterns
Guide WPF MVVM implementation in .NET 8–11 applications with code examples.
compound-docs
Generate structured solution documents for .NET bug fixes and enhancements.
brainstorm
Generate and analyze architectural design alternatives for .NET projects.
intent-detection
Detect user intent from natural-language requests and route to /dotnet:* commands.
verify
Automate .NET code quality checks including restore, build, format, test, and analyzer pass.
security
Configure JWT authentication and policy-based authorization for .NET applications.
plan
Orchestrate research-driven planning workflows for complex .NET features.
deploy
Automate .NET 8–11 deployments with Dockerfile, Kubernetes, and Azure App Service configurations.
investigate
Spawn parallel subagents to analyze reproduction, root cause, impact, and fix strategy.
maui-patterns
Provide .NET MAUI reference patterns for MVVM, Shell navigation, and Dependency Injection.
migration-check
Validate EF Core migrations for destructive operations and backward compatibility.
boundaries
Analyze .NET project structure for Clean Architecture boundary violations.
n-plus-one-check
Detect N+1 query patterns in Entity Framework Core code.
quick
Make small code changes and verify them with build and test commands.
triage
Categorize consolidated code review findings by severity and generate a prioritized action plan.
document
Generate XML doc comments, READMEs, and OpenAPI descriptions from .NET source code.
api-design
Assess ASP.NET Core API design against DTO, validation, middleware, and error handling best practices.
observability
Implement OpenTelemetry tracing, metrics, logging, and health checks in .NET 8-11 applications.