Prisma
Official@prisma · United States of America
Prisma makes working with databases easy
Agent Skills by Prisma
Showing 47 vetted skills indexed across 3 GitHub repositories.
triage-contributor-pr
Triage external contributor pull requests on GitHub and produce evidence-backed verdicts.
create-pr
Creates GitHub pull requests with Linear-ticket titles and decision-led narrative descriptions.
prisma-8
Guides contract-first data layer development with Prisma Next across contracts, migrations, queries, and runtime wiring.
github-review-iteration
Orchestrate iterative GitHub pull request review loops with sub-agents.
markdown-no-artificial-line-wraps
Remove artificial hard line breaks from Markdown prose paragraphs.
psl-ast-layers
Navigate and manipulate the three-layer PSL syntax tree from @prisma-next/psl-parser.
review-implement-phase
Execute triaged code review actions and resolve GitHub threads via gh CLI.
ast-visitor-pattern
Standardize visitor pattern implementation for TypeScript discriminated unions.
review-triage-phase
Generate structured JSON review action plans from GitHub pull request comments.
adr-review
Analyze and refine Markdown Architecture Decision Records for clarity and maintainability.
record-upgrade-instructions
Record structured upgrade instructions for breaking changes in the Prisma Next repository.
draft-release-notes
Generate release notes and changelog entries from merged pull requests.
review-fetch-phase
Fetch GitHub pull request review data into canonical JSON and markdown reports.
publish-npm-version
Automate minor version releases for Prisma Next with git worktrees and changelog generation.
no-bare-casts
Identify and remediate unsafe TypeScript type assertions with type-safe alternatives.
record-gotchas
Capture developer friction with Prisma products and create Linear triage tickets.
contrib-pr
Prepare and submit external pull requests for the Prisma Next repository.
write-architecture-docs
Standardize technical architecture documentation and Architecture Decision Records.
multiline-commit-messages
Format multiline git commit messages with single-quoted strings.
prisma-next-feedback
Route bug reports and feature requests to Prisma Next GitHub issues.
prisma-next
Route user prompts to the appropriate Prisma Next workflow skill.
prisma-next-migration-review
Compares database migration markers with the migration graph to report pending operations.
prisma-next-contract
Validate Prisma schema definitions and emit canonical IR and TypeScript types.
prisma-next-runtime
Configures Prisma Next runtime entry points for database clients and middleware.
Frequently Asked Questions About Prisma
FAQPage SchemaWhat specific database operations can be performed using these capabilities?▼
You can initialize database projects, generate type-safe query interfaces, execute schema migrations, and manage connection configurations for Postgres and MongoDB. These capabilities include validating schema definitions, emitting canonical intermediate representations, and implementing driver adapters for custom database connectivity.
Which technical personas benefit most from these database integration skills?▼
Full-stack engineers and backend developers working within TypeScript environments benefit most. These skills are designed for developers managing complex database schemas, requiring type-safe query generation, or needing to synchronize database migration states across distributed development teams.
What are the primary dependencies for implementing these database connectivity features?▼
Implementation requires a Node.js environment, a supported database provider such as Postgres or MongoDB, and the Prisma Next package ecosystem. Projects typically require a defined schema file to drive the generation of type-safe client interfaces and migration logic.