Wes Shaddix
Community@wshaddix · Atlanta, GA, USA
Agent Skills by Wes Shaddix
Showing 167 vetted skills indexed across 1 GitHub repositories.
dotnet-api-docs
Generate .NET API documentation with DocFX and OpenAPI specifications.
dotnet-secrets-management
Manage .NET application secrets via user secrets and environment variables.
dotnet-csharp-source-generators
Create and consume Roslyn source generators in .NET with incremental design patterns.
dotnet-build-optimization
Diagnose slow .NET builds by analyzing MSBuild binary logs.
dotnet-ui-chooser
Guide .NET UI framework selection by analyzing project requirements against capabilities.
dotnet-tunit-test
Guide .NET developers in writing TUnit tests with assertions and parallelism.
dotnet-performance-patterns
Optimize .NET 8.0+ applications using Span<T>, Memory<T>, and ArrayPool<T>.
dotnet-cli-distribution
Guide .NET CLI distribution strategy selection across Native AOT, framework-dependent, self-contained, and dotnet tool packaging.
agent-browser
Automate browser navigation, form filling, extraction, and screenshots via CLI for AI agents.
http-client-resilience
Configure IHttpClientFactory with Polly retry, circuit breaker, and timeout policies.
dotnet-xml-docs
Write and generate XML documentation comments for .NET code.
dotnet-uno-targets
Provide per-target deployment guidance for Uno Platform applications across multiple platforms.
dotnet-maui-aot
Configure Native AOT compilation for .NET MAUI iOS and Mac Catalyst apps.
dotnet-csharp-modern-patterns
Guide adoption of modern C# features across .NET Target Frameworks.
dotnet-github-docs
Generate GitHub-native documentation templates for .NET projects.
dotnet-agent-gotchas
Identify and correct common AI agent errors in .NET code.
csharp-scripts
Execute single-file C# programs as scripts with NuGet and shebang support.
dotnet-containers
Containerize .NET applications with multi-stage Dockerfiles and dotnet publish.
dotnet-testing-strategy
Select .NET testing strategies using a decision tree for unit, integration, and end-to-end tests.
Razor Pages Patterns
Guide ASP.NET Core Razor Pages development with best practices for structure, validation, and security.
dotnet-channels
Implement thread-safe producer-consumer communication using System.Threading.Channels in .NET.
mjml-email-templates
Generate responsive HTML email templates using MJML with .NET Razor syntax.
snapshot-testing
Facilitate snapshot testing in .NET applications using the Verify framework.
dotnet-data-access-strategy
Compare Entity Framework Core, Dapper, and ADO.NET for .NET data access decisions.