prisma-database-setup

prisma-database-setup is a skill for Claude Code, Codex from Zephyrex21/claude-skills-vetted. It costs 67 tokens per session (1,452 once invoked), scanned A, original, no licence file.

Guides for connecting Prisma, a tool that lets applications work with databases, to PostgreSQL, MySQL, SQLite, MongoDB, and other database systems.

In plain words
What is it for?
It is for setting up database connections and troubleshooting Prisma projects that use PostgreSQL, MySQL, SQLite, or MongoDB.
Why use it?
It helps resolve configuration and connection problems when starting a project or changing its database.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for setting up database connections and troubleshooting Prisma projects that use PostgreSQL, MySQL, SQLite, or MongoDB.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zephyrex21/claude-skills-vetted/prisma-database-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Zephyrex21/claude-skills-vetted --skill prisma-database-setup
Clone the repo
git clone --depth 1 https://github.com/Zephyrex21/claude-skills-vetted

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prisma-database-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/zephyrex21/claude-skills-vetted/prisma-database-setup/github.svg)](https://agentmods.dev/skills/zephyrex21/claude-skills-vetted/prisma-database-setup)
Your own site
<a href="https://agentmods.dev/skills/zephyrex21/claude-skills-vetted/prisma-database-setup"><img src="https://agentmods.dev/badge/skills/zephyrex21/claude-skills-vetted/prisma-database-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prisma-database-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/zephyrex21/claude-skills-vetted/prisma-database-setup"><img src="https://agentmods.dev/badge/skills/zephyrex21/claude-skills-vetted/prisma-database-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,452 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.01452
Opus 5 $0.00034 $0.00726
Sonnet 5 $0.00013 $0.00290
Haiku 4.5 $0.00007 $0.00145

Measured 8d ago against content hash 0763c2b684ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

prisma-database-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/prisma-database-setup/SKILL.md · 193 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 193 lines · 67 tokens per session scan A 0763c2b684ff

Subscribe to this mod's changes

prisma-database-setup is a skill published in the GitHub repository Zephyrex21/claude-skills-vetted (2 stars, last pushed 29d ago), with no licence file. It adds 67 tokens to every session and 1,452 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

db-whisperer

Diagnoses and improves application-layer databases: Postgres, MySQL, SQLite, and MongoDB. Covers EXPLAIN ANALYZE, slow query detection, index strategy, N+1 detection, schema migrations with up/down scripts, connection pooling, replication setup, and vacuum/analyze operations. Use this skill when the user says "this…

mturac/hermes-supercode-skills · 131 tokens

database-expert

Advanced database design and administration for PostgreSQL, MongoDB, and Redis. Use when designing schemas, optimizing queries, managing database performance, or implementing data patterns.

travisjneuman/.claude · 36 tokens

database-migrator

Migrates databases between providers (Postgres, MySQL, Supabase, PlanetScale, MongoDB). Reads source schema, generates migration scripts, handles data type mapping, foreign keys, indexes, triggers, stored procedures. Validates migration with row counts and checksums. Generates migration-plan.md with step-by-step…

OneWave-AI/claude-skills · 76 tokens

database-schema-designer

Design optimized database schemas for SQL and NoSQL databases including tables, relationships, indexes, and constraints. Creates ERD diagrams, migration scripts, and data modeling best practices. Use when users need database design, schema optimization, or data architecture planning.

OneWave-AI/claude-skills · 54 tokens

PostgreSQL Database

Development patterns with PostgreSQL via FireDAC — connection, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations.

delphicleancode/delphi-spec-kit · 34 tokens

stack-knowledge

Project technology stack patterns for FastAPI + PostgreSQL + SQLAlchemy + Alembic + PyTorch + pandas.

zachjxyz/jvn · 26 tokens