AI Skills for Database Administrator

Discover 178+ AI skills for database administrators

Install any skill with /learn

/learn @owner/skill-name

wshobson / postgresql-table-design

0

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

plugin developmentpostgresqlfrontenddesign +1

wshobson / sql-optimization-patterns

0

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.

plugin cursordevelopmentpostgresqlmysqlfrontenddesign

wshobson / database-migration

0

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.

plugin developmentfrontenddocx

openclaw / sql-toolkit

0

Query, design, migrate, and optimize SQL databases. Use when working with SQLite, PostgreSQL, or MySQL — schema design, writing queries, creating migrations, indexing, backup/restore, and debugging slow queries. No ORMs required.

developmentsqlitepostgresqlfrontenddesign +4

openclaw / sql-assistant

0

Comprehensive SQL query assistant for database operations, optimization, and troubleshooting. Use when Codex needs to write, debug, optimize, or explain SQL queries; analyze database schemas; or help with SQL-related tasks including joins, subqueries, aggregations, and performance tuning. Support...

codexdevelopmentpostgresqlmysqlfrontenddesign +3

openclaw / database-operations

0

Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.

claudedevelopmentpostgresqlredisfrontenddesign +4

openclaw / sql-pro

0

Use when optimizing SQL queries, designing database schemas, or tuning database performance. Invoke for complex queries, window functions, CTEs, indexing strategies, query plan analysis.

cursordevelopmentpostgresqlmysqlfrontenddesign +3

skillcreatorai / database-design

0

Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries.

cursordevelopmentpostgresqlmysqlfrontenddesign +2

openclaw / schema-writer

0

Generate database schemas from plain English. Use when you need SQL tables fast.

developmentpostgresqlmysqlfrontenddesign +3

openclaw / DB Backup

0

Generate automated backup scripts with rotation for PostgreSQL, MySQL, SQLite, and MongoDB.

developmentpostgresqlmysqlfrontenddocx +3

openclaw / db-query

0

Query project databases with automatic SSH tunnel management. Use when you need to execute SQL queries against configured databases, especially those accessible only via SSH tunnels. Automatically manages SSH connection lifecycle (establishes tunnel before query, closes after). Supports multiple ...

developmentmysqlfrontenddocx

openclaw / index-suggester

0

Get smart database index suggestions from query patterns. Use when queries are slow.

developmentfrontendgit +2

openclaw / postgres-perf

0

PostgreSQL performance optimization and best practices. Use when writing SQL queries, designing schemas, implementing indexes, or debugging database performance. Covers query optimization, connection management, schema design, and RLS.

developmentpostgresqlsupabasefrontenddesign

openclaw / schema-gen

0

Generate database schemas from descriptions

developmentpostgresqlmysqlfrontendgit +2

openclaw / database

0

Database management and queries. Connect to SQL and NoSQL databases, run queries, and manage schemas.

developmentpostgresqlmysqlfrontendapi +1

openclaw / postgres

0

PostgreSQL database management. Run queries, manage schemas, and monitor performance.

developmentpostgresqlfrontendapi

openclaw / database-query

0

Query database safely with parameterized statements

developmentdatabasebackend

majiayu000 / ActiveRecord Query Patterns

0

Complete guide to ActiveRecord query optimization, associations, scopes, and PostgreSQL-specific patterns. Use when: (1) Writing database queries, (2) Designing model associations, (3) Creating migrations, (4) Optimizing query performance, (5) Debugging N+1 queries and GROUP BY errors. Trigger ke...

developmentpostgresqlfrontenddesign

majiayu000 / advanced-patterns

0

Advanced T-SQL patterns and techniques for SQL Server. Use this skill when: (1) User needs help with CTEs or recursive queries, (2) User asks about APPLY operator, (3) User wants MERGE or OUTPUT clause help, (4) User works with temporal tables, (5) User needs In-Memory OLTP guidance, (6) User ask...

data-analyticsfrontenddatabase

majiayu000 / alembic

0

Database migration management for SQLAlchemy projects using Alembic

developmentfrontendgit