Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,218
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons582
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
prisma-postgres
✓★ 43by prisma
Setup and programmatic management of Prisma Postgres databases across Console, CLI, and APIs. Four core workflows: manual Console setup, instant provisioning via create-db CLI, REST API integration with service tokens or OAuth, and type-safe TypeScript integration via @prisma/management-api-sdk Supports temporary database creation with auto-deletion after ~24 hours, claim URLs for persistence, and region selection Management API available at https://api.prisma.io/v1 with OpenAPI docs and...
prisma-cli
✓★ 43by prisma
Complete reference for Prisma CLI commands, options, and workflows across setup, migrations, and database operations. Covers 20+ commands organized by priority: setup ( init ), generation ( generate ), development ( dev ), database operations ( db pull/push/seed/execute ), and migrations ( migrate dev/deploy/reset/status/diff/resolve ) Includes Prisma 7.x changes: new prisma.config.ts configuration file, removed flags ( --skip-generate , --skip-seed , --schema , --url ), and explicit...
prisma-upgrade-v7
✓★ 43by prisma
Complete migration guide for upgrading Prisma ORM from v6 to v7 with ESM, driver adapters, and new configuration. Covers seven critical rule categories: schema migration, driver adapters, ESM support, configuration, removed features, and Accelerate-specific changes Requires Node.js 20.19.0+ and TypeScript 5.4.0+; MongoDB not yet supported in v7 Breaking changes include ESM-only modules, required driver adapters, explicit output paths, and prisma.config.ts configuration Provides step-by-step...
prisma-postgres-setup
✓★ 43by prisma
Set up a new Prisma Postgres database and connect it to a local project using the Management API. Use when asked to "set up a database", "create a Prisma…
database-query
✓★ 17by notion
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
create-database-row
✓★ 17by notion
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
create-task
✓★ 17by notion
Create a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
find
✓★ 17by notion
Quickly find pages or databases in Notion by title keywords. Returns precise matches rather than comprehensive results.
search
✓★ 17by notion
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
tasks-plan
✓★ 17by notion
Create an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
research-documentation
✓★ 17by notion
Search across your Notion workspace, synthesize findings from multiple pages, and create comprehensive research documentation with proper citations and…
knowledge-capture
✓★ 17by notion
Transform conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context with…
create-page
✓★ 17by notion
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
pinecone-mcp
✓★ 14by pinecone-io
Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model,…
pinecone-help
✓★ 14by pinecone-io
Overview of all available Pinecone skills and what a user needs to get started. Invoke when a user asks what skills are available, how to get started with…
pinecone-docs
✓★ 14by pinecone-io
Curated documentation reference for developers building with Pinecone. Contains links to official docs organized by topic and data format references. Use when…
pinecone-quickstart
✓★ 14by pinecone-io
Interactive Pinecone quickstart for new developers. Choose between two paths - Database (create an integrated index, upsert data, and query using Pinecone MCP…
prisma-database-setup-prisma-client-setup
✓★ 8by prisma
Prisma Client Setup. Reference when using this Prisma feature.
prisma-cli-migrate-deploy
✓★ 8by prisma
prisma migrate deploy
prisma-cli-studio
✓★ 8by prisma
prisma studio. Reference when using this Prisma feature.
prisma-cli-migrate-status
✓★ 8by prisma
prisma migrate status
prisma-cli-db-execute
✓★ 8by prisma
prisma db execute. Reference when using this Prisma feature.
prisma-cli-init
✓★ 8by prisma
prisma-cli-init — an installable skill for AI agents, published by prisma/cursor-plugin.
prisma-cli-dev
✓★ 8by prisma
prisma dev. Reference when using this Prisma feature.
prisma-upgrade-v7-env-variables
✓★ 8by prisma
Environment Variables
prisma-database-setup-mysql
✓★ 8by prisma
MySQL Setup. Reference when using this Prisma feature.
prisma-upgrade-v7-schema-changes
✓★ 8by prisma
Schema Changes. Reference when using this Prisma feature.
prisma-upgrade-v7-prisma-config
✓★ 8by prisma
Prisma Config. Reference when using this Prisma feature.
prisma-database-setup-cockroachdb
✓★ 8by prisma
CockroachDB Setup. Reference when using this Prisma feature.
prisma-client-api-constructor
✓★ 8by prisma
PrismaClient Constructor