Awesome-omni-skill prisma-docs
Local Prisma documentation reference. Use when asked about Prisma ORM, Prisma Client, Prisma Schema, migrations, database queries, Prisma Accelerate, or Prisma Postgres.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/prisma-docs" ~/.claude/skills/diegosouzapw-awesome-omni-skill-prisma-docs && rm -rf "$T"
manifest:
skills/development/prisma-docs/SKILL.mdsource content
Prisma Documentation
Prisma is a next-generation ORM for Node.js and TypeScript. It provides type-safe database access, declarative schema definitions, and automated migrations for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, and CockroachDB.
Navigation Guide
Getting Started:
references/100-getting-started/ - Installation and quickstart (34 files)
- Setup guides for all supported databases
Prisma ORM:
references/200-orm/ - Core ORM documentation (256 files)
- ORM quickstart025-getting-started/
- Schema language and data modeling100-prisma-schema/
- Query API and CRUD operations200-prisma-client/
- Database migrations300-prisma-migrate/
- API reference500-reference/
Prisma Postgres:
references/250-postgres/ - Managed PostgreSQL (55 files)
Prisma Accelerate:
references/300-accelerate/ - Global caching layer (9 files)
Guides:
references/800-guides/ - Tutorials and how-tos (43 files)
AI Integration:
references/900-ai/ - AI/ML integrations (7 files)
Key Entry Points
| Task | Start Here |
|---|---|
| Getting started | |
| Schema definition | |
| Database queries | |
| Migrations | |
| API reference | |
When to use
Use this skill when the user asks about:
- Prisma ORM setup and configuration
- Prisma Schema syntax and data modeling
- Database queries with Prisma Client
- Database migrations
- Prisma Accelerate caching
How to find information
- First, read
to see all 415 documentation files organized by directoryreferences/STRUCTURE.md - Use Navigation Guide to find the section
- Check Key Entry Points for common tasks
- For API details:
references/200-orm/500-reference/
STRUCTURE.md contains a complete file listing - always check it first when searching for specific topics.