What problem does it solve? Prisma Composer apps are built from typed declarations whose wiring, deploy, and testing rules cannot be inferred from code or CLI help output alone. This Skill supplies the conceptual model—declarations, ports, contracts, migrations, stages, and failure modes—needed to correctly build, deploy, and debug a Prisma Composer application. ## Core Features & Use Cases - Architecture guidance: Explains services, resources, modules, typed ports, and how the compiler verifies every wire before deploy. - Deploy and environment workflows: Covers converge-based deploys, stages, destroy semantics, the alchemy engine underneath, and local development with dev. - Testing and troubleshooting: Details mockService and bootstrapService testing seams plus a quick reference of common failure modes like MIGRATION_PATH_NOT_FOUND and effect version conflicts. - Use Case: When deploying a Prisma Cloud app with @prisma/composer, use this Skill to correctly wire a postgres database dependency, author migrations with prisma migration plan, and diagnose why a deployed /rpc/<method> returns 401 to unwired callers. ## Quick Start Ask the AI to explain how to wire a Postgres database dependency into a Prisma Composer service and deploy it to a new stage.