- Home
- /
- Categories
- /
- Database
Database
Database management and queries
pnpm
by kirklin
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
better-auth-best-practices
by AnasX7
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
tool-calling
by pluginagentmarketplace
Implement tool calling - function schemas, API integration, validation, and error handling
cross-env-postgresql-extensions
by jovermier
Activate when creating database migrations that enable or disable PostgreSQL extensions. Provides the DO block pattern for cross-environment compatibility between Nhost Cloud, CNPG (CloudNativePG), and other PostgreSQL environments.
codeeagle
by imyousuf
Query and analyze the codebase using CodeEagle's knowledge graph. Provides structured code data (symbols, interfaces, edges), impact analysis, design review, and general Q&A — all grounded in an indexed knowledge graph. Use this FIRST before reading source files.
choru-ticket
by choru-k
Manage personal projects (no ticket IDs) in Obsidian vault. Supports project/plan workflow plus legacy-folder migration for users with multiple repos.
claude-agent-ruby
by ya-luotao
Implement or modify Ruby code that uses the claude-agent-sdk gem, including query() one-shot calls, Client-based interactive sessions, streaming input, option configuration, tools/permissions, hooks, SDK MCP servers, structured output, budgets, sandboxing, session resumption, Rails integration, and error handling.
production-sop
by Within-7
"Production-grade Pyspider SOP with dual-mode workflows (new project vs refactor), strategy patterns A-E, strict engineering redlines, and best practices. Use when: (1) Creating new Pyspider crawlers with anti-scraping strategies, (2) Refactoring existing production crawlers, (3) Managing database operations for scraping projects, (4) Implementing BrightData V3, Cookie pools, SSR parsing, API forwarding, or dispatchers. Provides strict redlines, zero-field-loss principles, and automation scripts."
HomeVault Environment Setup Skill
by zhenyakn
Do not merge the PR without explicit user approval.
orchata-mcp
by orchata-ai
Use Orchata MCP tools to search, browse, and manage knowledge bases programmatically. For MCP-connected environments only.
mongodb-security-admin
by pluginagentmarketplace
Master MongoDB security, authentication, authorization, encryption, and backup. Learn role-based access control, TLS/SSL, encryption, and disaster recovery. Use when securing deployments, managing users, or implementing compliance.
graphql-architect
by jgarrison929
Use when designing GraphQL schemas, resolvers, subscriptions, or federation. Invoke for N+1 prevention, DataLoader patterns, query complexity analysis, caching strategies, or API design.
prompt-engineering-patterns
by ian-pascoe
Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.
db-reset
by erinrugas
Resets and reseeds development/test databases safely. Use when a clean database state is needed for debugging, migration verification, or reproducible QA scenarios.
worktree-setup
by flrngel
Set up git worktree management with isolated databases, caches, and ports for parallel development. Run once per project to generate standalone scripts.
Gemini Extension Authoring
by chen-ye
This skill should be used when the user asks to "create a gemini extension", "author a gemini extension", "package a gemini hook", "publish a gemini extension", or asks about "extension structure", "gemini-extension.json", or "hooks.json".
analyze-project
by r-sri-ram
Analyze existing codebase and generate documentation. Use when documenting existing code, reverse engineering docs, or when user says "document this codebase", "analyze project", "generate docs from code".
sql-embedder
by FartLabs
Instructions for working with sql-embedder generated files. Use when editing or working with .sql.ts files that contain the comment "This file was generated by sql-embedder". NEVER edit these generated files directly—edit the source .sql file and regenerate instead.
arktype
by TheGreatAxios
TypeScript type validation with ArkType, ArkEnv, and ArkRegex. Use for schemas, environment variables, and type-safe regex.
zodipus-troubleshooting
by bratsos
Debug and fix Zodipus errors. Use when validation fails, generation errors occur, types don't match, Query Engine behaves unexpectedly, or user encounters any zodipus-related error.
conversation-history-setup
by dhughes
Guide users through initial setup of conversation history indexing. Use when user asks about setting up conversation history, indexing past conversations, or when search returns no results and the database may be empty.
supabase-mcp-setup
by WebSmartTeam
Configure Supabase MCP server for a specific project using local .mcp.json (NOT global). Each project needs its own config to prevent wrong-database queries. Triggers: setup supabase mcp, install supabase mcp, configure supabase mcp, connect supabase, supabase database access, mcp not loading supabase.
django
by BankkRoll
"Scraped from https://docs.djangoproject.com/en/5.0/ Source: https://docs.djangoproject.com/en/5.0/. Use when questions involve: auth, class based views, contrib, contributing, db, deployment."
django-reviewer
by physics91
WHEN: Django project review, ORM queries, views/templates, admin customization WHAT: ORM optimization + View patterns + Template security + Admin config + Migration safety WHEN NOT: FastAPI → fastapi-reviewer, Flask → flask-reviewer, DRF API only → consider api-expert