---
title: "Database skills · skilld"
canonical_url: "https://skilld.dev/skills/tag/database"
last_updated: "2026-08-20T06:50:37.303Z"
meta:
  description: "Browse 103 agent skills tagged Database. SQL/NoSQL, ORMs, migrations, query tuning."
  "og:description": "Browse 103 agent skills tagged Database. SQL/NoSQL, ORMs, migrations, query tuning."
  "og:title": "Database skills"
---

`

[← All skills](https://skilld.dev/skills)

# **Database**

SQL/NoSQL, ORMs, migrations, query tuning

103 skills ·2.9m stars

## Top curators

- [![affaan-m](https://github.com/affaan-m.png)affaan-m 2](https://skilld.dev/@affaan-m)
- [![n8n-io](https://github.com/n8n-io.png)n8n-io 1](https://skilld.dev/@n8n-io)
- [![garrytan](https://github.com/garrytan.png)garrytan 2](https://skilld.dev/@garrytan)
- [![addyosmani](https://github.com/addyosmani.png)addyosmani 1](https://skilld.dev/@addyosmani)
- [![kepano](https://github.com/kepano.png)kepano 1](https://skilld.dev/@kepano)
- [![posthog](https://github.com/posthog.png)posthog 5](https://skilld.dev/@posthog)
- [![wshobson](https://github.com/wshobson.png)wshobson 2](https://skilld.dev/@wshobson)
- [![github](https://github.com/github.png)github 10](https://skilld.dev/@github)

- [

  **/backend-patterns**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes. Use when building or reviewing Node.js, Express, or Next.js API routes and their data access. /backend-patterns by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/backend-patterns)
- [

  **/postgres-patterns**![affaan-m](https://github.com/affaan-m.png?size=40)

  Affaan Mustafa · affaan-m/everything-claude-code255k

  PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices. Use when designing PostgreSQL schemas, indexes, or RLS policies, or when a query is too slow. /postgres-patterns by affaan-m](https://skilld.dev/gh/affaan-m/everything-claude-code/postgres-patterns)
- [

  **/db-migrations**![n8n-io](https://github.com/n8n-io.png?size=40)

  n8n - Workflow Automation · n8n-io/n8n204k

  Authors n8n database migrations. Use when creating or modifying files under packages/@n8n/db/src/migrations/, when the user asks to add a column, table, index, foreign key, or backfill, or when the user mentions DB migrations or TypeORM migrations. /db-migrations by n8n-io](https://skilld.dev/gh/n8n-io/n8n/db-migrations)
- [

  **/careful**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Safety guardrails for destructive commands. (gstack) /careful by garrytan](https://skilld.dev/gh/garrytan/gstack/careful)
- [

  **/setup-gbrain**![garrytan](https://github.com/garrytan.png?size=40)

  Garry Tan · garrytan/gstack132k

  Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack) /setup-gbrain by garrytan](https://skilld.dev/gh/garrytan/gstack/setup-gbrain)
- [

  **/performance-optimization**![addyosmani](https://github.com/addyosmani.png?size=40)

  Addy Osmani · addyosmani/agent-skills93k

  Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks. /performance-optimization by addyosmani](https://skilld.dev/gh/addyosmani/agent-skills/performance-optimization)
- [

  **/obsidian-bases**![kepano](https://github.com/kepano.png?size=40)

  Steph Ango · kepano/obsidian-skills48k

  Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian. /obsidian-bases by kepano](https://skilld.dev/gh/kepano/obsidian-skills/obsidian-bases)
- [

  **/clickhouse-migrations**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  ClickHouse migration patterns and rules. Use when creating or modifying ClickHouse migrations. /clickhouse-migrations by posthog](https://skilld.dev/gh/posthog/posthog/clickhouse-migrations)
- [

  **/django-migrations**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Django migration patterns and safety workflow for PostHog. Use when creating, adjusting, or reviewing Django/Postgres migrations, including non-blocking index/constraint changes, multi-phase schema changes, data backfills, migration conflict rebasing, and product model moves that require SeparateDatabaseAndState. Also use for any deletion or removal of a model, table, column, product, or app — including deleting migration files or retiring a feature — even when no migration is written. /django-migrations by posthog](https://skilld.dev/gh/posthog/posthog/django-migrations)
- [

  **/optimizing-clickhouse-and-hogql-queries**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Workflow for optimizing ClickHouse and HogQL queries. Use when a HogQL query, query runner, insight, or report is too slow; when a hand-written ClickHouse query (via \`sync\_execute\` or in a migration) is too slow; when ClickHouse times out or hits memory limits; when investigating a slow \`system.query\_log\` row; or when reviewing a proposed HogQL printer change for performance. Covers extracting the ClickHouse SQL, common smells (\`FROM ... FINAL\`, \`JSONExtract\` over properties, missing skip indexes, self-joins, CTE blow-up), measuring against a real cluster, and applying the fix at the right layer (printer, query runner, or migration). Does NOT cover Postgres / Django ORM / app-database queries; for those use \`profiling-slow-api-endpoints\`. /optimizing-clickhouse-and-hogql-queries by posthog](https://skilld.dev/gh/posthog/posthog/optimizing-clickhouse-and-hogql-queries)
- [

  **/qa-team**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Multi-agent QA review team for code changes. This skill should be used when the user asks to "review my code", "run QA", "qa-team", "review this branch", "code review", "check my changes", or wants a comprehensive multi-perspective code review of the current branch's changes. Spawns parallel specialist agents (security, database, reliability, compatibility, data integrity, performance, frontend, copy) that independently review the diff and produce a converged report. Also includes two generalist reviewers for convergence validation. /qa-team by posthog](https://skilld.dev/gh/posthog/posthog/qa-team)
- [

  **/querying-production-databases-via-metabase**![posthog](https://github.com/posthog.png?size=40)

  posthog/posthog40k

  Runs read-only production database analysis through PostHog's internal Metabase instances. Use for ClickHouse query logs, slow query cost, Postgres query plans, index selection, or tenant-size analysis. Covers US and EU database discovery, SSO login through \`hogli\`, safe query rules, and query patterns for both engines. /querying-production-databases-via-metabase by posthog](https://skilld.dev/gh/posthog/posthog/querying-production-databases-via-metabase)
- [

  **/database-migration**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies. /database-migration by wshobson](https://skilld.dev/gh/wshobson/agents/database-migration)
- [

  **/sql-optimization-patterns**![wshobson](https://github.com/wshobson.png?size=40)

  Seth Hobson · wshobson/agents40k

  Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance. /sql-optimization-patterns by wshobson](https://skilld.dev/gh/wshobson/agents/sql-optimization-patterns)
- [

  **/creating-oracle-to-postgres-master-migration-plan**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies. /creating-oracle-to-postgres-master-migration-plan by github](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-master-migration-plan)
- [

  **/creating-oracle-to-postgres-migration-bug-report**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between Oracle and PostgreSQL as actionable bug reports with severity, root cause, and remediation steps. /creating-oracle-to-postgres-migration-bug-report by github](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-migration-bug-report)
- [

  **/ef-core**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Get best practices for Entity Framework Core /ef-core by github](https://skilld.dev/gh/github/awesome-copilot/ef-core)
- [

  **/excalidraw-diagram-generator**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw. /excalidraw-diagram-generator by github](https://skilld.dev/gh/github/awesome-copilot/excalidraw-diagram-generator)
- [

  **/migrating-oracle-to-postgres-stored-procedures**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters, leverages orafce where appropriate, and applies explicit collation mapping (\`COLLATE "C"\` only when appropriate, locale collations when required). Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration. /migrating-oracle-to-postgres-stored-procedures by github](https://skilld.dev/gh/github/awesome-copilot/migrating-oracle-to-postgres-stored-procedures)
- [

  **/planning-oracle-to-postgres-migration-integration-testing**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation. /planning-oracle-to-postgres-migration-integration-testing by github](https://skilld.dev/gh/github/awesome-copilot/planning-oracle-to-postgres-migration-integration-testing)
- [

  **/postgresql-optimization**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem. /postgresql-optimization by github](https://skilld.dev/gh/github/awesome-copilot/postgresql-optimization)
- [

  **/reviewing-oracle-to-postgres-migration**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting/collations, UNION ALL planner risks, materialized-view refresh requirements, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences. /reviewing-oracle-to-postgres-migration by github](https://skilld.dev/gh/github/awesome-copilot/reviewing-oracle-to-postgres-migration)
- [

  **/scaffolding-oracle-to-postgres-migration-test-project**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Scaffolds an xUnit integration test project targeting Oracle in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use only during Phase 3, before writing Oracle baseline integration tests. Do not invoke during Phase 6 — the PostgreSQL test project is produced by migrating this project, not by running this skill again. /scaffolding-oracle-to-postgres-migration-test-project by github](https://skilld.dev/gh/github/awesome-copilot/scaffolding-oracle-to-postgres-migration-test-project)
- [

  **/sql-optimization**![github](https://github.com/github.png?size=40)

  github/awesome-copilot39k

  Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance. /sql-optimization by github](https://skilld.dev/gh/github/awesome-copilot/sql-optimization)
- [

  **/alphafold-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access AlphaFold's 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology. /alphafold-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/alphafold-database)
- [

  **/biorxiv-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews. /biorxiv-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/biorxiv-database)
- [

  **/brenda-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access BRENDA enzyme database via SOAP API. Retrieve kinetic parameters (Km, kcat), reaction equations, organism data, and substrate-specific enzyme information for biochemical research and metabolic pathway analysis. /brenda-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/brenda-database)
- [

  **/chembl-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query ChEMBL's bioactive molecules and drug discovery data. Search compounds by structure/properties, retrieve bioactivity data (IC50, Ki), find inhibitors, perform SAR studies, for medicinal chemistry. /chembl-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/chembl-database)
- [

  **/clinicaltrials-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching. /clinicaltrials-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/clinicaltrials-database)
- [

  **/clinpgx-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access ClinPGx pharmacogenomics data (successor to PharmGKB). Query gene-drug interactions, CPIC guidelines, allele functions, for precision medicine and genotype-guided dosing decisions. /clinpgx-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/clinpgx-database)
- [

  **/clinvar-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query NCBI ClinVar for variant clinical significance. Search by gene/position, interpret pathogenicity classifications, access via E-utilities API or FTP, annotate VCFs, for genomic medicine. /clinvar-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/clinvar-database)
- [

  **/cosmic-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access COSMIC cancer mutation database. Query somatic mutations, Cancer Gene Census, mutational signatures, gene fusions, for cancer research and precision oncology. Requires authentication. /cosmic-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/cosmic-database)
- [

  **/database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Add official Railway database services (Postgres, Redis, MySQL, MongoDB). Use when user wants to add a database, says "add postgres", "add redis", "add database", "connect to database", or "wire up the database". For other templates (Ghost, Strapi, n8n), use the railway-templates skill. /database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/database)
- [

  **/database-architect**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Expert database architect specializing in data layer design from scratch, technology selection, schema modeling, and scalable database architectures. /database-architect by davila7](https://skilld.dev/gh/davila7/claude-code-templates/database-architect)
- [

  **/database-design**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases. /database-design by davila7](https://skilld.dev/gh/davila7/claude-code-templates/database-design)
- [

  **/database-migration**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. /database-migration by davila7](https://skilld.dev/gh/davila7/claude-code-templates/database-migration)
- [

  **/database-optimizer**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Expert database optimizer specializing in modern performance tuning, query optimization, and scalable architectures. /database-optimizer by davila7](https://skilld.dev/gh/davila7/claude-code-templates/database-optimizer)
- [

  **/database-schema-designer**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models. /database-schema-designer by davila7](https://skilld.dev/gh/davila7/claude-code-templates/database-schema-designer)
- [

  **/drugbank-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access and analyze comprehensive drug information from the DrugBank database including drug properties, interactions, targets, pathways, chemical structures, and pharmacology data. This skill should be used when working with pharmaceutical data, drug discovery research, pharmacology studies, drug-drug interaction analysis, target identification, chemical similarity searches, ADMET predictions, or any task requiring detailed drug and drug target information from DrugBank. /drugbank-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/drugbank-database)
- [

  **/ena-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access European Nucleotide Archive via API/FTP. Retrieve DNA/RNA sequences, raw reads (FASTQ), genome assemblies by accession, for genomics and bioinformatics pipelines. Supports multiple formats. /ena-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/ena-database)
- [

  **/ensembl-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research. /ensembl-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/ensembl-database)
- [

  **/fda-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research. /fda-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/fda-database)
- [

  **/gene-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query NCBI Gene via E-utilities/Datasets API. Search by symbol/ID, retrieve gene info (RefSeqs, GO, locations, phenotypes), batch lookups, for gene annotation and functional analysis. /gene-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/gene-database)
- [

  **/geo-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis. /geo-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/geo-database)
- [

  **/gwas-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query NHGRI-EBI GWAS Catalog for SNP-trait associations. Search variants by rs ID, disease/trait, gene, retrieve p-values and summary statistics, for genetic epidemiology and polygenic risk scores. /gwas-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/gwas-database)
- [

  **/hmdb-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access Human Metabolome Database (220K+ metabolites). Search by name/ID/structure, retrieve chemical properties, biomarker data, NMR/MS spectra, pathways, for metabolomics and identification. /hmdb-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/hmdb-database)
- [

  **/kegg-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Direct REST API access to KEGG (academic use only). Pathway analysis, gene-pathway mapping, metabolic pathways, drug interactions, ID conversion. For Python workflows with multiple databases, prefer bioservices. Use this for direct HTTP/REST work or KEGG-specific control. /kegg-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/kegg-database)
- [

  **/metabolomics-workbench-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access NIH Metabolomics Workbench via REST API (4,200+ studies). Query metabolites, RefMet nomenclature, MS/NMR data, m/z searches, study metadata, for metabolomics and biomarker discovery. /metabolomics-workbench-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/metabolomics-workbench-database)
- [

  **/openalex-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries. /openalex-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/openalex-database)
- [

  **/opentargets-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query Open Targets Platform for target-disease associations, drug target discovery, tractability/safety data, genetics/omics evidence, known drugs, for therapeutic target identification. /opentargets-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/opentargets-database)
- [

  **/pdb-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access RCSB PDB for 3D protein/nucleic acid structures. Search by text/sequence/structure, download coordinates (PDB/mmCIF), retrieve metadata, for structural biology and drug discovery. /pdb-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/pdb-database)
- [

  **/pubchem-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics. /pubchem-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/pubchem-database)
- [

  **/pubmed-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Direct REST API access to PubMed. Advanced Boolean/MeSH queries, E-utilities API, batch processing, citation management. For Python workflows, prefer biopython (Bio.Entrez). Use this for direct HTTP/REST work or custom API implementations. /pubmed-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/pubmed-database)
- [

  **/reactome-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query Reactome REST API for pathway analysis, enrichment, gene-pathway mapping, disease pathways, molecular interactions, expression analysis, for systems biology studies. /reactome-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/reactome-database)
- [

  **/sqlmap-database-pentesting**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  This skill should be used when the user asks to "automate SQL injection testing," "enumerate database structure," "extract database credentials using sqlmap," "dump tables and columns from a vulnerable database," or "perform automated database penetration testing." It provides comprehensive guidance for using SQLMap to detect and exploit SQL injection vulnerabilities. /sqlmap-database-pentesting by davila7](https://skilld.dev/gh/davila7/claude-code-templates/sqlmap-database-pentesting)
- [

  **/string-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology. /string-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/string-database)
- [

  **/uniprot-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (unified interface to 40+ services). Use this for direct HTTP/REST work or UniProt-specific control. /uniprot-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/uniprot-database)
- [

  **/uspto-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches. /uspto-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/uspto-database)
- [

  **/zinc-database**![davila7](https://github.com/davila7.png?size=40)

  Daniel Avila · davila7/claude-code-templates31k

  Access ZINC (230M+ purchasable compounds). Search by ZINC ID/SMILES, similarity searches, 3D-ready structures for docking, analog discovery, for virtual screening and drug discovery. /zinc-database by davila7](https://skilld.dev/gh/davila7/claude-code-templates/zinc-database)
- [

  **/database-optimizer**![jeffallan](https://github.com/jeffallan.png?size=40)

  jeffallan/claude-skills11k

  Optimizes database queries and improves performance across PostgreSQL and MySQL systems. Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution. /database-optimizer by jeffallan](https://skilld.dev/gh/jeffallan/claude-skills/database-optimizer)
- [

  **/n8n-workflow-patterns**![czlonkowski](https://github.com/czlonkowski.png?size=40)

  Romuald Członkowski · czlonkowski/n8n-skills6.2k

  Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, or scheduled tasks. Always consult this skill when the user asks to create, build, or design an n8n workflow, automate a process, or connect services — even if they don't explicitly mention 'patterns'. Covers webhook, API, database, AI, batch processing, and scheduled automation architectures. Also use when optimizing a slow workflow or speeding up large-item-count processing (node count, batchSize, all-items vs per-item). /n8n-workflow-patterns by czlonkowski](https://skilld.dev/gh/czlonkowski/n8n-skills/n8n-workflow-patterns)
- [

  **/add-graphjin-database**![dosco](https://github.com/dosco.png?size=40)

  Spacy · dosco/graphjin3.2k

  Use when adding a new GraphJin database, warehouse, or CQL/NoSQL backend; building a simulator because no live service is available; wiring a dialect, discovery, tests, scripts, README/CONFIG/FEATURES, or website database support surfaces. /add-graphjin-database by dosco](https://skilld.dev/gh/dosco/graphjin/add-graphjin-database)
- [

  **/azure-kusto**![microsoft](https://github.com/microsoft.png?size=40)

  microsoft/skills3k

  Query and analyze data in Azure Data Explorer (Kusto/ADX) using KQL for log analytics, telemetry, and time series analysis. WHEN: KQL queries, Kusto database queries, Azure Data Explorer, ADX clusters, log analytics, time series data, IoT telemetry, anomaly detection. /azure-kusto by microsoft](https://skilld.dev/gh/microsoft/skills/azure-kusto)
- [

  **/aws-database**![aws](https://github.com/aws.png?size=40)

  Amazon Web Services · aws/agent-toolkit-for-aws2.6k

  Routes any task involving AWS databases — choosing, comparing, recommending, getting started with, or operating a database — to the correct service-specific skill. Supersedes general training-data knowledge with post-training service updates, corrected limitations, and decision procedures for relational (Aurora, DSQL, RDS), key-value (DynamoDB), wide-column (Keyspaces), document (DocumentDB), graph (Neptune), time-series (Timestream), and in-memory/caching (ElastiCache, MemoryDB) workloads. Activates when a user describes building an application on AWS that will store, retrieve, or manage data, even if they do not mention 'database' explicitly. /aws-database by aws](https://skilld.dev/gh/aws/agent-toolkit-for-aws/aws-database)
- [

  **/database-query**![cisco-ai-defense](https://github.com/cisco-ai-defense.png?size=40)

  Cisco AI Defense · cisco-ai-defense/skill-scanner2.5k

  Construct a database query by interpolating a caller-controlled identifier /database-query by cisco-ai-defense](https://skilld.dev/gh/cisco-ai-defense/skill-scanner/database-query)
- [

  **/database-schema-designer**![softaworks](https://github.com/softaworks.png?size=40)

  softaworks/agent-toolkit2.5k

  Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models. /database-schema-designer by softaworks](https://skilld.dev/gh/softaworks/agent-toolkit/database-schema-designer)
- [

  **/wp-performance**![wordpress](https://github.com/wordpress.png?size=40)

  wordpress/agent-skills2.1k

  Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification. /wp-performance by wordpress](https://skilld.dev/gh/wordpress/agent-skills/wp-performance)
- [

  **/wp-wpcli-and-ops**![wordpress](https://github.com/wordpress.png?size=40)

  wordpress/agent-skills2.1k

  Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml. /wp-wpcli-and-ops by wordpress](https://skilld.dev/gh/wordpress/agent-skills/wp-wpcli-and-ops)
- [

  **/postgres-database-migration**![timescale](https://github.com/timescale.png?size=40)

  Tiger Data · timescale/pg-aiguide1.8k

  Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. \*\*Trigger when user asks to:\*\* - Test a schema migration before applying it to production - Add, remove, or rename columns safely on a live table - Change a column's data type without downtime - Add or drop indexes, constraints, or foreign keys on large tables - Understand which ALTER TABLE operations lock the table - Roll back a failed migration - Plan a zero-downtime migration strategy - Fork a database to test a migration safely \*\*Keywords:\*\* migration, schema change, ALTER TABLE, add column, drop column, rename column, change type, zero downtime, lock, AccessExclusiveLock, concurrent index, forking, rollback, backfill, deploy Covers: lock-level reference for every common DDL operation, safe migration patterns, fork-based testing, zero-downtime column changes, index creation, constraint addition, backfill strategies, pre/post-migration validation, and rollback planning. /postgres-database-migration by timescale](https://skilld.dev/gh/timescale/pg-aiguide/postgres-database-migration)
- [

  **/database-design**![moizibnyousaf](https://github.com/moizibnyousaf.png?size=40)

  Abdul Moiz Shahzad · moizibnyousaf/ai-agent-skills1.1k

  Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries. /database-design by moizibnyousaf](https://skilld.dev/gh/moizibnyousaf/ai-agent-skills/database-design)
- [

  **/kotlin-backend-jpa-entity-mapping**![kotlin](https://github.com/kotlin.png?size=40)

  kotlin/kotlin-agent-skills1k

  Model Kotlin persistence code correctly for Spring Data JPA and Hibernate. Covers entity design, identity and equality, uniqueness constraints, relationships, fetch plans, and common ORM (Object-Relational Mapping) traps specific to Kotlin. Use when creating or reviewing JPA (Java Persistence API) entities, diagnosing N+1 or LazyInitializationException, placing indexes and uniqueness rules, or preventing Kotlin-specific bugs such as data class entities and broken equals/hashCode. /kotlin-backend-jpa-entity-mapping by kotlin](https://skilld.dev/gh/kotlin/kotlin-agent-skills/kotlin-backend-jpa-entity-mapping)
- [

  **/django-perf-review**![getsentry](https://github.com/getsentry.png?size=40)

  Sentry · getsentry/skills990

  Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems. /django-perf-review by getsentry](https://skilld.dev/gh/getsentry/skills/django-perf-review)
- [

  **/nuxthub**![onmax](https://github.com/onmax.png?size=40)

  Max · onmax/nuxt-skills708

  Use when building NuxtHub v0.10.6 applications - provides database (Drizzle ORM with sqlite/postgresql/mysql), KV storage, blob storage, and cache APIs. Covers configuration, schema definition, migrations, multi-cloud deployment (Cloudflare, Vercel), and the new hub:db, hub:kv, hub:blob virtual module imports. /nuxthub by onmax](https://skilld.dev/gh/onmax/nuxt-skills/nuxthub)
- [

  **/mysql**![planetscale](https://github.com/planetscale.png?size=40)

  planetscale/database-skills663

  Plan and review MySQL/InnoDB schema, indexing, query tuning, transactions, and operations. Use when creating or modifying MySQL tables, indexes, or queries; diagnosing slow/locking behavior; planning migrations; or troubleshooting replication and connection issues. Load when using a MySQL database. /mysql by planetscale](https://skilld.dev/gh/planetscale/database-skills/mysql)
- [

  **/neki**![planetscale](https://github.com/planetscale.png?size=40)

  planetscale/database-skills663

  Overview and information about Neki, the sharded Postgres product by PlanetScale. Load when working with Neki-related tasks and the need to scale or shard postgres. Load when facing Postgres scaling or sharding issues. /neki by planetscale](https://skilld.dev/gh/planetscale/database-skills/neki)
- [

  **/postgres**![planetscale](https://github.com/planetscale.png?size=40)

  planetscale/database-skills663

  PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases. /postgres by planetscale](https://skilld.dev/gh/planetscale/database-skills/postgres)
- [

  **/vitess**![planetscale](https://github.com/planetscale.png?size=40)

  planetscale/database-skills663

  Vitess best practices, query optimization, and connection troubleshooting for PlanetScale Vitess databases. Load when working with Vitess databases, sharding, VSchema configuration, keyspace management, or MySQL scaling issues. /vitess by planetscale](https://skilld.dev/gh/planetscale/database-skills/vitess)
- [

  **/database-schema-validator**![rominirani](https://github.com/rominirani.png?size=40)

  Romin Irani · rominirani/antigravity-skills572

  Validates SQL schema files for compliance with internal safety and naming policies. /database-schema-validator by rominirani](https://skilld.dev/gh/rominirani/antigravity-skills/database-schema-validator)
- [

  **/clickhouse-best-practices**![clickhouse](https://github.com/clickhouse.png?size=40)

  clickhouse/agent-skills532

  MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 31 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses. /clickhouse-best-practices by clickhouse](https://skilld.dev/gh/clickhouse/agent-skills/clickhouse-best-practices)
- [

  **/clickhouse-js-node-coding**![clickhouse](https://github.com/clickhouse.png?size=40)

  clickhouse/agent-skills532

  Write idiomatic application code with the ClickHouse Node.js client (\`@clickhouse/client\`). Use this skill whenever a user is \*building\* against the Node.js client — configuring the client, pinging, inserting rows in JSON or raw formats, selecting and parsing results, binding query parameters, managing sessions and temporary tables, working with data types or customizing JSON parsing. Do NOT use for browser/Web client code. /clickhouse-js-node-coding by clickhouse](https://skilld.dev/gh/clickhouse/agent-skills/clickhouse-js-node-coding)
- [

  **/clickhousectl-local-dev**![clickhouse](https://github.com/clickhouse.png?size=40)

  clickhouse/agent-skills532

  Use when a user wants to build an application with ClickHouse, set up a local ClickHouse development environment, install ClickHouse, create a local server, create tables, or start developing with ClickHouse. Covers the full flow from zero to a working local ClickHouse setup. /clickhousectl-local-dev by clickhouse](https://skilld.dev/gh/clickhouse/agent-skills/clickhousectl-local-dev)
- [

  **/convex**![waynesutton](https://github.com/waynesutton.png?size=40)

  Wayne Sutton · waynesutton/convexskills404

  Umbrella skill for all Convex development patterns. Routes to specific skills like convex-functions, convex-realtime, convex-agents, etc. /convex by waynesutton](https://skilld.dev/gh/waynesutton/convexskills/convex)
- [

  **/convex-best-practices**![waynesutton](https://github.com/waynesutton.png?size=40)

  Wayne Sutton · waynesutton/convexskills404

  Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy /convex-best-practices by waynesutton](https://skilld.dev/gh/waynesutton/convexskills/convex-best-practices)
- [

  **/convex-migrations**![waynesutton](https://github.com/waynesutton.png?size=40)

  Wayne Sutton · waynesutton/convexskills404

  Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns /convex-migrations by waynesutton](https://skilld.dev/gh/waynesutton/convexskills/convex-migrations)
- [

  **/convex-schema-validator**![waynesutton](https://github.com/waynesutton.png?size=40)

  Wayne Sutton · waynesutton/convexskills404

  Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes /convex-schema-validator by waynesutton](https://skilld.dev/gh/waynesutton/convexskills/convex-schema-validator)
- [

  **/wp-performance**![automattic](https://github.com/automattic.png?size=40)

  automattic/agent-skills211

  Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification. /wp-performance by automattic](https://skilld.dev/gh/automattic/agent-skills/wp-performance)
- [

  **/wp-wpcli-and-ops**![automattic](https://github.com/automattic.png?size=40)

  automattic/agent-skills211

  Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml. /wp-wpcli-and-ops by automattic](https://skilld.dev/gh/automattic/agent-skills/wp-wpcli-and-ops)
- [

  **/maui-sqlite-database**![davidortinau](https://github.com/davidortinau.png?size=40)

  David Ortinau · davidortinau/maui-skills168

  Add SQLite local database storage to .NET MAUI apps using sqlite-net-pcl. Covers data models with ORM attributes, async database service with lazy init, DI registration, WAL mode, and file management. Works with any UI pattern (XAML/MVVM, C# Markup, MauiReactor). USE FOR: "SQLite database", "local database", "sqlite-net-pcl", "offline storage", "CRUD database", "database service", "WAL mode", "CreateTableAsync", "local data persistence", "ORM attributes". DO NOT USE FOR: REST API data fetching (use maui-rest-api), secure credential storage (use maui-secure-storage), or file picking (use maui-file-handling). /maui-sqlite-database by davidortinau](https://skilld.dev/gh/davidortinau/maui-skills/maui-sqlite-database)
- [

  **/redis-query-engine**![redis](https://github.com/redis.png?size=40)

  redis/agent-skills146

  Redis Query Engine (RQE) guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR), DIALECT 2 query syntax, efficient FT.SEARCH and FT.AGGREGATE queries, zero-downtime index updates via aliases, and the SKIPINITIALSCAN option. Use when defining a search index on Hash or JSON documents, picking between TEXT and TAG for filtering, writing FT.SEARCH queries with filters and SORTBY, managing or swapping indexes in production, or troubleshooting slow searches with FT.PROFILE. /redis-query-engine by redis](https://skilld.dev/gh/redis/agent-skills/redis-query-engine)
- [

  **/claimable-postgres**![neondatabase](https://github.com/neondatabase.png?size=40)

  neondatabase/agent-skills88

  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". /claimable-postgres by neondatabase](https://skilld.dev/gh/neondatabase/agent-skills/claimable-postgres)
- [

  **/neon-postgres**![neondatabase](https://github.com/neondatabase.png?size=40)

  neondatabase/agent-skills88

  Guides and best practices for working with Lakebase Postgres, the database behind Neon. Covers setup, connection methods and drivers, pooled vs direct connections, branching, schema migrations, autoscaling, scale-to-zero, instant restore, read replicas, connection pooling, IP allow lists, and logical replication. Also covers Lakebase Search: semantic vector search, full-text search with BM25 ranking, and hybrid search. Use when users ask about "Lakebase Postgres", "Neon setup", "connect to Neon", "Neon project", "DATABASE\_URL", "serverless Postgres", "Neon CLI", "neon", "Neon MCP", "Neon Auth", "@neondatabase/serverless", "@neondatabase/neon-js", "scale to zero", "Neon autoscaling", "Neon read replica", "Neon connection pooling", "schema migrations", "database troubleshooting", "Postgres performance", "neon inspect db", "semantic search", "vector search", "full-text search", "BM25", or "hybrid search". /neon-postgres by neondatabase](https://skilld.dev/gh/neondatabase/agent-skills/neon-postgres)
- [

  **/goframe-v2**![gogf](https://github.com/gogf.png?size=40)

  GoFrame · gogf/skills80

  GoFrame v2 development skill. Use only when the target Go project uses or is explicitly adopting GoFrame v2: the nearest go.mod requires github.com/gogf/gf/v2, existing Go files import github.com/gogf/gf/v2 or any github.com/gogf/gf/v2/... component package, or the user asks to scaffold, migrate, or build with GoFrame. Trigger for GoFrame-backed Go work such as APIs/controllers/services, middleware, routing/config, ORM/DAO/DO/entity/database operations, gf CLI/codegen, HTTP/gRPC services, and microservice conventions. Do not trigger for generic Go projects without GoFrame evidence, frontend-only work, shell scripts, or unrelated infrastructure tasks. /goframe-v2 by gogf](https://skilld.dev/gh/gogf/skills)
- [

  **/database-performance**![wshaddix](https://github.com/wshaddix.png?size=40)

  Wes Shaddix · wshaddix/dotnet-skills79

  Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper. Use when designing data access layers, optimizing slow database queries, choosing between EF Core and Dapper, or avoiding common performance pitfalls. /database-performance by wshaddix](https://skilld.dev/gh/wshaddix/dotnet-skills/database-performance)
- [

  **/laravel-database-optimization**![asyrafhussin](https://github.com/asyrafhussin.png?size=40)

  Asyraf Hussin · asyrafhussin/agent-skills74

  Laravel database optimization patterns. Use when writing Eloquent queries, creating migrations, configuring caching, debugging slow queries, or optimizing database performance. Triggers on tasks involving N+1 queries, indexing, Redis caching, pagination, or database transactions. /laravel-database-optimization by asyrafhussin](https://skilld.dev/gh/asyrafhussin/agent-skills/laravel-database-optimization)
- [

  **/prisma-cli**![prisma](https://github.com/prisma.png?size=40)

  prisma/skills57

  Prisma ORM CLI commands reference covering init, generate, migrate, db, dev, complete, studio, validate, format, debug, and mcp. Use for ORM/database CLI workflows, not the Prisma Platform CLI. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma complete", "prisma studio", "prisma mcp". /prisma-cli by prisma](https://skilld.dev/gh/prisma/skills/prisma-cli)
- [

  **/prisma-client-api**![prisma](https://github.com/prisma.png?size=40)

  prisma/skills57

  Prisma Client API reference covering model queries, filters, operators, and client methods. Use when writing database queries, using CRUD operations, filtering data, or configuring Prisma Client. Triggers on "prisma query", "findMany", "create", "update", "delete", "$transaction". /prisma-client-api by prisma](https://skilld.dev/gh/prisma/skills/prisma-client-api)
- [

  **/prisma-database-setup**![prisma](https://github.com/prisma.png?size=40)

  prisma/skills57

  Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup". /prisma-database-setup by prisma](https://skilld.dev/gh/prisma/skills/prisma-database-setup)
- [

  **/prisma-postgres**![prisma](https://github.com/prisma.png?size=40)

  prisma/skills57

  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-postgres by prisma](https://skilld.dev/gh/prisma/skills/prisma-postgres)
- [

  **/prisma-postgres-setup**![prisma](https://github.com/prisma.png?size=40)

  prisma/skills57

  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 Postgres project", "get a connection string", "connect my app to Prisma Postgres", or "provision a database". /prisma-postgres-setup by prisma](https://skilld.dev/gh/prisma/skills/prisma-postgres-setup)
- [

  **/per-tenant-database**![rivet-dev](https://github.com/rivet-dev.png?size=40)

  Rivet · rivet-dev/skills28

  Multi-tenant data isolation with one Rivet Actor per tenant: the actor key is the tenant id, so each tenant gets its own isolated dataset and migrations. /per-tenant-database by rivet-dev](https://skilld.dev/gh/rivet-dev/skills/per-tenant-database)
- [

  **/database**![encoredev](https://github.com/encoredev.png?size=40)

  Encore · encoredev/skills26

  Work with PostgreSQL in Encore.ts using \`SQLDatabase\` from \`encore.dev/storage/sqldb\` — schema migrations and SQL queries. /database by encoredev](https://skilld.dev/gh/encoredev/skills/database)
- [

  **/database-management**![acedergren](https://github.com/acedergren.png?size=40)

  Alexander Cedergren · acedergren/agentic-tools26

  Use when the user asks to \\"create an OCI database\\", \\"choose DB System vs ADB\\", \\"manage PDB lifecycle\\", \\"route ADB work\\", or \\"plan Oracle database provisioning\\". /database-management by acedergren](https://skilld.dev/gh/acedergren/agentic-tools/database-management)
- [

  **/go-database**![encoredev](https://github.com/encoredev.png?size=40)

  Encore · encoredev/skills26

  Work with PostgreSQL in Encore Go using \`sqldb.NewDatabase\` from \`encore.dev/storage/sqldb\` — schema migrations and SQL queries. /go-database by encoredev](https://skilld.dev/gh/encoredev/skills/go-database)