database▌
83 indexed skills · max 10 per page
openalex-database
davila7/claude-code-templates · Productivity
OpenAlex is a comprehensive open catalog of 240M+ scholarly works, authors, institutions, topics, sources, publishers, and funders. This skill provides tools and workflows for querying the OpenAlex API to search literature, analyze research output, track citations, and conduct bibliometric studies.
openviking-context-database
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
uniprot-database
davila7/claude-code-templates · Productivity
UniProt is the world's leading comprehensive protein sequence and functional information resource. Search proteins by name, gene, or accession, retrieve sequences in FASTA format, perform ID mapping across databases, access Swiss-Prot/TrEMBL annotations via REST API for protein analysis.
database-admin
sickn33/antigravity-awesome-skills · Productivity
You are a database administrator specializing in modern cloud database operations, automation, and reliability engineering.
implementing-pam-for-database-access
mukul975/Anthropic-Cybersecurity-Skills · implementing-pam-for-database-access
Deploy privileged access management for database systems including Oracle, SQL Server, PostgreSQL, and MySQL. Covers session proxy configuration, credential vaulting, query auditing, dynamic credentia
postgresaudit-readonly-audit
daanaagua/postgresaudit-skill · data
Safe read-only PostgreSQL audit workflow using https://postgresaudit.com/ for least-privilege setup, report interpretation, and remediation planning.
alicloud-database-rds-supabase
cinience/alicloud-skills · Cloud
Category: service
database-design
davila7/claude-code-templates · Frontend
Learn to THINK, not copy SQL patterns.
relational-database-mcp-cloudbase
tencentcloudbase/skills · Cloud
Four MCP tools for safe SQL execution and security rule management on CloudBase Relational Database. \n \n Four tools cover all agent operations: executeReadOnlySQL for SELECT queries, executeWriteSQL for INSERT/UPDATE/DELETE/DDL, readSecurityRule to inspect permissions, and writeSecurityRule to update access controls \n Use MCP tools exclusively in agent context; do not initialize CloudBase SDKs when these tools are available \n Always run read-only SELECTs first to verify assumptions before de
postgresql-database-engineering
manutej/luxor-claude-marketplace · Productivity
Comprehensive PostgreSQL database engineering covering indexing, query optimization, replication, and production management. \n \n Covers 6 index types (B-tree, Hash, GiST, GIN, BRIN, SP-GiST) with decision matrices for choosing the right index for specific query patterns \n Includes streaming and logical replication setup, failover procedures, and high-availability configuration with synchronous/asynchronous modes \n Provides partitioning strategies (range, list, hash) with automation examples