934 free skills
Database skills
Skills for databases — schema design, migrations, indexing, query optimization, and working with Postgres, MySQL, MongoDB, Redis.
Sourced from real, public repositories — synced daily, never invented.
934 free skills
Skills for databases — schema design, migrations, indexing, query optimization, and working with Postgres, MySQL, MongoDB, Redis.
Sourced from real, public repositories — synced daily, never invented.
15 tools across six categories
13 of them never send your data anywhere
Free · No signup · No trial clock
SEE THE DIRECTORY

mysql-patterns
fmarzochi/egc
MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.
mysql
sreyemnayr/database-skills
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-indexing
anyorgname/php-skills
>-
sqlanvil-engineering-fundamentals
sqlanvil/agent-skills
Use when writing or editing a sqlanvil data project (.sqlx models, workflow_settings.yaml, .df-credentials.json) targeting PostgreSQL, Supabase, or MySQL/MariaDB - corrects Dataform/BigQuery priors that produce wrong config blocks, credentials, DDL, separators, and CLI commands in the sqlanvil fork
oracle-to-percona
percona-lab/skills
Migrating from Oracle Database to Percona Server for MySQL. Use when porting an Oracle schema, PL/SQL, or application to Percona Server / MySQL, mapping Oracle data types, or rewriting Oracle SQL constructs. IMPORTANT - unlike MariaDB (which has sql_mode=ORACLE and PL/SQL compatibility), MySQL and Percona Server have NO Oracle compatibility mode. Oracle→Percona is a genuine schema-and-code rewrite, not a compatibility-mode switch: PL/SQL packages, ROWNUM, CONNECT BY, sequences, (+) joins, and empty-string=NULL semantics all need rewriting. Recursive CTEs and window functions require MySQL/Percona 8.0+.
mongodb-docs
cookiemonsterdev/agents-skills
Use when users ask how to deploy, connect to, query, model, index, aggregate, secure, scale, back up, monitor, or troubleshoot MongoDB databases and applications, including Atlas, Community Edition, Enterprise Advanced, CRUD, the aggregation framework, search, vector search, transactions, change streams, replication, sharding, drivers, Compass, or data modeling, especially when they need official MongoDB documentation, exact links, or docs-grounded guidance.
mongodb-workload-migration
exasol-labs/exasol-json-tables
Use when migrating MongoDB query or aggregation workloads into the Exasol wrapper-view plus preprocessor architecture in this repository. Covers MQL-to-SQL translation patterns, analytics-focused migration strategy, known wrapper strengths and limits, official MongoDB source patterns, and Nano validation workflow for ported workloads.
mysql-best-practices
senga07/mysql-best-practices-skill
MySQL performance optimization and best practices. Use this skill when writing, reviewing, or optimizing MySQL queries, schema designs, or database configurations.
mysql-patterns
danielnguyenfinhub/ecc
MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.
mysql-patterns
pey-sjitech/ecc
MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.
database-mongodb-guide
khalilbenaz/claude-skills-collection
Modélisation et requêtes MongoDB. Se déclenche avec "MongoDB", "Mongo", "NoSQL", "aggregation pipeline", "sharding", "replica set
mongodb
duthaho/claudekit
>
design-md-mongodb
galyarderlabs/galyarder-framework
Design system reference for design md mongodb.
mysql
gmcabrita/dotfiles
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-database-expert
ndestates/ndestates-website
>
cpanel-database
azdigi-official/hosting_ai_skills
Tạo và quản lý MySQL database, MySQL user và phân quyền trên gói hosting cPanel. Dùng khi người dùng cần tạo database, tạo user MySQL, cấp quyền, kết nối website (WordPress, Laravel...) tới database, hoặc xóa database trên cPanel.
accessories
donnfelker/kamal-skills
Run and manage accessory services — databases, Redis, search, and other long-lived dependencies your app needs — through Kamal's `accessories:` configuration and the `kamal accessory` command. Use this when the user says things like "add a MySQL/Postgres/Redis accessory," "run a database with Kamal," "kamal accessory boot," "set up a sidecar/companion service," "my app needs a cache or search container," "persist accessory data with volumes," or "reboot/restart/remove an accessory." Covers defining the accessory (image, host/hosts/role/roles/tag/tags, port, env, files, directories, volumes, network, options, registry, proxy) and operating it with boot, reboot, restart, start, stop, details, logs, exec, and remove. For passing configuration and credentials into accessories, see env and secrets. For scheduled jobs, see cron.
mysql-query-analyser
dotlabshq/crux
>
database-migration
ricardo-almonte-eng/paybille_v2
Migrate data from MySQL to MongoDB for PayBille v2. Use when transforming schema, validating data integrity, or planning migration strategy.
slow-query-analysis
openjny/sre-agent-isucon13
Enable MySQL slow query log and use pt-query-digest to identify the most expensive database queries
database-mongodb-inserts
mihailtd/skills
Guides the agent on MongoDB insert operations, including insertOne, insertMany, ordered/unordered writes, custom _id values, batch sizing, and error handling.
write-script-mysql
windmill-labs/windmill-claude-plugin
MUST use when writing MySQL queries.
quarkus-mongodb
ricardolv/quarkus-ai-plugins
>
nodeboot-starter-persistence-mongodb
nodejs-boot/node-boot
Use when the user wants MongoDB persistence in a Node-Boot app via `@nodeboot/starter-persistence` and TypeORM's Mongo driver — `persistence.type mongodb`. Covers Mongo entity shape (`@ObjectIdColumn`/`_id`), `MongoRepository<T>`, `MongoPagingAndSortingRepository<T>` cursor-based paging, entity subscribers, and injecting `MongoClient` directly. This is the MongoDB flavour of `nodeboot-starter-persistence`; use `nodeboot-starter-persistence-sql` instead for relational databases.
mysql-problem-solver
pekral/pint-rules
Use when you need to analyze and solve MySQL performance or query design problems directly from a real codebase or database environment. Inspects SQL queries, table structure, index usage, and uses terminal tools (mysql, EXPLAIN) when possible. For pragmatic diagnosis of slow queries, joins, indexes, and filtering in existing applications.
percona-server-features
percona-lab/skills
Percona Server for MySQL features and enhancements that go beyond stock Oracle MySQL. Use when working with Percona Server, reviewing MySQL code or schema that runs on Percona Server, asking what Percona Server adds over community MySQL, tuning instrumentation/observability, configuring data-at-rest encryption, auditing, the MyRocks engine, threadpool, or backup locking. Also use when deciding whether Percona Server's extra features help a given workload. IMPORTANT - Percona Server is a TRUE drop-in binary replacement for the matching MySQL version (8.0, 8.4 LTS, 9.x): same SQL, same wire protocol, same replication. Do NOT treat it like MariaDB (which is not a drop-in). The value is extra instrumentation, encryption, and operational features bundled in - not syntax differences.
mysql-patterns
defuj/opencode-agent-kit
MySQL and MariaDB schema, query, indexing, transaction, replication, and connection-pool patterns for production backends.
11ai-mongodb-cheatsheet
rj11io/11ai
Answer common MongoDB command and syntax questions with a compact mongosh and Database Tools reference. Use when the user wants a command lookup, a filter or update example, an aggregation stage reminder, or a quick explanation of MongoDB terminology.
mysql-ddl-scout
marceloxp/mysql-ddl-scout
Inspects MySQL DDL files offline and returns strict JSON for table existence, columns, keys, and parser AST. Use when exploring database schemas from .sql/.ddl files, validating columns or foreign keys, or when the user mentions MySQL DDL, schema inspection, or table metadata without a live database.
expert-mysql
wonderslife/pdd-skills
MySQL database expert providing SQL optimization, index design, and table structure analysis services. References MySQL official documentation. Invoke this skill when users need SQL optimization, database design, or index optimization. 支持中文触发:SQL优化、数据库设计、索引优化、表结构分析、MySQL优化、查询优化。
mysql
sushichan044/dotfiles
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-read
joecp17/llm-dot-files
Run read-only MySQL queries against the Thomas local Docker MySQL or the dev Aurora hmmall/thomas databases. Use when the user wants quick schema inspection, SQL lookups, NATION/STATE mapping checks, or direct read-only validation without relying on MCP.
percona-operators-on-k8s
percona-lab/skills
Running Percona databases on Kubernetes with the Percona Operators - for PXC, MongoDB, PostgreSQL, and Percona Server for MySQL. Use this skill when the user writes or edits a Custom Resource (CR) for a Percona database on K8s, chooses between the two MySQL operators, configures operator-managed backups (S3/GCS/Azure) or PITR, scales a cluster, or performs a version upgrade. CRITICAL POINT - CR kinds, apiVersion groups, and field names differ per operator and shift between releases, and this is the #1 hallucination area: there are TWO MySQL operators (PXC-based vs Percona-Server-based) with separate CRDs (`pxc.percona.com` vs `ps.percona.com`); the PostgreSQL operator uses apiVersion `pgv2.percona.com/v2` (NOT `pg.percona.com`) and the field `replicas` (NOT `size`), while PXC/MongoDB/MySQL use `size`; PXC's `allowUnsafeConfigurations` is deprecated in favor of an `unsafeFlags` subsection. NEVER emit a CR field, kind, or apiVersion without verifying it against percona-dk for the operator version in use.
mysql-conventions
zeno-w/soil-agentic-java-spec
Enforces MySQL database design, SQL writing, and ORM conventions. Invoke when designing tables, writing SQL queries, using MyBatis/JPA, or reviewing database-related code.
mongodb-persistence
efesto-cloud/lib
>
cau-mongodb
redis-developer/redis-agent-memory-explorer
Typed MongoDB CRUD utility with Zod validation, auto-managed fields, soft deletes, and optimistic concurrency. Use when the application needs a MongoDB data layer.
database-cli-ops
white-up/self-skills
Manage reusable database connection profiles or use user-provided direct connection arguments to operate MySQL, OceanBase MySQL-mode, and OceanBase Oracle-mode databases through Python scripts. Use when Codex needs to list/add/update/remove saved database connections; perform data CRUD; create/read/update/delete table structures; or execute direct SQL against MySQL, OceanBase MySQL-compatible tenants, or OceanBase Oracle-compatible tenants without relying on local database CLI tools.
mongodb-expert
sayed-moin-ahmed/mongodb-expert-skill
Use when working with MongoDB — designing a schema or collection (embed vs reference, data modeling, BSON types, schema validation), optimizing performance (indexes, ESR rule, explain() / slow query tuning, aggregation pipelines, covered queries), benchmarking or monitoring (profiler, mongostat, working set, executionStats), or applying standard practices (write/read concern, read preference, transactions, replication, sharding/shard keys, security, connection pooling). Covers MongoDB 8.0 with version-gated notes back to 4.x.
design-mongodb
findbene/skills
Apply Mongodb design system aesthetic. Mongodb brand design system. Triggers: 'use design-mongodb', 'design mongodb', 'design-mongodb task'.
database-mongodb-indexing
mihailtd/skills
Guides the agent on MongoDB indexing fundamentals, B-tree behavior, selectivity, compound and covering indexes, index scans, partial/sparse indexes, and index maintenance tradeoffs.
databases
mantrandev/mydotbot
Design schemas, write queries for MongoDB and PostgreSQL. Use for database design, SQL/NoSQL queries, aggregation pipelines, indexes, migrations, replication, performance optimization, psql CLI.
mongodb-schema-design
gabrielmoreira/agent-skills-mirror
MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model", "schema review", "unbounded arrays", "one-to-many", "tree structure", "16MB limit", "schema validation", "JSON Schema", "time series", "schema migration", "polymorphic", "TTL", "data lifecycle", "archive", "index explosion", "unnecessary indexes", "approximation pattern", "document versioning".
mongodb
anuragkngr/skills
MongoDB document modeling: embedding vs referencing, indexing, schema validation, aggregation pipelines, and transaction boundaries.
databases
djamseed-khodabocus-cko/claude
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
mongodb-review
itsoltech/agents
MongoDB review: schemas, queries, indexes, aggregation, transactions, security, tests.
mongodb-patterns
mikailustuner/omnirule
MongoDB Patterns: Schema design, aggregation pipeline, indexing, data modeling.
databases
docaohieu2808/claude-skills
Design schemas, write queries for MongoDB and PostgreSQL. Use for database design, SQL/NoSQL queries, aggregation pipelines, indexes, migrations, replication, performance optimization, psql CLI.
mongodb-indexing
bcdfuzz/agent-skills
Defensive, non-executable guidance for MongoDB index planning and review. Use when the user asks about query performance, index design, compound index order, unique/text/TTL/geospatial indexes, explain-plan interpretation, slow query triage, or migration-safe indexing. This skill must not connect to databases, run queries, modify collections, dump data, or handle credentials.
mongodb-expert
hashim1404/agent-skills-and-rules
MongoDB document modeling, aggregation pipeline optimization, sharding strategies, replica set configuration, connection pool management, and indexing patterns. Use this skill for MongoDB-specific issues, NoSQL performance optimization, and schema design.
databases
hiehoo/forex-rebate-bot
Design schemas, write queries for MongoDB and PostgreSQL. Use for database design, SQL/NoSQL queries, aggregation pipelines, indexes, migrations, replication, performance optimization, psql CLI.
psmdb-features
percona-lab/skills
What Percona Server for MongoDB (PSMDB) adds beyond MongoDB Community Edition, and how to configure it. Use this skill when the user asks about PSMDB hot backup, data-at-rest encryption, audit logging, LDAP/Kerberos/OIDC authentication, the in-memory storage engine, log redaction, or 'how do I get MongoDB Enterprise feature X for free'. PSMDB is a drop-in replacement for MongoDB Community that ships most MongoDB Enterprise features as open source. KEY POINT - several features are version-gated (KMIP and Kerberos since 6.0.2-1, OIDC since 7.0, OpenBao KMS in 8.0) and the Transparent Huge Pages requirement REVERSES at 8.0; agents that assume uniform behavior across 6.0/7.0/8.0 will emit wrong config. PSMDB does NOT include SNMP monitoring.
databases
malibujack/claudekit-skills
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
databases
hotriluan/ai-command-center
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
databases
donganhvuphp/claude-skills-lord
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
databases
zircote/agents
Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases.
mongodb-patterns
srisatyakrishna5/ghcp-tools
MongoDB patterns including schema design, aggregation pipelines, indexing, Motor async driver, document modeling, and ODM usage with Beanie/MongoEngine. WHEN: MongoDB schema, document modeling, aggregation pipeline, MongoDB indexes, Motor async, Beanie ODM, MongoEngine, MongoDB queries, embedded vs referenced, MongoDB performance.
databases
nammdev/goads-krea
Design schemas, write queries for MongoDB and PostgreSQL. Use for database design, SQL/NoSQL queries, aggregation pipelines, indexes, migrations, replication, performance optimization, psql CLI.
adk-redis
redis-developer/adk-redis
|
redis
olasunkanmi-se/codebuddy
Manage Redis databases via the redis-cli tool.
redis
mgd34msu/goodvibes-gemini
Uses Redis for caching, sessions, pub/sub, and data structures with Node.js. Use when implementing caching, session storage, real-time messaging, or high-performance data storage.