Database

Database management and queries

Showing 1441-1464 of 3625 skills
jawwadfirdousi

supabase

by jawwadfirdousi

"CRITICAL: Primary database layer for ALL persistent data operations. Invoke for any CRUD (Create, Read, Update, Delete) operation, data persistence, SQL queries, schema changes, vector/embedding search with pgvector, file storage, and table migrations. Triggers on: save, store, fetch, update, delete, query, database, records, tables, persist, embeddings, vector search, or any data requiring persistence beyond current session."

CLI Tools 10 3mo ago
jackjin1997

resume-builder

by jackjin1997

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.

Processing 10 3mo ago
vamseeachanta

pandasai

by vamseeachanta

Conversational data analysis using natural language queries on DataFrames. Chat with your data using LLMs to generate insights, create visualizations, and explain code.

Code Gen 10 4mo ago
jawwadfirdousi

read-only-postgres

by jawwadfirdousi

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

Processing 10 4mo ago
jackjin1997

python-cola-skill

by jackjin1997

Python COLA 架构指南 - 将阿里巴巴 COLA 整洁分层架构适配到 Python/Flask/FastAPI 项目。用于 Python 后端的 DDD åˆ†å±‚æž¶æž„è®¾è®¡ã€ä»£ç ç»“æž„è§„èŒƒã€åº”ç”¨æž¶æž„é‡æž„ã€‚è§¦å‘æ¡ä»¶ï¼šPython DDD、Flask 架构、FastAPI 架构、Python 分层架构、整洁架构、六边形架构、洋葱圈架构、COLAã€ä»£ç åˆ†å±‚ã€æ¨¡å—åˆ’åˆ†ã€Gateway 模式、Repository 模式、CQRS、架构重构、职责分离。创建 Python 文件时自动应用 COLA 目录结构和命名规范。

CLI Tools 10 3mo ago
vamseeachanta

polars

by vamseeachanta

High-performance DataFrame library for fast data processing with lazy evaluation, parallel execution, and memory efficiency

Processing 10 4mo ago
kdoronin

text-to-sql

by kdoronin

Setup and use text-to-SQL capabilities for SQL databases (SQLite, PostgreSQL, MySQL, MariaDB, etc.). Use when: (1) User wants to query databases using natural language, (2) User asks to setup text-to-sql project, (3) User mentions extracting data from database, (4) User has .sqlite/.db file or database credentials and wants to work with data. This skill sets up project structure, extracts database schema, and enables natural language to SQL conversion.

Processing 22 5mo ago
Blazity

migration-assessment

by Blazity

Use when starting a Next.js Pages Router to App Router migration, evaluating migration feasibility, or auditing codebase readiness. Run this BEFORE any other migration skill.

Code Review 19 3mo ago
fusengine

laravel-migrations

by fusengine

Laravel 12 database migrations - Schema Builder, columns, indexes, foreign keys, seeders. Use when designing database schema or managing migrations.

Code Gen 13 4mo ago
pinecone-io

pinecone-mcp

by pinecone-io

Reference for the Pinecone MCP server tools. Documents all available tools - list-indexes, describe-index, describe-index-stats, create-index-for-model, upsert-records, search-records, cascading-search, and rerank-documents. Use when an agent needs to understand what Pinecone MCP tools are available, how to use them, or what parameters they accept.

Database 13 3mo ago
pinecone-io

pinecone-query

by pinecone-io

Query integrated indexes using text with Pinecone MCP. IMPORTANT - This skill ONLY works with integrated indexes (indexes with built-in Pinecone embedding models like multilingual-e5-large). For standard indexes or advanced vector operations, use the CLI skill instead. Requires PINECONE_API_KEY environment variable and Pinecone MCP server to be configured.

Database 13 3mo ago
fusengine

exploration

by fusengine

Codebase exploration techniques for rapid discovery, architecture analysis, pattern detection, and dependency mapping.

CLI Tools 13 4mo ago
fusengine

laravel-testing

by fusengine

Write tests with Pest 3/PHPUnit, feature tests, unit tests, mocking, fakes, and factories. Use when testing controllers, services, models, or implementing TDD.

API Dev 13 4mo ago
fusengine

nextjs-stack

by fusengine

Next.js 16+ complete stack with App Router, Prisma 7, Better Auth, shadcn/ui, TanStack Form, Zustand. Use as the master reference combining all framework skills.

Auth 13 4mo ago
av

turso-db

by av

Install, configure, and work with Turso DB — an in-process SQLite-compatible relational database engine written in Rust. Use when the user needs to (1) install Turso DB, (2) create or query databases with the tursodb CLI shell, (3) use Turso from JavaScript/Node.js via @tursodatabase/database, (4) work with vector search or embeddings in Turso, (5) set up full-text search with FTS indexes, (6) configure transactions including MVCC concurrent transactions, (7) enable encryption at rest, or (8) use Change Data Capture (CDC) for audit logging.

Database 8 3mo ago
greyhaven-ai

grey-haven-react-tanstack-testing

by greyhaven-ai

"Specialized testing for React applications using TanStack ecosystem (Query, Router, Table, Form) with Vite and Vitest. Use when testing React + TanStack apps, mocking server state, testing router, or validating query behavior. Triggers: 'TanStack testing', 'React Query testing', 'test TanStack', 'mock query', 'router test'."

Database 28 5mo ago
sourcegraph

bigquery

by sourcegraph

Instructions for querying Google BigQuery using the bq command-line tool. Useful for running SQL queries, exploring datasets, and exporting results.

CLI Tools 16 5mo ago
omer-metin

Agent Tool Builder

by omer-metin

Database 84 4mo ago
rawveg

laravel

by rawveg

Laravel v12 - The PHP Framework For Web Artisans

API Dev 38 7mo ago
acaprino

async-python-patterns

by acaprino

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

Automation 5 5mo ago
XiaoMi

hera

by XiaoMi

Hera log detail query toolkit for querying log details by spaceId, storeId, tailName and time range. Use this when you need to query Hera log information programmatically.

Database 1.2K 6mo ago
netcorepal

cleanddd-dotnet-init

by netcorepal

初始化 CleanDDD dotnet 项目(netcorepal-web 模板);在创建新项目或为客户演示快速拉起解决方案时使用,可直接调用 dotnet new 或包装脚本

Code Gen 30 4mo ago
chaterm

rsync

by chaterm

rsync 文件同步与备份

CLI Tools 42 4mo ago
OzeroHAX

planning-migration-strategy

by OzeroHAX

Migration strategy for data/schemas/contracts: compatibility, phases, verification

API Dev 33 3mo ago