Tag: sql

Type: All Skills Tools
skill ★ 77,350

Drizzle database migration best practices guide

This skill guides developers through generating and managing database schema migrations using Drizzle Kit. It emphasizes best practices for writing idempotent SQL, ensuring safe and repeatable schema evolution across various database operat…

lobehub/lobehub database migrations drizzle sql
skill ★ 4,849

Django Silk Profiler for Backend Performance Analysis

This skill guides the investigation of slow Django endpoints by querying Django Silk profiling data. It helps diagnose bottlenecks by analysing SQL query patterns, identifying N+1 issues, and examining query execution plans.

baserow/baserow django silk performance sql
skill ★ 1,010

Manage CloudBase Relational Database via MCP

This skill enables agents to manage the full lifecycle of a CloudBase Relational Database instance via MCP tools. It supports executing read/write SQL statements, provisioning/destroying MySQL, and managing granular resource permissions.

TencentCloudBase/CloudBase-MCP relational-database sql mcp cloudbase
tool ★ 1,010

CloudBase Relational Database SQL Management Tool

This skill provides agents with canonical access to CloudBase's relational database via MCP tools, enabling full lifecycle management from provisioning and schema initialization to complex read and write operations. It also handles granular…

TencentCloudBase/CloudBase-MCP relational-database sql mcp cloudbase
skill ★ 3,929

Manage Cursor Ambassador status via Supabase

This skill manages the Cursor Ambassador badge status within the Supabase user directory. It resolves a user via name, email, or UUID, handles potential ambiguities, and updates the is_ambassador flag using SQL.

cursor/community-plugins supabase sql user-management ambassador
skill

Managing idempotent database schema migrations

This skill guides developers through generating, customizing, and optimizing database migrations using Drizzle Kit. It emphasizes best practices for writing idempotent SQL, ensuring schema changes are safe to re-run.

lobehub/lobe-chat database migrations sql drizzle
skill ★ 15,254

Wren Engine CLI Agent Workflow

An agentic workflow for performing end-to-end data analysis using the Wren Engine CLI. It enables agents to query databases via an MDL semantic layer and manage semantic memory for context retrieval and query storage.

Canner/WrenAI wren-engine data-analysis sql semantic-layer
skill ★ 2,782

Structured Database Querying via Schema Exploration

This skill enforces an explore-then-query workflow, guiding the agent to first inspect database schemas and object structures using dedicated MCP tools before executing SQL statements. It ensures robust data retrieval by preventing guesswor…

bytebase/dbhub database sql schema mcp
skill ★ 23

recovering corrupted neotoma sqlite databases

This procedure guides the recovery of Neotoma's underlying SQLite database when integrity errors, such as malformed disk images, are encountered. It generates a verified recovered copy which must then be manually swapped into the live data …

markmhendrickson/neotoma sqlite database-recovery neotoma data-integrity
tool ★ 23

Neotoma SQLite Database Recovery Utility

This utility checks the integrity of Neotoma's SQLite database and, if corruption is detected, executes a recovery process. It generates a verified copy that can be manually swapped back into the live data directory.

markmhendrickson/neotoma sqlite database recovery neotoma
skill ★ 119

Automating SQLite Storage Schema Migrations

This skill manages the lifecycle of SQLite storage schema evolution by generating forward-only, idempotent migrations. It guides the developer through identifying schema deltas, implementing safe SQL changes, and registering updates to keep…

deusXmachina-dev/memorylane sqlite schema-migration database storage
skill ★ 41

Comprehensive database introspection and schema querying

This skill provides comprehensive introspection into a live database binding, allowing developers to query schema details, foreign keys, row-level security policies, and stored procedures. It offers granular tools for verifying connectivity…

drhalto/agentmako database schema introspection sql
tool ★ 41

Deep database introspection and schema querying tool

This tool suite provides deep introspection into a live database binding, allowing developers to query schema details, foreign key relationships, row-level security policies, and stored procedure definitions. It is essential for verifying c…

drhalto/agentmako database schema introspection sql
tool ★ 41

Database introspection and schema querying tool

This suite of tools provides deep introspection into a connected database, allowing developers to query schema details, foreign keys, row-level security policies, and stored procedures. It offers granular access to metadata, including table…

drhalto/agentmako database schema introspection sql
skill ★ 41

Mako Database Introspection Skill

Enables direct database introspection for inspecting schemas, foreign keys, row-level security policies, and RPC definitions. It allows developers to verify connectivity and examine detailed table constraints and structures.

drhalto/agentmako database-introspection schema-analysis sql rls
skill ★ 41

Database introspection and schema querying skill

This skill provides comprehensive introspection into a connected database, allowing the agent to query table schemas, foreign key relationships, row-level security policies, and stored procedure definitions. It is ideal for understanding th…

drhalto/agentmako database schema introspection sql
tool ★ 372,633

Query and analyze local Slack archives

This CLI tool provides comprehensive access to local Slack archive data, enabling users to search messages, check data freshness, and execute read-only SQL queries against workspace data.

openclaw/openclaw slack archive cli sql
tool ★ 372,633

Local Notion Archive Querying and Syncing

This tool provides read-only access to a local Notion archive, enabling developers to query cached data, check freshness, and sync content without making live API calls. It supports structured searches, database introspection, and executing…

openclaw/openclaw notion archive local-data sql
tool ★ 33

Hologres Database Management and Query Tool

This CLI provides comprehensive interaction with the Hologres database, enabling developers to execute DDL, DML, and SELECT queries, analyse query plans, and manage resources like schemas and dynamic tables. It also supports generating char…

aliyun/alibabacloud-hologres-mcp-server hologres sql database cli
tool

CloudBase Relational Database MCP Tool

An MCP tool for managing CloudBase Relational Databases, enabling agents to provision MySQL instances, execute SQL queries, and manage table-level permissions.

TencentCloudBase/CloudBase-AI-ToolKit mcp mysql sql cloudbase
tool

CloudBase Relational Database Management Tool

An MCP-compatible toolset for managing the lifecycle and data of CloudBase Relational Databases. It enables agents to provision MySQL instances, execute SQL queries, and configure table-level permissions.

TencentCloudBase/CloudBase-AI-ToolKit mcp mysql sql cloudbase
skill ★ 660

Wren SQL Query Generation and Correction

This skill assists in generating and debugging SQL queries for Wren Engine, ensuring adherence to its semantic layer (MDL) and dialect quirks. It covers MDL query rules, data types, and error diagnosis, promoting efficient and accurate data…

Canner/wren-engine sql wren-engine mdl semantic-layer
skill ★ 660

Connect SaaS Data to Wren Engine

This skill guides users through connecting SaaS data (HubSpot, Stripe, Salesforce, GitHub, Slack, etc.) to Wren Engine for SQL analysis. It covers installation, credential setup, pipeline execution, DuckDB file creation, and Wren project ge…

Canner/wren-engine saas duckdb dlt wren-engine
skill ★ 660

Wren Engine CLI - Agent Workflow Guide

This skill provides a workflow guide for AI agents using the Wren Engine CLI to query databases. It covers version checking, environment verification, SQL writing and execution, error recovery, and memory management, enabling agents to answ…

Canner/wren-engine wren-cli mdl sql data-query