What's New
10 New Skill Packs
Domain knowledge loaded on demand by agents — no repeated prompting needed.
modern-csharp · error-handling · resilience · caching · authentication · vertical-slice · ddd · convention-learner · logging · opentelemetry
9 Knowledge Docs
Reference material agents pull from during code generation.
- Anti-patterns catalogue (13 BAD/GOOD examples)
- Package recommendations by category
- Common infrastructure snippets (
Result<T,E>,GlobalExceptionHandler,IEndpointGroup,PagedList<T>) - .NET 9/10 + EF Core 9 + Polly v8 + xUnit v3 breaking changes
- 5 ADRs: VSA default, Result pattern, EF Core ORM, HybridCache, multi-architecture support
4 New Agents
| Agent | Role |
|---|---|
dnp-build-error-resolver |
Iterative build-error fixing — auto-repair loop, max 5 cycles |
dnp-security-auditor |
OWASP Top 10 audit — secrets, auth config, NuGet CVEs, CORS |
dnp-performance-analyst |
Async hotspots, EF N+1, caching gaps, benchmark design |
dnp-refactor-cleaner |
Dead code, naming normalization, duplication — tests verified after each step |