prisma · Prisma Docs
Prisma Agent Skills (/docs/ai/tools/skills)
Teaches how to install and utilize version-specific instruction packages to provide AI coding agents with accurate Prisma v7 knowledge, including CLI commands, Client API, migration paths, and database setup workflows.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Prisma Agent Skills (/docs/ai/tools/skills)
Teaches how to install and utilize version-specific instruction packages to provide AI coding agents with accurate Prisma v7 knowledge, including CLI commands, Client API, migration paths, and database setup workflows.
When To Use
Use when you need to equip an AI agent with accurate Prisma v7 patterns, migration steps from v6, or specific database configuration workflows to prevent hallucinations and outdated code generation.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/prisma-agent-skills-docs-ai-tools-workflow-guide.md | An overview of how Prisma Agent Skills provide AI coding agents with up-to-date API patterns and breaking change awareness to prevent hallucinations. | Questions about an overview of how Prisma Agent Skills provide AI coding agents with up-to-date API patterns and breaking change awar... |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-command.bash | A bash command to add Prisma agent skills using the npx command line interface. | Exact payloads, commands, or snippets shown in A bash command to add Prisma agent skills using the npx command line interface. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-command-2.bash | A bash command demonstrating how to add Prisma agent skills using pnpm dlx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to add Prisma agent skills using pnpm dlx. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-command-3.bash | A bash command demonstrating how to add Prisma agent skills using the yarn dlx command. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to add Prisma agent skills using the yarn dlx command. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-command-4.bash | A bash command to add Prisma agent skills using bunx. | Exact payloads, commands, or snippets shown in A bash command to add Prisma agent skills using bunx. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-command-5.bash | A bash command demonstrating how to add the prisma-client-api skill to the Prisma Agent using npx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to add the prisma-client-api skill to the Prisma Agent using npx. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-command-6.bash | A bash command demonstrating how to add the prisma-client-api skill to the Prisma Agent using pnpm dlx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to add the prisma-client-api skill to the Prisma Agent using pnpm dlx. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-skill-command.bash | A bash command demonstrating how to use yarn dlx to add the prisma-client-api skill to the Prisma Agent. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to use yarn dlx to add the prisma-client-api skill to the Prisma Agent. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-skill-command-2.bash | A bash command demonstrating how to add the prisma-client-api skill to the Prisma Agent using bunx. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to add the prisma-client-api skill to the Prisma Agent using bunx. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-list-command.bash | A bash command to add and list Prisma agent skills using the npx command. | Exact payloads, commands, or snippets shown in A bash command to add and list Prisma agent skills using the npx command. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-list-command-2.bash | A bash command using pnpm dlx to list available Prisma agent skills. | Exact payloads, commands, or snippets shown in A bash command using pnpm dlx to list available Prisma agent skills. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-list-command-3.bash | A bash command using yarn dlx to add and list Prisma agent skills. | Exact payloads, commands, or snippets shown in A bash command using yarn dlx to add and list Prisma agent skills. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-add-list-command-4.bash | A bash command used to list available Prisma agent skills using the bunx CLI. | Exact payloads, commands, or snippets shown in A bash command used to list available Prisma agent skills using the bunx CLI. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-list-command.bash | A bash command demonstrating how to list available Prisma Agent skills using the npx CLI. | Exact payloads, commands, or snippets shown in A bash command demonstrating how to list available Prisma Agent skills using the npx CLI. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-list-pnpm-command.bash | A bash command using pnpm dlx to list available Prisma Agent skills. | Exact payloads, commands, or snippets shown in A bash command using pnpm dlx to list available Prisma Agent skills. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-list-command-2.bash | A bash command using yarn dlx to list available Prisma Agent skills. | Exact payloads, commands, or snippets shown in A bash command using yarn dlx to list available Prisma Agent skills. |
examples/prisma-agent-skills-docs-ai-tools-prisma-agent-skills-list-bunx-command.bash | A bash command used to list available Prisma Agent skills using the bunx CLI. | Exact payloads, commands, or snippets shown in A bash command used to list available Prisma Agent skills using the bunx CLI. |
What This Skill Covers
- Agent Skills (/docs/ai/tools/skills)
- Main sections:
npm,pnpm,yarn,bun,npm.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://www.prisma.io/docs/ai/tools/skills