- Home
- /
- Categories
- /
- Database
Database
Database management and queries
effect-http-server
by tstelzer
Explains how to define http servers with effect. Use only when a top-level server is, or needs to be written in effect.
api-design-principles
by hrdtbs
Design intuitive, scalable, and maintainable REST and GraphQL APIs. Covers resource naming, HTTP methods, status codes, schema design, and best practices.
react-best-practices
by Protagonistss
React 开发最佳实践指南,涵盖组件设计、Hooks 使用、状态管理及性能优化。
mo-graphify-obsidian-memory
by M4F-S
Graph-based knowledge memory system using Obsidian markdown vault files with wiki-links and graph visualizations. Triggered by graphify my knowledge, obsidian memory, unified memory, save to memory, remember this, knowledge graph, memory vault, prospective memory, memory search, consolidate memory, semantic search, graph traversal, salience scoring, admission control, MCP server.
code-review-assistant
by fusionet24
Activates when reviewing code to identify quality issues, security vulnerabilities, and suggest improvements
data-engineering-storage-lakehouse
by legout
"Lakehouse table formats: Delta Lake, Apache Iceberg, and Apache Hudi for ACID transactions, schema evolution, and time travel on data lakes."
mcp-grafana
by janjaszczak
Query dashboards/logs/alerts to support incident analysis and regressions. Use when troubleshooting involves observability, incidents, latency, error rates.
managing-client-lifecycle
by djankies
Manage PrismaClient lifecycle with graceful shutdown, proper disconnect timing, and logging configuration. Use when setting up application shutdown handlers, configuring logging for development or production, or implementing proper connection cleanup in Node.js servers, serverless functions, or test suites.
monitor
by Sytex
Read-only infrastructure monitoring. Use when user asks about pod status, deployments, CPU, memory, restarts, 502 errors, slowness, cluster health, or wants to check if environments are running correctly.
Elixir Phoenix Framework Skill
by vircung
Use this skill to build Phoenix applications efficiently using generators, implement LiveView patterns correctly, and follow Phoenix conventions for scalable web applications.
convex-queries
by aaronvanston
Best practices for Convex database queries, indexes, and filtering. Use when writing or reviewing database queries in Convex, working with .filter(), .collect(), .withIndex(), defining indexes in schema.ts, or optimizing query performance.
drizzle-v1
by habibium
Drizzle ORM v1 RC upgrade and migration patterns. Use when upgrading drizzle-orm/drizzle-kit to v1 (beta), migrating from Relational Queries v1 to v2, updating relations schema definitions, or working with new v1 features like through for many-to-many relations and object-based where/orderBy syntax.
Windows Privilege Escalation
by jcastillotx
This skill should be used when the user asks to "escalate privileges on Windows," "find Windows privesc vectors," "enumerate Windows for privilege escalation," "exploit Windows misconfigurations," or "perform post-exploitation privilege escalation." It provides comprehensive guidance for discovering and exploiting privilege escalation vulnerabilities in Windows environments.
docker
by zhongjis
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration. Use when working with Docker, Dockerfiles, docker-compose, container builds, or container debugging.
collect_interests
by HowardKao-1130
Load recorded user interests from the personal library.
pubmed-search
by breezea-brohn
Search NCBI PubMed database for biomedical literature (with MeSH terms) and NCBI Gene database for official gene summaries.
preventing-error-exposure
by djankies
Prevent leaking database errors and P-codes to clients. Use when implementing API error handling or user-facing error messages.
rust-hexagonal-architecture
by oryjk
Complete implementation guide for Rust projects using Hexagonal Architecture with vertical slicing. Use when working with Rust/Axum/PostgreSQL projects that require clean architecture principles, domain-driven design, or when implementing new features following strict architectural patterns. Essential for maintaining code quality and architectural consistency in backend projects.
utils/gemini
by codihaus
Large context processing using Gemini Flash for codebase scanning and summarization
schema-query
by realmarcin
Query the CDM DuckDB database using LinkML schema awareness. Use this skill when the user wants to query the database with understanding of the data model, relationships, and semantics defined in the LinkML schema. This provides richer, more intelligent queries than basic SQL.
nl-sql-query
by realmarcin
Query the CDM DuckDB database using natural language. Use this skill when the user wants to query the linkml-coral CDM database with questions in plain English instead of writing SQL. The skill translates natural language to SQL using Claude API and returns formatted results.
elysia-core-backend
by ahmed-lotfy-dev
Scaffold a Bun + Elysia backend with Better Auth, Drizzle ORM, Postgres, MCP endpoint, OpenAPI docs, CORS, and security defaults. Use when asked to create or regenerate this backend scaffold, or to add these components to a new or empty Elysia server project.
greenhouse-harvest
by tcn33
Interface with the Greenhouse Harvest API v3 to query recruitment and hiring data conversationally. Use when the user needs to retrieve or analyze information from their Greenhouse ATS including candidate applications, interview schedules, pipeline metrics, job postings, recruiter performance, or other talent acquisition data. Supports queries like "How many candidates applied this week?", "What status is Jane Smith in?", "How many interviews are booked tomorrow?", "What's the passthrough rate from phone screen to onsite?", and similar conversational requests for recruitment analytics.
angular-migration
by ncdevshiv
"Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ..."