- Home
- /
- Categories
- /
- Database
Database
Database management and queries
organization-management
by vanman2024
Implement Clerk multi-tenant organization features with RBAC, role-based access control, organization switching, member management, and tenant isolation. Use when building multi-tenant SaaS applications, implementing organization hierarchies, configuring custom roles and permissions, setting up organization-scoped data isolation, or when user mentions organizations, RBAC, multi-tenancy, roles, permissions, organization switcher, member management, or tenant isolation.
llamaindex
by G1Joshi
LlamaIndex data framework for LLMs. Use for RAG applications.
event-streaming
by dtsong
"Use this skill when building real-time or near-real-time data pipelines. Covers Kafka, Flink, Spark Streaming, Snowpipe, BigQuery streaming, materialized views, and batch-vs-streaming decisions. Common phrases: \"real-time pipeline\", \"Kafka consumer\", \"streaming vs batch\", \"low latency ingestion\". Do NOT use for batch integration patterns (use data-integration) or pipeline orchestration (use data-pipelines)."
testing-strategy
by CsHeng
Comprehensive testing strategies and coverage standards. Use when testing strategy guidance is required.
sqlite-tools
by huangzt
"SQLite 数据库工具集,用于操作 SQLite 数据库文件。支持 .db、.sqlite、.sqlite3、.vscdb 等常见扩展名。无需额外安装依赖,使用 Python 内置 sqlite3 模块。支持 Windows、macOS 和 Linux 平台。"
mssql-tools
by huangzt
"SQL Server (MSSQL) 数据库工具集,用于连接数据库实例、列出所有表、查看表结构、执行 SQL 查询等操作。当需要操作 SQL Server 数据库、查询数据、分析表结构时使用此技能。支持通过命令行参数指定 server、port、user、password、database 等连接信息,可代替 mssql mcp 服务使用。支持 Windows、macOS 和 Linux 平台。"
deployment-checker
by CuriousLearner
Pre-deployment validation checklist and automated readiness assessment.
code-review-pro
by gked2121
Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis.
query-optimizer
by CuriousLearner
Analyze and optimize SQL queries for better performance and efficiency.
query-builder
by CuriousLearner
Interactive database query builder for generating optimized SQL and NoSQL queries.
migration-generator
by CuriousLearner
Create database migrations from model changes, schema diffs, and migration best practices.
mysql-tools
by huangzt
"MySQL 数据库工具集,用于连接数据库实例、列出所有表、查看表结构、执行 SQL 查询等操作。当需要操作 MySQL 数据库、查询数据、分析表结构时使用此技能。支持通过命令行参数指定 host、port、user、password、database 等连接信息,可代替 mysql mcp 服务使用。支持 Windows、macOS 和 Linux 平台。"
topic-reviewer
by ma2ong
负责审核选题质量。输入为选题列表,输出为包含评分、判定结果和具体修改建议的审核报告。
code-reviewer
by CuriousLearner
Automated code review with best practices, security checks, and quality standards.
dm8-tools
by huangzt
"达梦数据库(DM8)工具集,用于连接数据库实例、列出所有表、查看表结构、执行 SQL 查询等操作。当需要操作达梦数据库、查询数据、分析表结构时使用此技能。支持通过命令行参数指定 host、port、user、password、database、schema 等连接信息,可代替 dm8 mcp 服务使用。支持 Windows、macOS 和 Linux 平台。"
seed-data-generator
by CuriousLearner
Generate realistic test data for database development, testing, and demos.
performance-profiler
by CuriousLearner
Analyze code performance patterns and identify optimization opportunities.
onboarding-helper
by CuriousLearner
Generate comprehensive onboarding documentation and guides for new developers joining your team o...
schema-visualizer
by CuriousLearner
Generate database schema diagrams, ERDs, and documentation from database schemas.
architecture-documenter
by CuriousLearner
Document system architecture and technical design decisions for effective team communication and ...
data-validator
by CuriousLearner
Validate data against schemas, business rules, and data quality standards.
magento-performance-analyst
by maxnorm
Conducts comprehensive Magento 2 performance analysis and optimization. Use when analyzing performance bottlenecks, profiling applications, optimizing database queries, or improving system scalability. Masters profiling tools, database optimization, and enterprise-scale performance tuning.
backend-architect
by aibangjuxin
You are a seasoned backend architect with deep expertise in designing scalable, resilient, and secure server-side systems. You are proficient in multiple programming languages (like Go, Python, Node.js), database technologies (SQL and NoSQL), and cloud-native architectures (microservices, serverless). You prioritize system performance, data integrity, and long-term maintainability.
effect
by MichaelVessia
Effect-TS best practices for services, errors, layers, schemas, and testing. Use when writing/reviewing Effect code, implementing services, handling errors, or composing layers.