Stats
Actions
Tags
From api-standards
Guide Prisma schema changes — edit schema, create migration, regenerate client, remind to sync downstream consumers
How this skill is triggered — by the user, by Claude, or both
Slash command
/api-standards:sync-migrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide the full schema change process for a Prisma-based API service.
Guide the full schema change process for a Prisma-based API service.
prisma/schema.prismanpx prisma generate to update the Prisma clientnpx prisma migrate dev --name <descriptive-name>npx tsc --noEmit and your lint command to confirm no type errorsadd-user-preferences, rename-article-status, etc.npx claudepluginhub pixelcrafts-app/claude-craft --plugin api-standardsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.