Ronny Delgado
Community@ronnythedev · Costa Rica
Software Engineer | Full Stack Developer | Book Lover | Movie Buff | Tech Enthusiast
Agent Skills by Ronny Delgado
Showing 23 vetted skills indexed across 1 GitHub repositories.
ef-core-configuration
Generate Entity Framework Core Fluent API configurations for .NET 8+ domain entities.
email-service
Send transactional emails via SendGrid with templated content and localization.
audit-trail
Generate audit trails for .NET EF Core entities with UTC timestamps and user attribution.
integration-testing
Automate ASP.NET Core integration tests with Testcontainers and Respawn.
domain-entity-generator
Generate DDD-aligned domain entities with factory methods and domain events.
dapper-query-builder
Generate optimized Dapper read queries with multi-mapping, pagination, and dynamic filtering.
pipeline-behaviors
Compose MediatR pipeline behaviors for logging, validation, and exception handling.
unit-testing
Generate xUnit unit tests for Clean Architecture command and query handlers.
jwt-authentication
Configure JWT Bearer authentication for .NET APIs with token issuance and validation.
cqrs-command-generator
Generate CQRS commands, validators, and handlers for .NET applications.
dotnet-clean-architecture
Scaffold a layered .NET solution with Clean Architecture boundaries.
quartz-background-jobs
Schedule recurring .NET background jobs with Quartz.NET cron triggers.
repository-pattern
Generate EF Core repository interfaces and implementations for aggregate roots.
result-pattern
Replace exceptions with Result and Error types in domain logic.
domain-events-generator
Generate domain events, handlers, and Outbox integration using MediatR.
permission-authorization
Implement permission-based authorization in .NET apps with HasPermission attributes and dynamic policies.
specification-pattern
Encapsulate EF Core query logic into reusable, composable specifications with criteria, includes ordering and paging.
outbox-pattern
Persist domain events with aggregates and process them via a scheduled background job.
fluent-validation
Generate FluentValidation validators for .NET commands and queries.
email-service-aws-ses
Sends templated email via AWS SES from .NET apps with placeholder replacement.
health-checks
Configure ASP.NET Core health checks for liveness, readiness, and dependencies.
api-controller-generator
Generate ASP.NET Core RESTful API controllers with MediatR, versioning, and authorization.
cqrs-query-generator
Generate CQRS read-side queries and handlers with Dapper for .NET 8+ projects.