home/categories/databases
domain cluster

Databases

SQL, NoSQL, and database management tools.

3963 مهارةall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
database-tools
14

supabase-database

Perform database operations (CRUD) on Supabase tables using the REST API. Use for querying, inserting, updating, and deleting data in your Supabase database.

Nice-Wolf-Studio
Nice-Wolf-Studio
databases
open
database-tools
14

supabase-realtime

Subscribe to realtime changes in Supabase using WebSocket connections. Use for listening to database changes, presence tracking, and broadcast messaging.

Nice-Wolf-Studio
Nice-Wolf-Studio
databases
open
database-tools
14

oracle-consult

Post-hoc Oracle operations - consult the Oracle on existing VernHole output or apply an Oracle vision to rewrite VTS tasks.

jdonohoo
jdonohoo
databases
open
database-tools
14

repo-health

Run the repo health gate before commit or push to reduce doc drift and keep branches clean. Triggers on commit, push, before push, repo health, reduce drift, doc drift, clean branch.

sourcegraph
sourcegraph
databases
open
database-tools
14

podman-knowledge-patch

Podman changes since training cutoff (latest: 5.8.0) — Quadlet CLI management, OCI artifacts, multi-file install, BoltDB→SQLite migration, TLS remote. Load before working with Podman.

Nevaberry
Nevaberry
databases
open
database-tools
14

nx-database

Database management with Drizzle ORM. Use when modifying schemas, running migrations, or working with database operations.

qauth-labs
qauth-labs
databases
open
database-tools
14

storage

Authoring guideline for DuckPQ/DuckTable-based Parquet storage in Quool. Covers DuckPQ initialization, table discovery and registration, CRUD operations (upsert/select/load/query), cross-table JOIN queries using the <table><sep><column> pattern, DataFrame attachment, and parquet compaction. Encourages using DuckPQ as the top-level database interface rather than operating on DuckTable in isolation.

ppoak
ppoak
databases
open
database-tools
14

supabase-schema-sync

Introspects Supabase DB after migrations and updates project db-query skill with current schema. Run after any migration to keep agent context accurate.

masharratt
masharratt
databases
open
database-tools
14

migrate

Migrates the fetched data stored in the ".claude/skills/fetchAPI/data/" directory to a new location. Use when you want to move your data to a different directory.

anshlambagit
anshlambagit
databases
open
database-tools
14

axiom-grdb

Use when writing raw SQL queries with GRDB, complex joins, ValueObservation for reactive queries, DatabaseMigrator patterns, query profiling under performance pressure, or dropping down from SQLiteData for performance - direct SQLite access for iOS/macOS

kurko
kurko
databases
open
database-tools
14

prisma-knowledge-patch

Prisma changes since training cutoff (latest: 7.3) — v7 ESM rewrite, prisma-client generator, driver adapters, prisma.config.ts, TypedSQL, SQL comments. Load before working with Prisma.

Nevaberry
Nevaberry
databases
open
database-tools
14

axiom-database-migration

Use when adding/modifying database columns, encountering "FOREIGN KEY constraint failed", "no such column", "cannot add NOT NULL column" errors, or creating schema migrations for SQLite/GRDB/SQLiteData - prevents data loss with safe migration patterns and testing workflows for iOS/macOS apps

kurko
kurko
databases
open
database-tools
14

memory-init

First-run setup wizard for the memory system. Creates directory structure, config, and starter files. Use when: (1) First time using Miracle Infrastructure, (2) "Initialize memory", (3) Setting up on new machine. Triggers: "/memory-init", "initialize memory", "setup memory".

vasilievyakov
vasilievyakov
databases
open
nosql-databases
14

elixir-cache

Use when working with caching in any Elixir project that uses the elixir_cache library. TRIGGER on any of these scenarios: (1) Adding, modifying, or debugging any cache module (`use Cache`, `_cache` suffix modules, adapter selection); (2) Choosing between adapters (ETS vs Redis vs ConCache vs PersistentTerm vs Counter vs DETS vs Agent); (3) Redis operations — hash_get/hash_set/hash_scan, json_get/json_set, sadd/smembers, scan, command, pipeline, connection pools; (4) ETS operations — update_counter, match_pattern, tab2file, rehydration, read_concurrency; (5) Strategy adapters — MultiLayer (L1/L2 caching), HashRing (distributed/consistent hashing), RefreshAhead (proactive refresh); (6) Testing caches — Cache.CaseTemplate, SandboxRegistry, sandbox?, async test isolation, cache mocking; (7) Cache patterns — get_or_create, cache invalidation, cache warming, TTL management, compression_level; (8) Infrastructure — supervision tree setup with {Cache, [modules]}, runtime config, Poolboy pools; (9) Performance — thund

MikaAK
MikaAK
databases
open
nosql-databases
14

modify-caching

Caching patterns for the elixir_cache project. TRIGGER when: writing or modifying caching code involving Redis, ETS, elixir_cache, Cachex, or any of the _cache apps. Also trigger when working with RedisLock, Cache.Redis, Cache.ETS, or cache sandbox testing. DO NOT TRIGGER when: working with code that doesn't involve caching layers.

MikaAK
MikaAK
databases
open
sql-databases
14

fsharp-persistence

Implement data persistence using SQLite with Dapper, JSON file storage, or event sourcing patterns. Use when adding database tables, CRUD operations, file storage, or event logs. Creates code in src/Server/Persistence.fs with patterns for queries, transactions, relationships, and async I/O. Includes SQLite schema creation, parameterized queries, and proper connection management.

heimeshoff
heimeshoff
databases
open
sql-databases
14

sqlx-knowledge-patch

SQLx changes since training cutoff (latest: 0.9.0-alpha.1) — SqlSafeStr, owned Arguments, sqlx.toml config, begin_with transactions, SQLite hooks, PgBindIter. Load before working with SQLx.

Nevaberry
Nevaberry
databases
open
sql-databases
14

mysql

Enterprise MySQL & MariaDB production rules — query safety, connection pooling, and strict schema configurations.

neverinfamous
neverinfamous
databases
open
sql-databases
14

postgres

Enterprise PostgreSQL production rules — advanced querying, indexing, JSONB data, and strict optimization patterns.

neverinfamous
neverinfamous
databases
open
sql-databases
14

substreams-sql

Expert knowledge for building SQL database sinks from Solana/SVM Substreams. Covers DatabaseChanges, ClickHouse schemas, PostgreSQL schemas, and materialized views for Solana DEX/token data.

pinax-network
pinax-network
databases
open
sql-databases
14

pfw-sqlite-data

Use the SQLiteData library to read and write to a SQLite database, observe queries (`@FetchAll`, `@FetchOne`, `@Fetch`), synchronize to iCloud (`SyncEngine`), and share records with other iCloud users.

khoi
khoi
databases
open
sql-databases
14

postgresql-knowledge-patch

PostgreSQL changes since training cutoff (latest: 18.1) — JSON_TABLE, SQL/JSON functions, MERGE RETURNING, virtual generated columns, UUIDv7, temporal PRIMARY KEY. Load before working with PostgreSQL.

Nevaberry
Nevaberry
databases
open
sql-databases
14

postgis-knowledge-patch

PostGIS changes since training cutoff (latest: 3.6.1) — SFCGAL CG_* rename, ST_CoverageClean, ST_AsRasterAgg, topology bigint IDs, viewport simplification, 3D SFCGAL ops. Load before working with PostGIS.

Nevaberry
Nevaberry
databases
open
Previous
Page 87 / 166
Next