smithery/jasonz-ncc42

prisma-docs

Local Prisma documentation reference. Use when asked about Prisma ORM, Prisma Client, Prisma Schema, migrations, database queries, Prisma Accelerate, or Prisma Postgres.

Installation

$ npx skills add smithery/jasonz-ncc42 --skill prisma-docs

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/jasonz-ncc42.

npx skills add smithery/jasonz-ncc42

Browse all from smithery/jasonz-ncc42

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,219 B
  • docs SUMMARY.md 188 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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)

  • 025-getting-started/ - ORM quickstart
  • 100-prisma-schema/ - Schema language and data modeling
  • 200-prisma-client/ - Query API and CRUD operations
  • 300-prisma-migrate/ - Database migrations
  • 500-reference/ - API 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 references/100-getting-started/
Schema definition references/200-orm/100-prisma-schema/
Database queries references/200-orm/200-prisma-client/
Migrations references/200-orm/300-prisma-migrate/
API reference references/200-orm/500-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

  1. First, read references/STRUCTURE.md to see all 415 documentation files organized by directory
  2. Use Navigation Guide to find the section
  3. Check Key Entry Points for common tasks
  4. For API details: references/200-orm/500-reference/

STRUCTURE.md contains a complete file listing - always check it first when searching for specific topics.