aiskillstore/prisma-postgres-setup
Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database".
This is a copy. The original lives at prisma/prisma-plugin-prisma-postgres-setup.
npx skills add https://github.com/aiskillstore/marketplace --skill prisma-postgres-setup
Take aiskillstore/prisma-postgres-setup from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npm, npx.
Without those the skill loads but fails at the first command.