Agent Skills by Diego Josimar de Souza Sá
Showing 17 vetted skills indexed across 2 GitHub repositories.
persistence-shared-infrastructure-dotnet10
Manage shared database connections and Dapper usage in .NET applications.
skill-creator
Guide users through defining, testing, and optimizing AI skill specifications.
api-backend-dotnet
Build HTTP backends in .NET 8/10 with controller-first design and standardized error handling.
async-processing-dotnet
Automate asynchronous task management in .NET 8/10 with background services and retry logic.
persistence-dapper-dotnet10
Standardize database persistence in .NET 8/10 applications using Dapper.
architecture-clean-70-dotnet
Create a 70% Clean Architecture structure for .NET projects with API and Lambda entry points.
security
Configures JWT authentication, secret handling, rate limiting for APIs.
external-api-refit
Configure Refit clients with resilience, error mapping, and logging for external REST APIs.
technical-stories
Create and manage technical stories with subtasks and dev-tracking timelines.
database-persistence
Configure EF Core repositories, DbContext, and migrations for data access.
observability
Implement structured logging, metrics, tracing, and health checks in . .NET using OpenTelemetry and ILogger<T>.
api-response-standardization
Standardize RESTful API responses with a unified envelope and global exception middleware.
lambda-api-hosting
Configure .NET 10 Lambda APIs behind AWS API Gateway with path prefixes and stages.
testing
Standardizes .NET testing with xUnit, Moq, SpecFlow, and CI/CD workflows.
sonarcloud-dotnet
Integrate .NET projects with SonarCloud via GitHub Actions for static analysis and coverage.
validation-fluentvalidation
Create FluentValidation validators for InputModels in Clean Architecture.
performance-optimization
Optimize .NET application performance by reducing allocations with Span<T>, ArrayPool, and ValueTask.