prisma-client-api

The prisma-client-api skill provides a reference for Prisma Client operations, including model queries, CRUD methods, filtering, relations, and transaction management.

13.0K
Installs
6
Use cases
5/10
Quality

Is prisma-client-api safe to install?

Safe to install

Safe to install: our audit of prisma-client-api's source files found 0 shell commands, 0 external URLs, file reads and writes (low risk). Every command and URL listed appears verbatim in the skill's source. The skill reads local reference files to provide documentation and code examples.

How we audit skills: our security review methodology.

Who is this skill for?

Developers working with Prisma ORM who need guidance on database query syntax and client configuration.

What can you do with it?

  • Writing database queries with Prisma Client
  • Performing CRUD operations
  • Filtering and sorting data
  • Working with relations
  • Using transactions
  • Configuring Prisma Client

How good is this skill?

Quality score: 5/10. The skill provides a clear, structured reference for Prisma Client API usage with relevant code examples and file-based documentation mapping.

What does the skill file contain?

SKILL.md
# Prisma Client API Reference

Complete API reference for Prisma Client. This skill provides guidance on model queries, filtering, relations, and client methods for current Prisma projects.

## When to Apply

Reference this skill when:
- Writing database queries with Prisma Client
- Performing CRUD operations (create, read, update, delete)
- Filtering and sorting data
- Working with relations
- Using transactions
- Configuring client options

## Rule Categories by Priority

| Priority | Category | Impact | Prefix |
|----------|----------|--------|--------|
| 1 | Client Construction | HIGH | `c...

Frequently asked questions

What triggers this skill?

The skill triggers on keywords including prisma query, findMany, create, update, delete, and $transaction.

Does this skill execute database queries?

No, the skill provides documentation and code examples for writing queries, but it does not connect to or execute queries against a database.

Where does the skill find detailed implementation information?

The skill directs users to specific reference files such as references/constructor.md, references/model-queries.md, and others listed in the Rule Files section.

Data sourced from prisma/skills on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

lark-base

314.2K

Users who need to programmatically interact with Lark Bitable data, automate table management, or perform data analysis within the Lark ecosystem

The lark-base skill provides a command-line interface for managing Lark Bitable (Base) resources, including tables, records, fields, views, forms, dashboards, workflows, and role-based permissions.

highLarkBitablelarksuite

supabase-postgres-best-practices

264.3K

Developers and database administrators working with Postgres and Supabase

This skill provides a structured set of Postgres performance optimization rules and best practices maintained by Supabase. It guides developers in writing, reviewing, and optimizing SQL queries, schema designs, and database configurations.

lowpostgressupabasesupabase

supabase

153.8K

Developers building applications with Supabase who require assistance with database schema design, security policy implementation, CLI operations, and integration troubleshooting

The Supabase skill provides guidance for developing with the Supabase platform, including database management, authentication, RLS policies, CLI usage, and MCP server integration. It emphasizes verifying implementation against current documentation, following security checklists, and using specific CLI commands for schema migrations.

highsupabasepostgresqlsupabase

convex-performance-audit

79.2K

Developers working with Convex applications who need to optimize slow features, resolve high-resource usage, or address transaction contention

The convex-performance-audit skill provides a structured workflow for diagnosing and resolving performance issues in Convex applications, including read amplification, OCC conflicts, subscription costs, and function limits.

highconvexperformanceget-convex