Loading...
Loading...
Found 705 Skills
Work with JSONB data - queries, indexing, transformations
PostgreSQL monitoring - metrics, alerting, observability
SQL database queries, joins, aggregations, subqueries, and optimization. Use for .sql files and database operations.
Convert natural language queries to SQL. Use for database queries, data analysis, and reporting.
Use when working with SQLite databases in Bun. Covers Bun's built-in SQLite driver, database operations, prepared statements, and transactions with high performance.
Patterns for SQLite databases in Python projects - state management, caching, and async operations. Triggers on: sqlite, sqlite3, aiosqlite, local database, database schema, migration, wal mode.
Scale PostgreSQL - partitioning, connection pooling, high availability
SQL 优化与调优
Expert guidance for SQLModel - the Python library combining SQLAlchemy and Pydantic for database models. Use when (1) creating database models that work as both SQLAlchemy ORM and Pydantic schemas, (2) building FastAPI apps with database integration, (3) defining model relationships (one-to-many, many-to-many), (4) performing CRUD operations with type safety, (5) setting up async database sessions, (6) integrating with Alembic migrations, (7) handling model inheritance and mixins, or (8) converting between database models and API schemas.
Master PostgreSQL SQL fundamentals - data types, tables, constraints, schema design
Sql Migration Generator - Auto-activating skill for Backend Development. Triggers on: sql migration generator, sql migration generator Part of the Backend Development skill category.
Instructions for working with sql-embedder generated files. Use when editing or working with .sql.ts files that contain the comment "This file was generated by sql-embedder". NEVER edit these generated files directly—edit the source .sql file and regenerate instead.