- Home
- /
- Categories
- /
- Database
Database
Database management and queries
architecture
by sickn33
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
airtable-automation
by sickn33
"Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas."
agent-tool-builder
by sickn33
"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 necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa"
prompt-engineering
by rohitg00
Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design
data-engineering
by rohitg00
Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation
notion-knowledge-capture
by ComposioHQ
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
writer-memory
by Yeachan-Heo
Agentic memory system for writers - track characters, relationships, scenes, and themes
external-context
by Yeachan-Heo
Invoke parallel document-specialist agents for external web searches and documentation lookup
graphql-design
by rohitg00
GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling
mcp-development
by rohitg00
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
database-optimization
by rohitg00
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
django-patterns
by rohitg00
Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure
ecto-constraint-debug
by oliver-kriska
Debug Ecto constraint violations - trace triggers, check migrations, find duplicate data. Use when seeing unique_constraint, foreign_key_constraint, or check_constraint errors.
ensembl-database
by K-Dense-AI
Query Ensembl genome database REST API for 250+ species. Gene lookups, sequence retrieval, variant analysis, comparative genomics, orthologs, VEP predictions, for genomic research.
benchling-integration
by K-Dense-AI
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
bioservices
by K-Dense-AI
Unified Python interface to 40+ bioinformatics services. Use when querying multiple databases (UniProt, KEGG, ChEMBL, Reactome) in a single workflow with consistent API. Best for cross-database analysis, ID mapping across services. For quick single-database lookups use gget; for sequence/file manipulation use biopython.
fda-database
by K-Dense-AI
Query openFDA API for drugs, devices, adverse events, recalls, regulatory submissions (510k, PMA), substance identification (UNII), for FDA regulatory data analysis and safety research.
cellxgene-census
by K-Dense-AI
Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.
alphafold-database
by K-Dense-AI
Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.
Windows Privilege Escalation
by zebbern
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.
etetoolkit
by K-Dense-AI
Phylogenetic tree toolkit (ETE). Tree manipulation (Newick/NHX), evolutionary event detection, orthology/paralogy, NCBI taxonomy, visualization (PDF/SVG), for phylogenomics.
chembl-database
by K-Dense-AI
Query ChEMBL bioactive molecules and drug discovery data. Search compounds by structure/properties, retrieve bioactivity data (IC50, Ki), find inhibitors, perform SAR studies, for medicinal chemistry.
writer-memory
by Yeachan-Heo
Agentic memory system for writers - track characters, relationships, scenes, and themes
deploy-pipeline
by ComposioHQ
Run end-to-end deploy pipelines across Stripe, Supabase, and Vercel using the Composio CLI. Promote Stripe products, push Supabase migrations, ship Vercel deployments, and verify with post-deploy checks — all from one script.