smithery/olorehq

olore-prisma-latest

Local Prisma documentation reference (latest). Prisma ORM documentation. Use for Prisma Client, Schema, migrations, database queries, Prisma Accelerate, and Prisma Postgres.

Installation

$ npx skills add smithery/olorehq --skill olore-prisma-latest

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/olorehq · top by installs.

npx skills add smithery/olorehq

Browse all from smithery/olorehq

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 1,958 B
  • docs SUMMARY.md 196 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Prisma Documentation

Prisma ORM documentation. Use for Prisma Client, Schema, migrations, database queries, Prisma Accelerate, and Prisma Postgres.

Quick Reference

Task Entry Point
Getting started contents/docs/(index)/getting-started.mdx
CRUD queries contents/docs/orm/prisma-client/queries/crud.mdx
Schema reference contents/docs/orm/reference/prisma-schema-reference.mdx
Client API reference contents/docs/orm/reference/prisma-client-reference.mdx
Migrations contents/docs/orm/prisma-migrate/getting-started.mdx
Relations contents/docs/orm/prisma-schema/data-model/relations/index.mdx
Error reference contents/docs/orm/reference/error-reference.mdx
Connection pooling contents/docs/orm/prisma-client/setup-and-configuration/databases-connections/connection-pool.mdx

When to use

Use this skill when the user asks about:

  • Prisma Client setup, instantiation, and configuration
  • CRUD operations, filtering, sorting, pagination, and aggregations
  • Prisma Schema — models, relations, datasources, generators
  • Prisma Migrate — creating and running migrations
  • Prisma Accelerate — connection pooling and caching
  • Prisma Postgres — managed PostgreSQL database
  • Deploying Prisma to serverless, edge, or traditional environments
  • Type safety, extensions, raw SQL, and advanced query patterns
  • CLI commands (prisma generate, migrate, db push, etc.)

How to find information

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify relevant section based on user's question
  3. Read specific files for details

TOC.md contains all files organized by directory - always check it first.