Database

SQL, schema design, migrations, and database operations

217 skills available

Skills List

planetscale-change-gates-and-approval-contract

planetscale-change-gates-and-approval-contract

128database

Enforce explicit approval gates for any PlanetScale, database, repository, credential, network, or automation mutation.

planetscale avatarplanetscale
Get
planetscale-traffic-control-recommendations

planetscale-traffic-control-recommendations

128database

Build a safe recommendation plan for PlanetScale Postgres Database Traffic Control budgets and rules without applying them.

planetscale avatarplanetscale
Get
planetscale-webhook-automation-recommendations

planetscale-webhook-automation-recommendations

128database

Recommend webhook subscriptions and safe automation patterns for PlanetScale alerts, anomalies, schema recommendations, deploy requests, and agent workflows.

planetscale avatarplanetscale
Get
planetscale-customer-report-template

planetscale-customer-report-template

128database

Produce the final PlanetScale best-practices report after running the inventory and relevant review skills.

planetscale avatarplanetscale
Get
planetscale-vitess-safety-review

planetscale-vitess-safety-review

128database

Review a PlanetScale Vitess database for safe migrations, deploy requests, schema recommendations, Insights, webhooks, and operational safety.

planetscale avatarplanetscale
Get
planetscale-codebase-sqlcommenter-instrumentation

planetscale-codebase-sqlcommenter-instrumentation

127database

Inspect an application repository connected to PlanetScale and recommend SQLCommenter-compatible query tagging packages and conventions.

planetscale avatarplanetscale
Get
planetscale-query-insights-and-tags

planetscale-query-insights-and-tags

126database

Use PlanetScale Insights and SQLCommenter-style query tags to attribute database load, identify risky queries, and prepare safe Traffic Control or schema recommendations.

planetscale avatarplanetscale
Get
planetscale-schema-recommendations-agent-loop

planetscale-schema-recommendations-agent-loop

126database

Safely triage PlanetScale schema recommendations and turn them into reviewed branches, migrations, issues, or pull requests without applying production changes.

planetscale avatarplanetscale
Get
planetscale-safe-orchestrator

planetscale-safe-orchestrator

126database

Master skill that runs the full PlanetScale safe best-practices assessment — inventory, engine review, Insights, Traffic Control, webhooks, schema recommendations, codebase instrumentation, and agent operating model — then produces a unified recommendations report. Never applies changes without explicit approval. Use when the user asks to run the full assessment, all skills, or PlanetScale best-practices review.

planetscale avatarplanetscale
Get
planetscale-pscale-cli-automation

planetscale-pscale-cli-automation

126database

Use the PlanetScale CLI (pscale) from automated agents with --format json, auth check, pscale sql, and per-command --force. Run before other PlanetScale skills when driving pscale directly. Use when the user asks to automate pscale, run CLI commands headless, or verify pscale auth from an agent.

planetscale avatarplanetscale
Get
check-impl-against-spec

check-impl-against-spec

125database

Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during PR review when approved or repository spec context is available.

warpdotdev avatarwarpdotdev
Get
neo4j-cypher-skill

neo4j-cypher-skill

108database

Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x.

neo4j-contrib avatarneo4j-contrib
Get
neon-postgres-egress-optimizer

neon-postgres-egress-optimizer

82database

Diagnose and fix excessive Postgres egress (network data transfer) in a codebase. Use when a user mentions high database bills, unexpected data transfer costs, network transfer charges, egress spikes, "why is my Neon bill so high", "database costs jumped", SELECT * optimization, query overfetching, reduce Neon costs, optimize database usage, or wants to reduce data sent from their database to their application. Also use when reviewing query patterns for cost efficiency, even if the user doesn't explicitly mention egress or data transfer.

neondatabase avatarneondatabase
Get
claimable-postgres

claimable-postgres

82database

Provision instant temporary Postgres databases via Claimable Postgres by Neon (neon.new) with no login, signup, or credit card. Supports REST API, CLI, and SDK. Use when users ask for a quick Postgres environment, a throwaway DATABASE_URL for prototyping/tests, or "just give me a DB now". Triggers include: "quick postgres", "temporary postgres", "no signup database", "no credit card database", "instant DATABASE_URL", "npx neon-new", "neon.new", "neon.new API", "claimable postgres API".

neondatabase avatarneondatabase
Get
gsd-2-agent-framework

gsd-2-agent-framework

78database

Meta-prompting, context engineering, and spec-driven development system for autonomous long-running coding agents

reason-machines avatarreason-machines
Get
memory-lancedb-pro-openclaw

memory-lancedb-pro-openclaw

78database

Expert skill for memory-lancedb-pro — a production-grade LanceDB-backed long-term memory plugin for OpenClaw agents with hybrid retrieval, cross-encoder reranking, multi-scope isolation, and smart auto-capture.

reason-machines avatarreason-machines
Get
data-model-creation

data-model-creation

76database

[Deprecated] Optional advanced tool for complex data modeling. For simple MySQL table creation, use relational-database-tool directly; for PostgreSQL / CloudBase PG schema work, use postgresql-development. New environments should use PostgreSQL DDL via queryPgDatabase/managePgDatabase — see postgresql-development skill instead.

tencentcloudbase avatartencentcloudbase
Get
cloud-storage-web

cloud-storage-web

76database

Complete guide for CloudBase cloud storage using Web SDK (@cloudbase/js-sdk) - upload, download, temporary URLs, file management, and best practices.

tencentcloudbase avatartencentcloudbase
Get
neon-postgres

neon-postgres

71database

>-

neondatabase avatarneondatabase
Get
laravel-best-practices

laravel-best-practices

65database

Laravel 13 conventions and best practices. Use when creating controllers, models, migrations, validation, services, or structuring Laravel applications. Triggers on tasks involving Laravel architecture, Eloquent, database, API development, or PHP patterns.

asyrafhussin avatarasyrafhussin
Get
postgres-drizzle

postgres-drizzle

57database

Proactively apply when creating APIs, backends, or data models. Triggers on PostgreSQL, Postgres, Drizzle, drizzle-orm, drizzle-kit, database, schema, pgTable, tables, columns, indexes, queries, migrations, ORM, relations, relational queries, joins, transactions, SQL, connection pooling, PgBouncer, N+1, JSONB, RLS, full-text search, partitioning. Use when writing database schemas, queries, migrations, connection setup, or any database-related code. PostgreSQL and Drizzle ORM best practices.

ccheney avatarccheney
Get
prisma-postgres

prisma-postgres

44database

Prisma Postgres setup and operations guidance across Console, create-db CLI, Management API, and Management API SDK. Use when creating Prisma Postgres databases, working in Prisma Console, provisioning with create-db/create-pg/create-postgres, or integrating programmatic provisioning with service tokens or OAuth.

prisma avatarprisma
Get
prisma-driver-adapter-implementation

prisma-driver-adapter-implementation

44database

Required reference for Prisma v7 driver adapter work. Use when implementing or modifying adapters, adding database drivers, or touching SqlDriverAdapter/Transaction interfaces. Contains critical contract details not inferable from code examples — including the transaction lifecycle protocol, error mapping requirements, and verification checklist. Existing implementations do not replace this skill.

prisma avatarprisma
Get
prisma-upgrade-v7

prisma-upgrade-v7

44database

Complete migration guide from Prisma ORM v6 to v7 covering all breaking changes. Use when upgrading Prisma versions, encountering v7 errors, or migrating existing projects. Triggers on "upgrade to prisma 7", "prisma 7 migration", "prisma-client generator", "driver adapter required".

prisma avatarprisma
Get