Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
KO
Manus에서 모든 스킬 실행
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기
$
cd
top
원클릭으로 모든 스킬 실행
$
pwd:
~
/
categories
/
sql-databases
SQL 데이터베이스
MySQL, PostgreSQL, SQL 데이터베이스 관리를 위한 에이전트 스킬을 탐색하세요. 쿼리를 최적화하고 관계형 데이터베이스를 관리하세요.
스타 순
최근 업데이트순
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
2026-03-03
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
쿼리 최적화, 스키마 설계, 인덱싱, 보안을 위한 PostgreSQL 데이터베이스 패턴. Supabase 모범 사례 기반.
2026-03-10
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
Sorgu optimizasyonu, şema tasarımı, indeksleme ve güvenlik için PostgreSQL veritabanı kalıpları. Supabase en iyi uygulamalarına dayanır.
2026-03-22
clickhouse-io.md
165.9k
from
"affaan-m/everything-claude-code"
ClickHouse数据库模式、查询优化、分析以及高性能分析工作负载的数据工程最佳实践。
2026-03-30
jpa-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
Spring Boot中的JPA/Hibernate模式,用于实体设计、关系处理、查询优化、事务管理、审计、索引、分页和连接池。
2026-03-03
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
用于查询优化、模式设计、索引和安全性的PostgreSQL数据库模式。基于Supabase最佳实践。
2026-03-07
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
2026-03-03
database-migrations.md
165.9k
from
"affaan-m/everything-claude-code"
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.
2026-03-23
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection. Based on Supabase best practices.
2026-03-23
database-migrations.md
165.9k
from
"affaan-m/everything-claude-code"
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).
2026-03-22
postgres-patterns.md
165.9k
from
"affaan-m/everything-claude-code"
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
2026-03-03
drizzle.md
75.6k
from
"lobehub/lobehub"
Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.
2026-03-02
create-database-migration.md
52.6k
from
"TryGhost/Ghost"
Create a database migration to add a table, add columns to an existing table, add a setting, or otherwise change the schema of Ghost's MySQL database. Use this skill whenever the task involves modifying Ghost's database schema — including adding, removing, or renaming columns or tables, adding new settings, creating indexes, updating data, or any change that requires a migration file in ghost/core. Also use when the user references schema.js, knex-migrator, the migrations directory, or asks to "add a field" or "add a column" to any Ghost model/table. Even if the user frames it as a feature or Linear issue, if the implementation requires a schema change, this skill applies.
2026-04-10
azure-postgres-ts.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Connect to Azure Database for PostgreSQL Flexible Server from Node.js/TypeScript using the pg (node-postgres) package.
2026-04-13
azure-resource-manager-mysql-dotnet.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Azure MySQL Flexible Server SDK for .NET. Database management for MySQL Flexible Server deployments.
2026-04-13
database-design.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
2026-04-13
database-migrations-sql-migrations.md
34.9k
from
"sickn33/antigravity-awesome-skills"
SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, and SQL Server. Focus on data integrity and rollback plans.
2026-04-13
database.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Database development and operations workflow covering SQL, NoSQL, database design, migrations, optimization, and data engineering.
2026-04-13
food-database-query.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Food Database Query
2026-04-13
postgres-best-practices.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
2026-04-13
postgresql-optimization.md
34.9k
from
"sickn33/antigravity-awesome-skills"
PostgreSQL database optimization workflow for query tuning, indexing strategies, performance analysis, and production database management.
2026-04-13
prisma-expert.md
34.9k
from
"sickn33/antigravity-awesome-skills"
You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite.
2026-04-13
sql-optimization-patterns.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Transform slow database queries into lightning-fast operations through systematic optimization, proper indexing, and query plan analysis.
2026-04-13
postgresql.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
2026-02-27
sqlmap-database-pentesting.md
34.9k
from
"sickn33/antigravity-awesome-skills"
Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap.
2026-03-20
postgresql-table-design.md
34.2k
from
"wshobson/agents"
Use this skill when designing or reviewing a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
2026-03-26
sql-optimization-patterns.md
34.2k
from
"wshobson/agents"
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.
2026-03-07
database-migration.md
34.2k
from
"wshobson/agents"
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.
2026-03-07
setting-up-a-data-warehouse-source.md
32.8k
from
"PostHog/posthog"
Guide the user through connecting a new data warehouse source — Postgres, MySQL, Stripe, Hubspot, MongoDB, Salesforce, BigQuery, Snowflake, and so on. Use when the user wants to "connect Stripe", "import data from Postgres", "add a new data source", "sync my warehouse tables", or wants to pick sync methods for each table. Walks through source-type discovery, credential validation, table discovery, per-table sync_type selection, and the final create call. Also covers picking a good prefix and what to do right after creation.
2026-04-23
tuning-incremental-sync-config.md
32.8k
from
"PostHog/posthog"
Change the sync configuration of an existing data warehouse schema — switch sync_type, pick a different incremental_field, set primary_key_columns, choose cdc_table_mode, or change sync_frequency. Use when the user asks "switch my orders table from full refresh to incremental", "this table is syncing too slowly / too frequently", "I need to pick a different incremental column", "set up CDC for this Postgres table", or when diagnosis of a failing sync pointed to an incremental-field or PK misconfiguration.
2026-04-23
creating-oracle-to-postgres-migration-bug-report.md
31.1k
from
"github/awesome-copilot"
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.
2026-03-10
migrating-oracle-to-postgres-stored-procedures.md
31.1k
from
"github/awesome-copilot"
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 COLLATE "C" for Oracle-compatible text sorting. Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.
2026-03-10
postgresql-code-review.md
31.1k
from
"github/awesome-copilot"
PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).
2026-02-24
postgresql-optimization.md
31.1k
from
"github/awesome-copilot"
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.
2026-02-24
reviewing-oracle-to-postgres-migration.md
31.1k
from
"github/awesome-copilot"
Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.
2026-03-10
sql-code-review.md
31.1k
from
"github/awesome-copilot"
Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.
2026-02-24
sql-optimization.md
31.1k
from
"github/awesome-copilot"
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.
2026-02-24
neon-instagres.md
25.1k
from
"davila7/claude-code-templates"
Instantly provision production-ready Postgres databases with Neon Instagres. Use when setting up databases, when users mention PostgreSQL/Postgres, database setup, or need a development database. Works with Drizzle, Prisma, raw SQL.
2026-03-26
postgres-schema-design.md
25.1k
from
"davila7/claude-code-templates"
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance patterns, and advanced features
2025-11-26
using-neon.md
25.1k
from
"davila7/claude-code-templates"
Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.
2026-01-27
query-writing.md
21.7k
from
"langchain-ai/deepagents"
Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.
2026-03-17
schema-exploration.md
21.7k
from
"langchain-ai/deepagents"
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
2026-03-17
sql-queries.md
19.6k
from
"kortix-ai/suna"
Write correct, performant, readable SQL across all major data warehouse dialects.
2026-03-31
bigquery-ai-ml.md
19.2k
from
"google/adk-python"
Skill for BigQuery AI and Machine Learning queries using standard SQL and `AI.*` functions (preferred over dedicated tools).
2026-04-04
storage-format.md
18.4k
from
"tursodatabase/turso"
SQLite file format, B-trees, pages, cells, overflow, freelist that is used in tursodb
2026-01-21
transaction-correctness.md
18.4k
from
"tursodatabase/turso"
How WAL mechanics, checkpointing, concurrency rules, recovery work in tursodb
2026-01-21
mongodb.md
17.0k
from
"RightNow-AI/openfang"
MongoDB operations expert for queries, aggregation pipelines, indexes, and schema design
2026-02-25
postgres-expert.md
17.0k
from
"RightNow-AI/openfang"
PostgreSQL expert for query optimization, indexing, extensions, and database administration
2026-02-25