domaincraft-core
Domain-model contract for AI agents. Load it when modeling a domain, writing or editing domain.yaml, or attaching business logic to generated entities — it front-loads the contract and what you can and cannot touch.
Dedicated agent skills let AI assistants work with a DomainCraft project correctly — modeling the domain, validating domain.yaml and extending generated code without breaking the contract.
Domain-model contract for AI agents. Load it when modeling a domain, writing or editing domain.yaml, or attaching business logic to generated entities — it front-loads the contract and what you can and cannot touch.
Working with code generated by the csharp-restful bridge — an ASP.NET Core REST API (EF Core + PostgreSQL + JWT). Implement business logic in the generated services, or extend *.g.cs vs custom partials. Always loads domaincraft-core alongside.
Skills are loaded by your agent on demand. To install them, follow the skills guide for your assistant — Cursor, Claude Code or Copilot.