en un clic
BrewUpErp
BrewUpErp contient 6 skills collectées depuis BrewUp, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Generate the Architecture test class for a new BrewUp module. Produces `<Module>ArchitectureTests.cs` inside `<Module>/BrewUp.<Module>.Tests/Architecture/`. Use whenever a new module folder has been scaffolded and the architecture guard-tests are still missing. WHEN: "generate architecture tests", "add arch tests for <Module>", "create architecture test", "scaffold arch tests".
Expert guidance for the BrewUp ERP solution. Covers naming conventions, dependency injection patterns, and testing. Use when adding new types, registering services, or writing tests.
Use when building or reviewing .NET code that talks to RabbitMQ over AMQP 1.0 with the RabbitMQ.AMQP.Client library. Applies to connection setup, topology management, publishing, consuming, settlement, recovery, RPC, streams, and RabbitMQ-specific AMQP 1.0 address patterns.
Guidance for writing, reviewing, and refactoring idiomatic C# with strong naming, null-safety, async correctness, collections, LINQ, error handling, and maintainability. Use when working directly with C# code.
Guidance for implementing, refactoring, reviewing, and troubleshooting .NET solutions, projects, APIs, workers, libraries, tests, dependency injection, configuration, logging, and packaging. Use when working in a .NET codebase.
Guidance for designing, implementing, and reviewing modular .NET systems with clear module boundaries, contracts, dependency flow, and vertical slices. Use when discussing modular monoliths or strongly bounded .NET architectures.