Prisma Usage
SkillDev toolsLets your agent work with the Prisma database toolkit and its documentation.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Prisma Usage skill
About this capability
How to use Prisma
What this skill tells your AI
The instructions your AI receives, as published by elie222/inbox-zero in .claude/skills/prisma/SKILL.md and read by ahel’s review.
We use PostgreSQL with Prisma 7.
Imports
// Prisma client instance
import prisma from "@/utils/prisma";
// Enums (NOT from @prisma/client)
import { ActionType, SystemType } from "@/generated/prisma/enums";
// Types (NOT from @prisma/client)
import type { Rule, PrismaClient } from "@/generated/prisma/client";
import { Prisma } from "@/generated/prisma/client";
Never import from @prisma/client — always use @/generated/prisma/enums and @/generated/prisma/client.
Schema: apps/web/prisma/schema.prisma
Signals
- GitHub stars
- 12k
- Forks
- 2k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
prisma- Source
- github.com/elie222/inbox-zero