ronnythedevronnythedevCommunityยท23 Agent Skills Included

dotnet-clean-architecture-skills

Production-grade .NET Clean Architecture, CQRS, and DDD code generation

Generates production-ready .NET code following Clean Architecture, CQRS, and Domain-Driven Design patterns. Covers entities, repositories, MediatR handlers, validation, JWT auth, background jobs, email, testing, and database best practices. Eliminates repetitive boilerplate and inconsistent patterns so your coding assistant produces correct, convention-matching code every time.
npx skills add ronnythedev/dotnet-clean-architecture-skills --all -g -y

All Skills in This Repository (23)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

ef-core-configuration

Generate Entity Framework Core Fluent API configurations for .NET 8+ domain entities.

Community
Advanced
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

email-service

Send transactional emails via SendGrid with templated content and localization.

Community
Intermediate
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

audit-trail

Generate audit trails for .NET EF Core entities with UTC timestamps and user attribution.

Community
Intermediate
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

integration-testing

Automate ASP.NET Core integration tests with Testcontainers and Respawn.

Community
Advanced
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

domain-entity-generator

Generate DDD-aligned domain entities with factory methods and domain events.

Community
Basic
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

dapper-query-builder

Generate optimized Dapper read queries with multi-mapping, pagination, and dynamic filtering.

Community
Intermediate
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

pipeline-behaviors

Compose MediatR pipeline behaviors for logging, validation, and exception handling.

Community
Advanced
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

unit-testing

Generate xUnit unit tests for Clean Architecture command and query handlers.

Community
Intermediate
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

jwt-authentication

Configure JWT Bearer authentication for .NET APIs with token issuance and validation.

Community
Advanced
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

cqrs-command-generator

Generate CQRS commands, validators, and handlers for .NET applications.

Community
Intermediate
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

dotnet-clean-architecture

Scaffold a layered .NET solution with Clean Architecture boundaries.

Community
Advanced
๐Ÿ“ฆ In Repo
ronnythedevronnythedev

quartz-background-jobs

Schedule recurring .NET background jobs with Quartz.NET cron triggers.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install dotnet-clean-architecture-skills?โ–ผ

Run `npx skills add ronnythedev/dotnet-clean-architecture-skills --all -g -y` in your terminal to install all skills globally.

What problems do these .NET skills solve?โ–ผ

They teach your coding assistant to generate proper Clean Architecture code with private setters, factory methods, domain events, Result pattern error handling, and CQRS handlers instead of generic boilerplate.

Which coding assistants are supported?โ–ผ

The skills work with Claude Code, Codex, GitHub Copilot, and Cursor through the standard SKILL.md format.

How do I scaffold a new .NET project with these skills?โ–ผ

Start with the dotnet-clean-architecture skill to create the solution structure, then follow the included recipes to add CRUD features, authentication, background jobs, and testing.

Do I need to know DDD or CQRS to use these skills?โ–ผ

No. Each skill embeds the patterns and rules directly, so your assistant generates correct implementations from plain-English requests without you explaining the architecture.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’