- Home
- /
- Categories
- /
- Database
Database
Database management and queries
architecture-decision-records
by TriNgo0108
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
react-state-management
by karchtho
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
docs-seeker
by arielperez82
'Search technical documentation using executable scripts to detect query
feature-data
by ShotaIuchi
Data modeling and schema design. Apply when designing database schemas, migrations, relationships, indexes, data access patterns, and storage strategies for new features.
mcp-memory-recall
by janjaszczak
Recall and reuse prior decisions, constraints, and artifacts using MCP memory (e.g., Neo4j). Use when the user references past work (“jak ostatnio”, “kontynuuj”), when resuming a project thread, or when a repeated topic suggests existing decisions.
architecture-adr
by gentamura
Use this skill to create Architecture Decision Records (ADRs). Invoke when making significant technical decisions that affect system architecture, technology choices, or design patterns.
Next.js + Supabase Production Engineering Skill
by amarmurmu001
Always prefer the simplest solution that scales.
apollo-graphql-best-practices
by Maximepzv
Best practices for Apollo GraphQL development including Apollo Client (React hooks, caching, error handling) and Apollo Server (schema design, resolvers, context, plugins). Use when writing, reviewing, or refactoring GraphQL code with Apollo, setting up Apollo Client/Server, implementing queries/mutations, configuring cache policies, or handling GraphQL errors.
zhin-context-services
by zhinjs
Details Zhin context services (config, database, cron, permission) and how to register or consume them in plugins.
cypher
by vkz
Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generating Cypher queries. Covers removed/deprecated syntax, modern replacements, CALL subqueries for reads, COLLECT patterns, sorting best practices, and Quantified Path Patterns (QPP) for efficient graph traversal.
backend-nodejs-best-practices
by marco-meini
Best practices, coding conventions, and patterns for Node.js backend projects. Use this skill when writing code, creating tests, or implementing new features to ensure consistency across all backend projects.
better-auth
by brixtonpham
"TypeScript authentication framework (framework-agnostic). Features: email/password, OAuth (Google, GitHub, Discord), 2FA (TOTP, SMS), passkeys/WebAuthn, session management, RBAC, rate limiting, database adapters. Actions: implement, configure, secure authentication systems. Keywords: Better Auth, authentication, authorization, OAuth, email/password, 2FA, MFA, TOTP, passkeys, WebAuthn, session management, RBAC, rate limiting, database adapter, TypeScript auth, social login, Google auth, GitHub auth, Discord auth, email verification, password reset. Use when: implementing TypeScript auth, adding OAuth providers, setting up 2FA/MFA, managing sessions, configuring RBAC, building secure auth systems."
LOF Arbiter - 套利精灵 Skill
by yiji1100
v0.1 2026-03-28 初始版本
postgresql
by jyasuu
PostgreSQL database operations including backups, transactions, user management, window functions, materialized views, and extensions.
architecture-decision-records
by yunaamelia
"Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect..."
winebuddy
by jasondchambers
Query personal wine cellar database. Use for wine pairing recommendations, searching wines, checking inventory, finding bottles by region/varietal/vintage/producer, discovering what's in the cellar, checking drinking windows, or any question about the wine collection.
joi
by yusenthebot
Object schema validation. Use when: runtime type validation; schema definition and inference; form and API input validation. NOT for: database ORM operations; API endpoint routing.
dedsiddd-dotnet-coding
by DedsiTeam
用于在 DedsiDDD + .NET 项目中,按统一约定生成 DDD/CQRS 常见代码骨架(领域模型、DTO、EF Core 映射、仓储、Commands、Queries、Controller)。
upgrading-to-prisma-6
by djankies
Migrate from Prisma 5 to Prisma 6 handling breaking changes including Buffer to Uint8Array, implicit m-n PK changes, NotFoundError to P2025, and reserved keywords. Use when upgrading Prisma, encountering Prisma 6 type errors, or migrating legacy code.
agent-tool-builder
by yunaamelia
"Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar..."
schema-markup
by Jackiexiao
(中文)When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.
Monorepo Architecture
by tachfineamnay
Turborepo configuration, pnpm workspaces, and internal packages management for Lumira V2.
modular-monolith-architecture
by azzam-almatrafi
Scaffold and create a Modular Monolithic Architecture project. Use when the user wants to create a new modular monolith, restructure a monolith into modules, design module boundaries, or set up a project following modular monolith best practices. Supports multiple languages and frameworks.
analyze-deps
by nexuslabs-ai
Analyze dependencies for updates, breaking changes, deprecations, and migration paths. Generates actionable reports with codebase impact assessment.