Databases & Data skills
Instruction sets that teach Claude Code how to handle a specific, repeatable task.
151 of 2,255 entries
clickhouse-io
★ 229,918ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
affaan-mupdated 15d agoMITpostgres-patterns
★ 229,918Patrones de base de datos PostgreSQL para optimización de consultas, diseño de esquemas, indexación y seguridad. Basado en las buenas prácticas de Supabase.
affaan-mupdated 15d agoMITjpa-patterns
★ 229,918Patrones JPA/Hibernate para diseño de entidades, relaciones, optimización de consultas, transacciones, auditoría, indexación, paginación y pooling en Spring Boot.
affaan-mupdated 15d agoMITlaravel-tdd
★ 229,918Desarrollo guiado por pruebas para Laravel con PHPUnit y Pest, factories, pruebas de base de datos, fakes y objetivos de cobertura.
affaan-mupdated 15d agoMITspringboot-verification
★ 229,918Bucle de verificación para proyectos Spring Boot: build, análisis estático, pruebas con cobertura, escaneos de seguridad y revisión de diff antes del lanzamiento o PR.
affaan-mupdated 15d agoMITdarwinian-evolver
★ 215,185Evolve prompts/regex/SQL/code with Imbue's evolution loop.
NousResearchupdated 14d agoMITone-three-one-rule
★ 215,185>
NousResearchupdated 14d agoMITqmd
★ 215,185Search personal knowledge bases, notes, docs, and meeting transcripts locally using qmd — a hybrid retrieval engine with BM25, vector search, and LLM reranking. Supports CLI and MCP integration.
NousResearchupdated 14d agoMITopenclaw-migration
★ 215,185Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from ~/.openclaw, then reports exactly what could not be migrated and why.
NousResearchupdated 14d agoMITfastmcp
★ 215,185Build, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment.
NousResearchupdated 14d agoMITdocker-management
★ 215,185Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.
NousResearchupdated 14d agoMITsolana
★ 215,185Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.
NousResearchupdated 14d agoMITpinecone
★ 215,185Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
NousResearchupdated 14d agoMITllm-wiki
★ 215,185Karpathy's LLM Wiki: build/query interlinked markdown KB.
NousResearchupdated 14d agoMITyuanbao
★ 215,185Yuanbao (元宝) groups: @mention users, query info/members.
NousResearchupdated 14d agoMITstripe-projects
★ 215,185Provision SaaS services + sync creds via Stripe Projects.
NousResearchupdated 14d agoMITpolymarket
★ 215,185Query Polymarket: markets, prices, orderbooks, history.
NousResearchupdated 14d agoMITchroma
★ 215,185Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.
NousResearchupdated 14d agoMIThuggingface-hub
★ 215,185HuggingFace hf CLI: search/download/upload models, datasets.
NousResearchupdated 14d agoMITsiyuan
★ 215,185SiYuan Note API for searching, reading, creating, and managing blocks and documents in a self-hosted knowledge base via curl.
NousResearchupdated 14d agoMITarxiv
★ 215,185Search arXiv papers by keyword, author, category, or ID.
NousResearchupdated 14d agoMITclaude-opus-4-5-migration
★ 137,934Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.
anthropicsupdated 14d agocloud-sync
★ 87,329Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.
thedotmackupdated 13d agoApache-2.0knowledge-agent
★ 87,329Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.
thedotmackupdated 13d agoApache-2.0how-it-works
★ 87,329Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".
thedotmackupdated 13d agoApache-2.0mem-search
★ 87,329Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
thedotmackupdated 13d agoApache-2.0smart-explore
★ 87,329Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.
thedotmackupdated 13d agoApache-2.0performance-optimization
★ 78,448Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.
addyosmaniupdated 16d agoMITspec-driven-development
★ 78,448Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.
addyosmaniupdated 16d agoMITdocumentation-and-adrs
★ 78,448Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
addyosmaniupdated 16d agoMITcontext-engineering
★ 78,448Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
addyosmaniupdated 16d agoMITdeprecation-and-migration
★ 78,448Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
addyosmaniupdated 16d agoMITunderstand-chat
★ 74,200Use when you need to ask questions about a codebase or understand code using a knowledge graph
Egonex-AIupdated 14d agoMITAttio Automation
★ 67,771Automate Attio CRM operations -- search records, query contacts and companies with advanced filters, manage notes, list attributes, and navigate your relationship data -- using natural language through the Composio MCP integration.
ComposioHQupdated 2mo agoClockify Automation
★ 67,771Automate time tracking workflows in Clockify -- create and manage time entries, workspaces, and users through natural language commands.
ComposioHQupdated 2mo agoagent-reviewer
★ 64,474Agent skill for reviewer - invoke with $agent-reviewer
ruvnetupdated 14d agoMITReasoningBank with AgentDB
★ 64,474Implement ReasoningBank adaptive learning with AgentDB's 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems.
ruvnetupdated 14d agoMITagent-dev-backend-api
★ 64,474Agent skill for dev-backend-api - invoke with $agent-dev-backend-api
ruvnetupdated 14d agoMITAgentDB Advanced Features
★ 64,474Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed systems integration. Use when building distributed AI systems, multi-agent coordination, or advanced vector search applications.
ruvnetupdated 14d agoMITagent-architecture
★ 64,474Agent skill for architecture - invoke with $agent-architecture
ruvnetupdated 14d agoMITagentdb-query
★ 64,474Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search
ruvnetupdated 14d agoMITVerification & Quality Assurance
★ 64,474|
ruvnetupdated 14d agoMITvector-search
★ 64,474Vector search via embeddings_* (large-scale HNSW) and ruvllm_hnsw_* (WASM router for ≤11 hot patterns), with RaBitQ 1-bit quantization for 32× memory reduction
ruvnetupdated 14d agoMITembeddings
★ 64,474>
ruvnetupdated 14d agoMITV3 Memory Unification
★ 64,474Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).
ruvnetupdated 14d agoMITpod-sales
★ 64,474Run one tick of the sales business-pod (ADR-164 §4.1, Phase 2). Loads templates/sales.json, validates it against the pod-schema, resolves agents against ruflo's agent registry, reserves budget via the Phase-2 file-based stub ledger (atomic SQLite tracker is Phase 3 per ADR-164.1), constructs per-agent dry-run prompts, posts a summary envelope to room "sales" via the federation_bbs_publish JSONL backing store, and emits a structured {podName, tickId, agentsRan, totalUsd, envelopeId, status} line for /loop ingestion. Dry-run by default; --live is reserved for Phase 3.
ruvnetupdated 14d agoMITagent-topology-optimizer
★ 64,474Agent skill for topology-optimizer - invoke with $agent-topology-optimizer
ruvnetupdated 14d agoMITagent-specification
★ 64,474Agent skill for specification - invoke with $agent-specification
ruvnetupdated 14d agoMITagent-v3-memory-specialist
★ 64,474Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist
ruvnetupdated 14d agoMITagent-pseudocode
★ 64,474Agent skill for pseudocode - invoke with $agent-pseudocode
ruvnetupdated 14d agoMITadr-create
★ 64,474Create a new Architecture Decision Record with sequential numbering and AgentDB registration
ruvnetupdated 14d agoMITAgentDB Vector Search
★ 64,474Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.
ruvnetupdated 14d agoMITAgentDB Performance Optimization
★ 64,474Optimize AgentDB performance with quantization (4-32x memory reduction), HNSW indexing (150x faster search), caching, and batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors.
ruvnetupdated 14d agoMITcareer-ops-plugin-notion
★ 60,191How to mirror the career-ops tracker to a Notion database and read records back as job leads.
santiferupdated 13d agoMITalgolia-search
★ 43,285Expert patterns for Algolia search implementation, indexing
sickn33updated 14d agoMITai-product
★ 43,285Every product will be AI-powered. The question is whether you'll
sickn33updated 14d agoMITangular-migration
★ 43,285Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration.
sickn33updated 14d agoMITaws-cost-optimizer
★ 43,285Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
sickn33updated 14d agoMITaws-cost-cleanup
★ 43,285Automated cleanup of unused AWS resources to reduce costs
sickn33updated 14d agoMITluna
★ 43,285Reviews code for objective correctness, security, and reliability.
sickn33updated 14d agoMIT