- Home
- /
- Categories
- /
- Database
Database
Database management and queries
drizzle
by leonaaardob
Complete Drizzle ORM documentation in markdown format. Use when working with Drizzle ORM - covers schema definition, queries, migrations, database connections (PostgreSQL, MySQL, SQLite), integrations (Neon, Supabase, PlanetScale, Cloudflare D1, Turso), column types, relations, transactions, and framework usage (Next.js, SvelteKit, Astro).
bigquery-analyst
by SerendipityOneInc
安全、高效的 BigQuery 数据分析助手 - 基于完整元数据知识库
dokploy-api-mcp
by sattva2020
Deploy and manage applications on Dokploy (self-hosted PaaS). Use when deploying apps, managing services (PostgreSQL, Redis), configuring domains, running migrations, or troubleshooting Dokploy deployments. Covers API (tRPC), CLI, MCP server, and common pitfalls with Next.js, Docker, and database drivers.
implementation-plans
by vertz-dev
Ensures implementation plans include interface signatures and type-level test cases — no any escapes
tauri-guide
by 0xRaduan
Architecture guide for Tauri + React desktop apps. Explains data flow, patterns, best practices, auto-updates, code signing, deep linking, and macOS-specific features. Use when asking how Tauri apps work, how to structure code, or for architecture guidance on desktop app development.
nextjs-fullstack-setup
by yigit433
Next.js App Router + Bun + Drizzle ORM + Better Auth + Tailwind CSS + Biome ile full-stack proje kurulumu, authentication entegrasyonu ve DB workflow'ları.
mongodb-authentication
by pluginagentmarketplace
Master MongoDB authentication methods including SCRAM, X.509 certificates, LDAP, and Kerberos. Learn user creation, role assignment, and securing MongoDB deployments.
misc
by SerendipityOneInc
Miscellaneous tools - train tickets (12306), flight info (Variflight), accommodation (Airbnb), and social media (Rednote/Xiaohongshu)
database-operations
by jgarrison929
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
jarvis
by teslasoft-de
AI assistant layer for the Teslasoft harness. Reads pre-collected state from the Drone sidecar, surfaces alerts, answers ad-hoc queries, and provides instant dashboard data.
go-clean-architecture
by kirklin
A comprehensive guide to implementing Clean Architecture in software projects, based on the boot-backend-go-clean template.
linear
by buildrtech
Use when querying, creating, updating, or managing Linear issues, projects, teams, and initiatives. Auto-invoke when the user mentions Linear tickets, issue tracking, or task management.
clickhouse-query
by obsessiondb
Query ClickHouse databases using the chcli CLI tool. Use when the user wants to run SQL queries against ClickHouse, explore database schemas, inspect tables, or extract data from ClickHouse.
mongodb-crud-operations
by pluginagentmarketplace
Master MongoDB CRUD operations, document insertion, querying, updating, and deletion. Learn BSON format, ObjectId, data types, and basic operations. Use when working with documents, collections, and fundamental MongoDB operations.
golang-testcontainers
by baotoq
Write integration tests in Go using testcontainers-go with real databases, caches, and message queues in Docker containers. Covers PostgreSQL, MySQL, Redis, RabbitMQ, Kafka, and custom containers with idiomatic Go testing patterns.
planning
by harrymunro
"Deep requirements exploration before creating a PRD. Use when starting any new feature to ensure requirements are fully understood. Triggers on: plan this feature, explore requirements, planning session, before I write a prd."
ralph
by harrymunro
"Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json."
gs-tanstack-react-query
by gilbertopsantosjr
TanStack React Query for data fetching with Clean Architecture. Queries return DTOs, mutations call server actions. Use when working with useQuery, useMutation, cache invalidation, or integrating ZSA server actions.
mongodb
by lukemor17
MongoDB operations expert for queries, aggregation pipelines, indexes, and schema design
data-engineer
by jgarrison929
Use when building data pipelines, ETL/ELT workflows, data warehouses, data modeling (star/snowflake schemas), Spark jobs, Airflow DAGs, Kafka streaming, data quality checks, or SQL analytics.
architecture-event-sourcing
by baotoq
"Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trails, or temporal queries."
overview
by tracemem
Overview of TraceMem core features, rules, and best practices.
moving-icons
by jis3r
Integrate and use the Moving Icons library (@jis3r/icons) in Svelte 5/SvelteKit apps. Use when users ask for animated (Lucide-style) icons in Svelte, mention @jis3r/icons or moving icons, icon import/usage patterns, hover-controlled animation with the animate prop, icon selection, theming, sizing, or migration from @lucide/svelte to animated icons.
droplinked-backend
by ErfanAbedinpour
Code style, architecture patterns, and development guide for the Droplinked e-commerce backend. NestJS + Prisma (MongoDB) with strict layered architecture: Controller to Service Facade to UseCase to Repository. Use this skill when: (1) Creating new features, modules, or endpoints in the Droplinked backend (2) Refactoring existing code to follow project patterns (3) Writing tests for use cases and services (4) Reviewing code for architectural compliance (5) Understanding the data model (shops, products, orders, carts, merchants, customers) (6) Implementing cross-module communication (7) Adding event-driven side effects (8) Working with Prisma and MongoDB in this codebase Triggers: droplinked, nest module, usecase, service facade, repository pattern, cart, order, shop, product, merchant