Database

Database management and queries

Showing 1753-1776 of 3626 skills
nonameplum

Swift Unit Testing: Agent Playbook

by nonameplum

Runs in < 100ms

Database 13 3mo ago
lunarpulse

mcp-integration

by lunarpulse

Use Model Context Protocol servers to access external tools and data sources. Enable AI agents to discover and execute tools from configured MCP servers (legal databases, APIs, database connectors, weather services, etc.).

Processing 17 4mo ago
narumiruna

python-peewee

by narumiruna

Patterns for using Peewee ORM with DatabaseProxy and scoped connections/transactions. Use when setting up DatabaseProxy, managing connection_context/atomic blocks, or writing tests with SQLite.

Database 7 5mo ago
nesnilnehc

review-code

by nesnilnehc

Orchestrator that runs scope then language then framework then library then cognitive review skills in order and aggregates all findings into one report. Does not perform analysis itself.

Code Review 7 3mo ago
CaliLuke

type-bridge

by CaliLuke

Use the type-bridge Python ORM for TypeDB. Covers defining entities, relations, attributes, CRUD operations, queries, expressions, and schema management. Use when working with TypeDB in Python projects.

Database 7 4mo ago
rustydotwtf

verification

by rustydotwtf

Verify on-chain Doppler behavior with cast, viem, RPC, and explorers for dynamic auctions, multicurve launches, hook initializer state, and migration flows.

Agents 5 3mo ago
rustydotwtf

proceeds-split-migration

by rustydotwtf

Configure and verify migration-time proceeds split flows using ProceedsSplitter, TopUpDistributor, UniswapV4MigratorSplit, and UniswapV4MigratorSplitHook.

Database 5 3mo ago
rustydotwtf

v4-multicurve-auction

by rustydotwtf

Reference for Doppler V4 multicurve auctions across base, scheduled, and decay variants; covers shares-based curve allocation, locked vs migrable pools, and migration constraints.

Automation 5 3mo ago
wangyendt

pywayne-crypto

by wangyendt

Encryption and decryption toolkit for string and byte data. Supports Fernet (AES-128) symmetric encryption, fallback XOR encryption, custom password protection, code obfuscation, and batch processing. Use when users need to encrypt/decrypt sensitive data, protect algorithms, or obfuscate Python code.

Processing 5 4mo ago
wangyendt

pywayne-helper

by wangyendt

Project configuration management helper for YAML config files. Use when projects need cross-process/cross-file parameter sharing via a centralized config file. Supports automatic project root detection, nested config key management, and waiting mechanism for values set by other processes.

API Dev 5 4mo ago
rustydotwtf

v3-static-auction

by rustydotwtf

Reference for Doppler V3 static auctions using UniswapV3Initializer or LockableUniswapV3Initializer, including parameters, lifecycle, and far-tick exits.

Agents 5 3mo ago
rustydotwtf

uniswap-fundamentals

by rustydotwtf

Reference for Uniswap V3/V4 concepts used in Doppler development, including tick math, sqrtPriceX96, concentrated liquidity formulas, and V4 hooks/singleton architecture.

Database 5 3mo ago
tanstack-skills

tanstack-query

by tanstack-skills

Powerful asynchronous state management, server-state utilities, and data fetching for TS/JS, React, Vue, Solid, Svelte & Angular.

Processing 18 4mo ago
tanstack-skills

tanstack-cli

by tanstack-skills

Project scaffolding CLI with 30+ integrations, custom templates, and MCP server for AI agents.

CLI Tools 18 4mo ago
joneqian

mysql-patterns

by joneqian

MySQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns.

Code Gen 20 4mo ago
martinellich

flyway-migration

by martinellich

Creates versioned Flyway database migration scripts (V*.sql) with sequences, tables, constraints, and foreign keys from the entity model. Use when the user asks to "create a migration", "generate SQL scripts", "set up database tables", "write a Flyway migration", or mentions schema migration, DB migration, database versioning, or SQL migration files.

Code Gen 37 3mo ago
vinnie357

implementation-planning

by vinnie357

Activate when creating detailed implementation plans with phases, tasks, dependencies, and resource allocation for software projects

Automation 12 5mo ago
arjunmahishi

tsq

by arjunmahishi

Use tsq to extract structured code information with tree-sitter queries, symbols, outlines, and references across languages.

Processing 12 3mo ago
oakoss

electricsql

by oakoss

ElectricSQL real-time Postgres sync engine using Shapes for partial replication. Covers ShapeStream API, React hooks, where clause filtering, column selection, auth proxy patterns, and progressive write strategies from online-only to through-the-database. Use when setting up ElectricSQL, configuring Postgres sync, implementing shape-based data loading, building auth proxies for shapes, or choosing write patterns for local-first apps with Electric.

API Dev 12 3mo ago
oakoss

destructive-command-guard

by oakoss

'Blocks dangerous commands before execution via a Rust-based Claude Code hook. Use when configuring agent safety guards, setting up destructive command blocking, or auditing CLI protection rules. Use for git reset protection, rm -rf interception, force-push blocking, pack-based command filtering, and PreToolUse hook safety.'

CLI Tools 12 4mo ago
oakoss

cloudflare

by oakoss

'Cloudflare Workers, KV, D1, R2, Pages, and Wrangler CLI. Use when deploying to the edge, configuring Workers, managing storage bindings, or setting up Cloudflare Pages.'

Cloud 12 4mo ago
arjunmahishi

pup

by arjunmahishi

Use pup to query Datadog metrics and logs -- search, query, aggregate, list, and analyze observability data from the command line.

Processing 12 3mo ago
tondevrel

duckdb

by tondevrel

An analytical in-process SQL database management system. Designed for fast analytical queries (OLAP). Highly interoperable with Python's data ecosystem (Pandas, NumPy, Arrow, Polars). Supports querying files (CSV, Parquet, JSON) directly without an ingestion step. Use for complex SQL queries on Pandas/Polars data, querying large Parquet/CSV files directly, joining data from different sources, analytical pipelines, local datasets too big for Excel, intermediate data storage and feature engineering for ML.

Processing 12 4mo ago
tondevrel

polars

by tondevrel

Blazingly fast DataFrame library written in Rust. Features a multi-threaded query engine, lazy evaluation, and efficient memory usage via Apache Arrow. Designed for high-performance data processing on a single machine. Use for large datasets (1GB-100GB+), fast data transformations, Parquet/CSV processing, complex query pipelines, memory-efficient operations, and when speed is critical (10-100x faster than pandas).

Processing 12 4mo ago