Back to categories
Category

Agent Skills in category: database

17 skills match this category. Browse curated collections and explore related Agent Skills.

prisma_specialist

Prisma ORM, schema design, migrations ve type-safe database access.

[architectureautomationbestpractices
vuralserhat86
vuralserhat86
4212

redis_expert

Redis caching stratejileri, Pub/Sub ve veri yapıları (Streams, Lists, Hashes).

[architectureautomationbestpractices
vuralserhat86
vuralserhat86
4212

firestore_patterns

Firebase Firestore NoSQL patterns, real-time sync ve security rules rehberi.

[architectureautomationbestpractices
vuralserhat86
vuralserhat86
4212

dbcli-interactive

Interactive SQL mode for 30+ databases using DbCli. Provides REPL environment for exploratory queries, rapid prototyping, and database administration. Includes safety prompts before dangerous operations (UPDATE/DELETE/DROP). Use when user wants interactive database session.

tteamtm
tteamtm
8

dbcli-db-ddl

Execute DDL (Data Definition Language) statements - CREATE, ALTER, DROP tables, indexes, views on 30+ databases using DbCli. CRITICAL - requires mandatory backup before DROP/ALTER operations. Use when user needs to create schema, modify structure, or drop database objects.

tteamtm
tteamtm
8

dbcli-exec

Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations. Use when user needs to modify data, insert records, update fields, or delete rows. Always create backups first.

tteamtm
tteamtm
8

dbcli-export

Export table data as SQL INSERT statements from 30+ databases using DbCli. Essential for creating backups before dangerous modifications (UPDATE/DELETE/DROP). Use when user needs to backup data, migrate tables, or create portable SQL dumps.

tteamtm
tteamtm
8

dbcli-query

Execute SELECT queries on 30+ databases (SQLite, SQL Server, MySQL, PostgreSQL, Oracle, etc.) using DbCli. Returns data in JSON, table, or CSV format. Use when user needs to query databases, read data, or execute SELECT statements.

tteamtm
tteamtm
8

dbcli-tables

List all tables in a database and show table structure (columns, types, constraints) for 30+ databases using DbCli. Use when user wants to explore database schema, see what tables exist, check table structure, or understand column definitions.

tteamtm
tteamtm
8

dbcli-export-schema

Export database schema objects (procedures, functions, triggers, views, indexes) as SQL scripts for backup

[dbclisqlbackupschema
tteamtm
tteamtm
8

dbcli-procedure

Manage stored procedures, functions, and triggers (CREATE/ALTER/DROP operations)

[dbclisqlproceduresfunctions
tteamtm
tteamtm
8

dbcli-view

Manage database views (CREATE/ALTER/DROP VIEW operations)

[dbclisqlviewsddl
tteamtm
tteamtm
8

dbcli-compare

Compare results of two SQL queries to verify if they produce identical data. Checks structure, record count, and data content using MINUS/EXCEPT operations. Use when user needs to validate query equivalence, compare view logic, verify refactoring, or check data consistency.

tteamtm
tteamtm
8

dbcli-index

Manage database indexes (CREATE/DROP INDEX operations)

[dbclisqlindexesperformance
tteamtm
tteamtm
8

database-workflows

Database workflows - schema design, migrations, query optimization. Use when designing schemas, reviewing migrations, optimizing queries, preventing N+1 problems, or working with ORMs like Prisma, Drizzle, and TypeORM.

database-schema-designschema-migrationquery-optimizationorm
hgeldenhuys
hgeldenhuys
0

postgres

Execute read-only SQL queries against multiple PostgreSQL databases. Use when: (1) querying PostgreSQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.

postgresqlsql-queryread-onlydatabase-introspection
prof-ramos
prof-ramos
0

Managing Supabase Schema Migrations

Guides creation, validation, and application of Supabase database migrations with RLS policy checks and type generation. Use when adding tables, modifying schema, or updating database structure.

supabaseschema-migrationdatabase-schemaRLS
lifegenieai
lifegenieai
0