Tag: database

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 ★ 1,010

Mini Program Document Database Access via CloudBase SDK

This skill provides structured access to the CloudBase document database specifically for WeChat Mini Programs. It facilitates full CRUD operations, complex querying, pagination, aggregation, and geolocation queries using the native wx.clou…

TencentCloudBase/CloudBase-MCP mini-program cloudbase database sdk
skill ★ 1,010

CloudBase Resource Management via CLI

This skill enables deterministic, scriptable, and auditable management of CloudBase resources using the tcb command-line interface. It supports deploying functions, managing databases, and configuring networking via CLI commands, making it …

TencentCloudBase/CloudBase-MCP cloudbase cli resource-management ci-cd
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

Diagnose backend bottlenecks using Django Silk data

Investigate slow endpoints and performance bottlenecks by querying Django Silk profiling data stored in PostgreSQL. This skill identifies query patterns, detects N+1 issues, and analyzes query plans to pinpoint whether the bottleneck is dat…

bram2w/baserow django performance sql-profiling bottleneck
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 ★ 2,782

testing dbhub connectors and utilities

This skill facilitates comprehensive testing of DBHub, covering unit tests using Vitest and complex integration tests leveraging Testcontainers for various database backends. It provides structured commands and debugging guidance for ensuri…

bytebase/dbhub testing unit-testing integration-testing testcontainers
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
tool ★ 23

Recover Neotoma SQLite Database Corruption

This utility addresses common SQLite corruption errors (e.g., `SQLITE_CORRUPT`) encountered with Neotoma's local database files. It generates a verified recovered copy, which must then be manually validated and swapped into the live databas…

markmhendrickson/neotoma sqlite database recovery neotoma
skill ★ 10,706

Prisma ORM for Type-Safe Database Interactions

This skill guides the correct implementation of Prisma ORM, ensuring proper type safety and usage of generated clients and enums within a TypeScript environment. It facilitates robust database interactions with PostgreSQL.

elie222/inbox-zero prisma orm database typescript
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

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 ★ 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 ★ 2

NocturnusAI System Administration API Manager

This tool provides comprehensive REST-only access for managing the NocturnusAI platform, allowing developers to perform database, tenant, and API key lifecycle operations. It facilitates critical administrative tasks such as RBAC configurat…

Auctalis/nocturnusai rest-api admin database rbac
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