What problem does it solve? When wiring an Intent Architect module against one of the built-in Domain, Services, Eventing, or User Interface designers, the NuGet PackageId, Intent module id, API namespace, and assembly name follow inconsistent conventions that cause confusing late failures if mixed up. This Skill provides the verified identities, entry points, element/association/stereotype references, and the exact three-file wiring recipe so the integration compiles and installs correctly. ## Core Features & Use Cases - Identity resolution: Maps each designer's four identities (NuGet PackageId, module id, API namespace, assembly) and flags the deliberate Modules. segment mismatches, including per-extension-module inconsistencies. - Three-file wiring recipe: Shows the verbatim .csproj PackageReference, .imodspec dependency, and metadata-only modules.config install pattern (Install Designer Metadata only). - Per-designer API references: Documents elements, associations, stereotypes, mappings, extension modules, and worked C# snippets for Domain, Services, Eventing, and User Interface designers. - Use Case: You are building a module that generates repositories from domain entities. Use this Skill to confirm the correct Intent.Modules.Modelers.Domain PackageReference, the Intent.Modelers.Domain imodspec dependency, and the metadataManager.Domain(app).GetClassModels() entry point before writing any code. ## Quick Start Ask the assistant to look up the install identity and entry points for the Domain designer so your module can reference ClassModel entities.