A Claude Code plugin marketplace for turning a Mermaid class diagram of a domain model into a fully implemented, tested microservice — one layer at a time.
Discovers pattern files in a folder, interviews the user per-pattern to collect metadata, then spawns skill-from-pattern agents to convert each selected pattern into a skill. Invoke with: /convert-patterns.
Discovers every agent and skill inside a plugin directory and dispatches the description-trimmer agent on each one to shrink overly verbose frontmatter descriptions. Use when the harness warns about large cumulative agent or skill descriptions, or when bulk-cleaning a plugin's metadata. Invoke with: /trim-descriptions.
Orchestrates end-to-end application generation for an aggregate diagram by spawning the application-spec:specs-generator and then application-spec:code-generator agents. Invoke with: /application-spec:generate-application.
Umbrella catalog of all application-spec pattern references. Each pattern lives in a sibling folder of this file — / containing index.md (the pattern doc). Load to resolve pattern names to their reference docs by path instead of per-pattern skill invocations.
Application-layer code updater — the gather → implement → review flow that propagates commands/queries and ops deltas into the application service source. Invoke with: /application-spec:update-code [--review].
Surgically updates the application service specs (commands.specs.md, queries.specs.md, services.md) from domain/diagram changes. Invoke with: /application-spec:update-specs.
Orchestrates end-to-end domain generation for an aggregate diagram by spawning the domain-spec:specs-generator and then domain-spec:code-generator agents. Invoke with: /domain-spec:generate-domain.
Initializes the project-wide domain scaffolding (project package discovery, src/ /domain/ with shared/, src/tests/ with conftest and unit/). Aggregate-agnostic — run once per project before any @domain-spec:code-generator invocation. Invoke with: /init-domain.