- Home
- /
- Categories
- /
- Database
Database
Database management and queries
database-design
by ProjAnvil
Database design and optimization skill covering ER diagrams, normalization, indexing, sharding, query optimization, and database best practices. Use this skill when designing database schemas, optimizing queries, planning data architecture, or need guidance on database scaling and performance tuning.
sql-migrations
by 1Mangesh1
Database migration mastery with Prisma, Drizzle, and raw SQL. Use when user asks to "create a migration", "update database schema", "add a column", "set up Prisma", "rollback migration", "write SQL migration", "set up Drizzle", or any database schema change tasks.
kubeblocks
by apecloud
Route database work on Kubernetes to the right KubeBlocks skill. Use this as the top-level entrypoint when the user needs a database, database operations, or database observability on Kubernetes. The root skill only decides the next hop; detailed workflows live in the leaf skills.
mcp-setup
by 1Mangesh1
Model Context Protocol (MCP) server setup and integration for Claude and AI agents. Use when user asks to "setup MCP", "configure MCP server", "add MCP tools", "connect to MCP", "create MCP server", or integrate external tools via MCP protocol.
debug
by thoreinstein
Guide systematic debugging through hypothesis generation, evidence collection, and verification. Uses scientific method for root cause analysis.
schema-meta
by Mearman
Validate that a JSON Schema is well-formed and conforms to the JSON Schema specification. Use when the user asks to check if a schema is valid, verify schema syntax, validate schema structure, or check a JSON Schema file for errors.
email-composer
by Crumbgrabber
Draft professional emails for various contexts including business, technical,
security-hardening
by 1Mangesh1
Security hardening and secure coding practices. Use when user asks to "harden security", "secure coding", "OWASP vulnerabilities", "input validation", "sanitization", "SQL injection prevention", "XSS protection", "CORS security", "secure headers", "vulnerability scanning", or mentions security best practices and threat mitigation.
understanding-db-schema
by C0ntr0lledCha0s
Deep expertise in Logseq's Datascript database schema. Auto-invokes when users ask about Logseq DB schema, Datascript attributes, built-in classes, property types, entity relationships, schema validation, or the node/block/page data model. Provides authoritative knowledge of the DB graph architecture.
reading-logseq-data
by C0ntr0lledCha0s
Expert in reading data from Logseq DB graphs via HTTP API or CLI. Auto-invokes when users want to fetch pages, blocks, or properties from Logseq, execute Datalog queries against their graph, search content, or retrieve backlinks and relationships. Provides the logseq-client library for operations.
schema-validate
by Mearman
Validate JSON data against a JSON Schema. Use when the user asks to validate JSON against a schema, check if JSON conforms to a schema, test JSON data validity, or verify JSON structure matches a schema definition.
context7
by trancong12102
Retrieve current library documentation and code examples from Context7. Use when looking up library APIs, "docs", specific library versions, or "how to use [library]". Prefer over training knowledge for library-specific questions. Do not use for general programming concepts.
JSON Manipulation Patterns
by Mearman
Use when the user needs help with path queries, JSON transformations, schema validation, or safe JSON editing workflows. Triggered by questions about JSON operations, data extraction, file merging, or validation strategies.
notion-clipper-skill
by EwingYangs
Clip web pages to Notion. Fetches any URL via Chrome CDP, converts HTML to Markdown, then to Notion blocks, and saves to user-specified Notion database or page. Use when user wants to save/clip a webpage to Notion, or mentions "clip to notion", "save page to notion", "网页剪藏到Notion".
security-first
by vendeesign
"Garde-fou sécurité. Activer dès que le code touche une zone sensible : authentification/sessions, formulaires/entrées utilisateur, requêtes SQL/DB, appels API externes, gestion de secrets/clés, upload de fichiers, génération de HTML/JS dynamique, configuration CORS/CSP/headers. Prévient les failles OWASP Top 10 avant qu'elles n'arrivent en production. Complémentaire avec code-quality (qui couvre l'error handling général). Ne pas activer pour de la logique métier pure sans interaction externe (calculs, algorithmes, transformations de données internes), ni pour du code de test/mock."
deepagents-hitl
by christian-bromann
Implementing human-in-the-loop approval workflows with interrupt_on parameter for sensitive tool operations in Deep Agents.
database-backup
by liauw-media
"Backup database before tests, migrations, or other database operations"
langchain-tools
by christian-bromann
Guide to using tool integrations in LangChain including pre-built toolkits, Tavily, Wikipedia, and custom tools
data-product-thinking
by hollandkevint
First-principles reasoning for data product decisions. Frames problems as data products, not dashboards or pipelines. Use when evaluating data product strategy, making build-vs-buy decisions, scoping data product features, assessing product-market fit for data offerings, or when someone asks "should we build this data product?"
engineering
by lidessen
Guides technical decisions, architecture, and implementation. Use for tech choices, system design, API design, refactoring, or "how should I build this" questions.
Resource Limiting Skill
by liauw-media
defense-in-depth - Multiple safety layers
querying-logseq-data
by C0ntr0lledCha0s
Expert in building Datalog queries for Logseq DB graphs. Auto-invokes when users need help writing Logseq queries, understanding Datalog syntax, optimizing query performance, or working with the Datascript query engine. Covers advanced query patterns, pull syntax, aggregations, and DB-specific query techniques.
cartesian
by askarzh
This skill should be used when the user asks to "decompose a problem", "apply Cartesian method", "break this down systematically", "reduce to first principles", "analyze from the ground up", "apply methodical doubt", or wants to process input through Cartesian Reductionism to decompose complex wholes into clear, distinct parts.
dependency-check
by vendeesign
"Évaluation automatique avant l'ajout d'une dépendance. Activer quand : Claude s'apprête à exécuter npm/yarn/pnpm install, pip install, composer require, cargo add, ou go get ; OU quand un import/require pointe vers un package non encore installé ; OU quand l'utilisateur demande d'ajouter une lib. Pose les bonnes questions : natif possible ? Taille ? Maintenance ? Alternative plus légère ? Ne pas activer si la dépendance est déjà installée dans le projet (présente dans package.json/composer.json/requirements.txt), ni pour les devDependencies de test (vitest, jest, pytest) sauf si l'utilisateur demande un avis."