prisma-database-setup
78任意のデータベースプロバイダーで Prisma を設定
新しいデータベース用に Prisma をセットアップするには、プロバイダーごとに異なるデータソース設定、ドライバーアダプター、接続文字列を扱う必要があります。このスキルは、プロバイダー固有の手順を段階的に Claude に提供し、PostgreSQL、MySQL、SQLite、MongoDB、SQL Server、CockroachDB を初回から正しく設定できるようにします。
Prisma Postgres データベースをプロビジョニングする
データベースの作成、認証情報の設定、Prisma プロジェクトの準備には、複数の手順を連携して進める必要があります。このスキルは、対話形式での選択と接続確認を含む、Prisma Postgres の完全なセットアップワークフローを案内します。
インストール前に停止して確認を求めてください。
計画を確認し、ファイルを変更する前にユーザーの明示的な同意を得てください。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "prisma-postgres-setup" from https://skillstore.io/skills/prisma-prisma-postgres-setup.md and its manifest at https://skillstore.io/api/skills/prisma-prisma-postgres-setup/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「prisma-postgres-setup」を使用しています。 タスク管理アプリケーション用に Prisma Postgres をセットアップしてください。
期待される結果:
「prisma-postgres-setup」を使用しています。 既存の Node.js プロジェクトを新しい Prisma データベースに接続してください。
期待される結果:
Ten static findings are confirmed: eight executable command spans and two operations involving secret-bearing environment files. Most alerts are Markdown, official Prisma URLs, placeholders, or standard local configuration. Contextual review found unsafe token handling and permanent project deletion, but no prompt injection or unrelated exfiltration.
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/prisma-prisma-postgres-setup?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/prisma-prisma-postgres-setup?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/prisma-prisma-postgres-setup/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/prisma-prisma-postgres-setup.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>prisma. (2026). prisma-postgres-setup security audit report (audit version 10) [Author version 1.1.0]. Skillstore. https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10@techreport{prisma-prisma-prisma-postgres-setup-2026,
author = {prisma},
title = {prisma-postgres-setup security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10},
note = {Author version 1.1.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "prisma-postgres-setup security audit report (audit version 10)"
version: "1.1.0"
type: report
authors:
- name: "prisma"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/prisma-prisma-postgres-setup/audits/10"
identifiers:
- type: other
value: "skillstore:prisma-prisma-postgres-setup:audit:10"
description: "Skillstore immutable audit report identifier"
新しい Prisma Postgres データベースをプロビジョニングし、新しい Node.js アプリケーションに接続します。
既存のローカルプロジェクトに、データベースへの直接接続と Prisma 7 の設定を追加します。
プロジェクト、リージョン、マイグレーション、接続確認について、再現可能なセットアップ手順に従います。
ローカルプロジェクト用に新しい Prisma Postgres データベースをセットアップしてください。リージョンを選択するよう求め、各手順を説明してください。
Prisma Postgres をプロビジョニングし、この Node.js プロジェクトを Prisma 7 用に設定してください。既存の環境設定は保持してください。
Prisma Postgres プロジェクトを作成し、prisma.config.ts を設定して、マイグレーションワークフローを準備してください。適用前に予定されている変更を示してください。
このプロジェクト用に Prisma Postgres を設定し、.env が Git の対象外であることを確認して、コマンドを承認した後に接続確認を実行してください。
作成者
prismaライセンス
MIT
作者バージョン
v1.1.0
Skillstore リビジョン
r2
リポジトリ
https://github.com/prisma/skills/tree/1a9f427e9fe2137298abbcc1a6f372db92e8c40d/prisma-postgres-setup参照
ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006
メンテナンスの新しさ
2026/7/26
利用状況
0 ダウンロード · 0 閲覧
ファイル構成
任意のデータベースプロバイダーで Prisma を設定
新しいデータベース用に Prisma をセットアップするには、プロバイダーごとに異なるデータソース設定、ドライバーアダプター、接続文字列を扱う必要があります。このスキルは、プロバイダー固有の手順を段階的に Claude に提供し、PostgreSQL、MySQL、SQLite、MongoDB、SQL Server、CockroachDB を初回から正しく設定できるようにします。
Prisma MongoDB のアップグレードを計画する
Prisma ORM v7 には MongoDB コネクタがないため、Prisma MongoDB プロジェクトは v7 にアップグレードできません。このスキルは、チームが阻害要因を評価し、v6 を安全に使い続けるか、段階的な Prisma Next の評価を計画できるよう支援します。
Draft Prisma Next Feedback for the Right Channel
Prisma Next feedback can be difficult to classify and prepare for public submission. This skill routes feedback and drafts complete, redacted reports.
Configure Prisma Next Runtime Clients
Prisma Next runtime setup can fail through incorrect imports, middleware order, or connection lifecycle choices. This skill provides target-specific, typed configuration guidance.
Write Prisma Next Queries Across Database Targets
Prisma Next query APIs differ across Postgres, SQLite, and Mongo, which makes correct lane selection difficult. This skill provides target-specific patterns for typed reads, writes, relations, aggregates, pagination, and transactions.
Build Prisma Next Data Contracts
Complex Prisma Next contracts can fail when schemas, extensions, and configuration drift. This skill guides contract edits, configuration, diagnostics, and artifact emission.
構造化ログを実装する
作成者 Doyajin174
プレーンテキストのログは検索や関連付けが困難です。このスキルは、JSONログ、リクエストコンテキスト、秘匿化、集約に適したフィールドの実装を支援します。
Azure Monitor で Node.js アプリをインストルメントする
作成者 sickn33
チームは、OpenTelemetry の各コンポーネントをすべて手作業で構築することなく、Node.js アプリで信頼性の高いテレメトリを必要としています。このスキルでは、トレーシング、メトリクス、ログ、サンプリング、シャットダウンに関する Azure Monitor のセットアップパターンを示します。
信頼性の高い BullMQ キューを構築
作成者 sickn33
チームは、停止したジョブ、リトライ、スケジュール、Redis ベースのワーカー動作に苦労することがあります。このスキルは、Claude、Codex、Claude Code が BullMQ キューシステムを設計およびレビューするのに役立ちます。
シニアのガイダンスでフルスタックアプリを構築
作成者 alirezarezvani
フルスタックプロジェクトでは、一貫したセットアップ、アーキテクチャ選定、品質チェックが必要になることがよくあります。このスキルは、React、Next.js、Node.js、GraphQL、PostgreSQL の作業向けにスクリプトとリファレンスを提供します。
CloudBase Node認証フローを構築
作成者 tencentcloudbase
サーバーサイドのCloudBase認証作業では、呼び出し元のID、ユーザー検索、カスタムログインの詳細が混在することがあります。このスキルは、Node.jsエージェントが正しいSDKメソッドと安全なバックエンドパターンを扱えるように導きます。
PostgreSQLパフォーマンスの最適化
作成者 sickn33
低速なPostgreSQLシステムでは、変更を行う前に構造化された分析が必要です。このスキルは、クエリチューニング、インデックス計画、設定レビュー、メンテナンス、監視をガイドします。