What problem does it solve?
This Skill gives agents a precise mental model of SKMTC so they can design and extend infrastructure around the code generation engine without relying on incorrect assumptions about plugin registries, dependency graphs, worker execution, caching, or runtime behavior.
Core Features & Use Cases
- Architecture Understanding: Explains the Parse, Generate, and Render pipeline, the engine and host layers, and the Deno Worker boundary.
- Infrastructure Design: Guides development of hosted generation APIs, schema and generator registries, SaaS platforms, tracing systems, provenance tooling, and platform-level CI integrations.
- Operational Contracts: Covers deterministic cold runs, memoization-based generator coordination, manifest diagnostics, attribution sidecars, generation maps, package dependencies, and security boundaries.
- Use Case: Use this Skill when building a service around SKMTC that accepts OpenAPI or GraphQL schemas, executes bundled generators, caches complete results, persists manifests, and exposes provenance data for downstream tooling.
Quick Start
Ask the SKMTC architecture skill to explain how to build a hosted generation service around the toArtifacts engine while preserving its worker, manifest, caching, and provenance contracts.