docs/plans/agent-native/010-skill-platform-cli-routing.md
Two CLIs share the Prisma name: the ORM CLI (prisma from the prisma package: generate,
migrate, studio, mcp, ...) and the Prisma Platform CLI (prisma-cli from @prisma/cli:
auth, project, branch, app build/run/deploy, ...). The platform's docs even suggest
aliasing the latter to prisma in package scripts, so agents cannot rely on the binary name
alone. The existing prisma-compute skill in prisma/skills covers the platform CLI's
workflows; this task adds the disambiguation layer both skills need.
prisma-cli.prisma invocation actually reaches in a given project (check
package.json scripts for the alias, npx prisma -v output shape, which package is
installed).prisma-compute skill's existing stance):
the platform CLI is in beta and its surface moves; run --help on the specific group before
composing commands from memory.init, dev)
that exist in both worlds with different meanings.references/cli-routing.md) linked from both
prisma-cli and prisma-compute SKILL.md files, rather than a new top-level skill.