Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Claude-DotNet-Ultimate

Claude-DotNet-Ultimate contient 16 skills collectées depuis yousefnajjar, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
16
Stars
5
mis à jour
2026-04-23
Forks
0
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

dotnet-api-endpoint
Développeurs de logiciels

Create ASP.NET Core Minimal API endpoints with proper routing, validation, and error handling. Default HTTP skill for this repository (src/Api). Use when user says "add endpoint", "create API route", "new endpoint", "REST API", "minimal API", "map route", or asks to expose functionality via HTTP. Do NOT use for domain logic or infrastructure. Do NOT use dotnet-mvc for the same work — API-only and Minimal API projects should never load dotnet-mvc unless the user explicitly adds MVC/Razor.

2026-04-23
dotnet-code-review
Analystes en assurance qualité des logiciels et testeurs

Review .NET code for quality, security, performance, and architectural compliance following DDD and Clean Architecture standards. Use when user says "review code", "code review", "PR review", "check quality", "review my changes", or asks for feedback on code. Also use proactively after significant code changes. For this repository, API/Minimal API code in src/Api must not be reviewed against MVC/Razor expectations; do not suggest dotnet-mvc patterns unless the work is explicitly MVC.

2026-04-23
dotnet-enterprise
Développeurs de logiciels

Generate and maintain .NET 10 enterprise repositories with Clean Architecture, DDD, CQRS, MassTransit, and cloud-native patterns. Use when user says "create a new .NET project", "set up microservices", "add DDD patterns", "configure MassTransit", "set up RabbitMQ", "add OpenTelemetry", "implement distributed caching", "set up Docker", or asks for "enterprise .NET", "CQRS architecture", "Clean Architecture", "event-driven microservices". Do NOT use for simple scripts or console apps without architecture needs.

2026-04-23
dotnet-mvc
Développeurs de logiciels

OPT-IN ONLY. ASP.NET Core MVC, Razor, Controllers, server-rendered UI. Use ONLY when the user explicitly chose or is building an MVC/Razor/Controllers+Views app, or adds a separate MVC web project. Do NOT use for API-only, Minimal API, REST, or this repo’s src/Api (use dotnet-api-endpoint). Do NOT use just because the project is "ASP.NET Core" or "web".

2026-04-23
find-dotnet-skills
Développeurs de logiciels

Discover and navigate the available .NET enterprise skills in this project. Use when user says "what skills are available", "find skill", "list skills", "which skill should I use", or asks about .NET skill capabilities. Do NOT use for general "help me with" requests unrelated to skill discovery. Remind that API/Minimal API work uses dotnet-api-endpoint, not dotnet-mvc, unless the user explicitly chose MVC/Razor.

2026-04-23
dotnet-enterprise
Développeurs de logiciels

Generate .NET 10 enterprise repositories with Clean Architecture, DDD, CQRS, MassTransit, and cloud-native patterns. Use when user says "create a new .NET project", "set up microservices", "add DDD patterns", "configure MassTransit", "set up RabbitMQ", "add OpenTelemetry", "implement distributed caching", "set up Docker", or asks for "enterprise .NET", "CQRS architecture", "Clean Architecture", "event-driven microservices".

2026-04-23
dotnet-mvc
Développeurs web

OPT-IN ONLY. ASP.NET Core MVC, Razor, Controllers, server-rendered UI. Use ONLY when the user explicitly chose or is building an MVC/Razor/Controllers+Views app, or adds a separate MVC web project. Do NOT use for API-only, Minimal API, REST, or this repo’s src/Api (use dotnet-api-endpoint). Do NOT use just because the project is "ASP.NET Core" or "web".

2026-04-23
find-dotnet-skills
Développeurs de logiciels

Discover and navigate the available .NET enterprise skills in this project. Use when user says "what skills are available", "find skill", "list skills", "which skill should I use", or asks about .NET skill capabilities. Do NOT use for general "help me with" requests unrelated to skill discovery. Remind that API/Minimal API work uses dotnet-api-endpoint, not dotnet-mvc, unless the user explicitly chose MVC/Razor.

2026-04-23
dotnet-cqrs-feature
Développeurs de logiciels

Create CQRS command/query handlers with vertical slice architecture using MediatR and FluentValidation. Use when user says "add feature", "create command", "create query", "add CQRS handler", "vertical slice", "new use case", or asks to implement business operations. Do NOT use for domain entities or infrastructure.

2026-04-12
dotnet-ddd-entity
Développeurs de logiciels

Create DDD domain entities, aggregate roots, value objects, and strongly-typed IDs following enterprise patterns. Use when user says "create entity", "add aggregate", "new value object", "domain model", "strongly-typed ID", or asks to model domain concepts. Do NOT use for DTOs, database models, or infrastructure concerns.

2026-04-12
dotnet-docker-deploy
Administrateurs de réseaux et de systèmes informatiques

Configure Docker, Docker Compose, .NET Aspire orchestration, and CI/CD pipelines for .NET 10 applications. Use when user says "dockerize", "add Docker", "docker-compose", "Aspire setup", "deploy", "CI/CD", "GitHub Actions", "production deployment", "containerize", or asks about deployment and orchestration.

2026-04-12
dotnet-domain-event
Développeurs de logiciels

Create domain events and MassTransit consumers for event-driven architecture with RabbitMQ. Use when user says "add event", "create consumer", "domain event", "publish event", "MassTransit", "message handler", "event-driven", "RabbitMQ", or asks about asynchronous communication between services. Do NOT use for synchronous command handling.

2026-04-12
dotnet-ef-migration
Architectes de bases de données

Manage EF Core migrations, entity configurations, and database schema for PostgreSQL. Use when user says "add migration", "database update", "entity configuration", "fluent API", "configure table", "EF Core mapping", "schema change", or asks about persistence layer. Do NOT use for domain logic or application features.

2026-04-12
dotnet-hybrid-cache
Développeurs de logiciels

Implement HybridCache with L1 Memory and L2 Redis for distributed caching with pub/sub invalidation. Use when user says "add caching", "cache this", "HybridCache", "Redis cache", "cache invalidation", "improve performance with cache", or asks about caching strategies. Do NOT use for database or messaging concerns.

2026-04-12
dotnet-integration-test
Analystes en assurance qualité des logiciels et testeurs

Write unit and integration tests using xUnit, Moq, FluentAssertions, and Testcontainers with real PostgreSQL, Redis, and RabbitMQ. Use when user says "write tests", "add test", "integration test", "unit test", "testcontainers", "test coverage", or asks to verify functionality. Do NOT use for production code.

2026-04-12
dotnet-observability
Administrateurs de réseaux et de systèmes informatiques

Configure OpenTelemetry tracing, metrics, and Serilog structured logging for .NET 10 applications. Use when user says "add logging", "set up tracing", "OpenTelemetry", "Serilog", "observability", "monitoring", "metrics", "distributed tracing", "structured logging", or asks about debugging production issues.

2026-04-12