Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3961–4020 of 6,168 skills
6,168 skills found

Cloud Functions

194L

Build and deploy event-driven serverless functions on Google Cloud Functions

Technology & EngineeringGCP Services

Cloud Run

179L

Deploy and manage containerized applications on Google Cloud Run serverless platform

Technology & EngineeringGCP Services

Cloud Storage

231L

Store, retrieve, and manage objects in Google Cloud Storage buckets

Technology & EngineeringGCP Services

Firestore

246L

Model, query, and manage data with Google Cloud Firestore NoSQL document database

Technology & EngineeringGCP Services

App Service

373L

Azure App Service for hosting web apps, REST APIs, and mobile backends

Technology & EngineeringAzure Services

Azure Functions

364L

Azure Functions serverless compute for event-driven applications

Technology & EngineeringAzure Services

Blob Storage

329L

Azure Blob Storage for scalable object storage and data lake scenarios

Technology & EngineeringAzure Services

Cosmos Db

319L

Azure Cosmos DB globally distributed multi-model database service

Technology & EngineeringAzure Services

Postgres Extensions

217L

Key PostgreSQL extensions including pgvector, PostGIS, pg_cron, and other essential add-ons

Technology & EngineeringPostgres

Postgres Full Text Search

194L

Full-text search in PostgreSQL using tsvector, tsquery, ranking, and GIN indexes

Technology & EngineeringPostgres

Postgres Partitioning

199L

Table partitioning strategies in PostgreSQL including range, list, and hash partitioning

Technology & EngineeringPostgres

Postgres Replication

223L

Logical and streaming replication in PostgreSQL for high availability and data distribution

Technology & EngineeringPostgres

Postgres Row Level Security

210L

Row-level security policies in PostgreSQL for fine-grained access control on table rows

Technology & EngineeringPostgres

Postgres Triggers

258L

Triggers and PL/pgSQL functions in PostgreSQL for automated data processing and integrity enforcement

Technology & EngineeringPostgres

Caching Patterns

196L

Cache-aside, write-through, and write-behind caching strategies with Redis

Technology & EngineeringRedis

Data Structures

152L

Redis core data structures including strings, hashes, sets, sorted sets, and lists

Technology & EngineeringRedis

Lua Scripting

196L

Lua scripting in Redis for atomic multi-step operations

Technology & EngineeringRedis

Pub Sub

176L

Redis Pub/Sub messaging patterns for real-time event broadcasting

Technology & EngineeringRedis

Sentinel Cluster

210L

Redis Sentinel and Cluster configurations for high availability and horizontal scaling

Technology & EngineeringRedis

Streams

183L

Redis Streams for durable event processing with consumer groups

Technology & EngineeringRedis

API Documentation

78L

Craft clear, accurate, and user-friendly API documentation that empowers developers to integrate with your services quickly and efficiently. This skill covers structuring content, providing executable examples, and maintaining accuracy. Activate this skill when you are designing or updating documentation for a new or existing API, or when seeking to improve developer experience and adoption.

Technology & EngineeringAPI Integration

API Gateway Patterns

88L

Architect and implement robust API Gateway patterns to manage, secure, and scale your microservices APIs effectively. This skill guides you through crucial patterns like BFF, API Composition, and Caching, enabling you to optimize client-server interactions and enhance operational resilience. Activate this skill when designing a new API architecture, optimizing an existing microservices gateway, or addressing challenges related to API security, performance, or service orchestration.

Technology & EngineeringAPI Integration

API Monitoring

78L

Effectively implement and manage robust API monitoring strategies to ensure the availability, performance, and correctness of your API integrations. This skill guides you through proactive detection, deep diagnostics, and actionable alerting across your API ecosystem. Activate this skill when designing new API architectures, troubleshooting existing integrations, or optimizing the reliability and user experience of your services.

Technology & EngineeringAPI Integration

API Rate Limiting

101L

Master strategies for interacting with external APIs while respecting their rate limits, ensuring your applications remain compliant and robust. This skill teaches you how to prevent `429 Too Many Requests` errors, implement intelligent retry mechanisms, and optimize your API consumption. Activate this skill when you are integrating with third-party APIs, designing resilient data pipelines, or troubleshooting connection stability issues due to excessive requests.

Technology & EngineeringAPI Integration

API Security

79L

Master the principles and practices for securing your APIs against common threats, ensuring data integrity, confidentiality, and availability. This skill guides you in implementing robust authentication, authorization, and data protection mechanisms. Activate this skill whenever you are designing, developing, or auditing an API, or when assessing potential vulnerabilities in existing integrations.

Technology & EngineeringAPI Integration

API Testing

73L

Master the comprehensive validation of API functionality, reliability, performance, and security. This skill covers strategic approaches to ensure your APIs consistently meet their contractual obligations and provide a robust integration experience. Activate this skill when developing new APIs, integrating third-party services, diagnosing API issues, or establishing continuous quality assurance for your microservices.

Technology & EngineeringAPI Integration

API Versioning

90L

Strategically manage the evolution of your APIs to introduce new features, refactor endpoints, and deprecate old functionality without breaking existing client integrations. This skill teaches various versioning strategies and how to apply them to maintain stability and foster long-term API adoption. Activate this skill whenever you plan to make non-backward-compatible changes to an API, need to support multiple client versions, or are defining your API's lifecycle management.

Technology & EngineeringAPI Integration

Error Handling Apis

78L

Design and implement robust, informative, and developer-friendly error handling mechanisms for APIs. This skill teaches you how to craft predictable error responses that empower API consumers to diagnose issues and build resilient integrations. Activate this skill when architecting new API endpoints, refactoring existing error responses, or troubleshooting common integration failures caused by unclear error communication.

Technology & EngineeringAPI Integration

GRAPHQL Schema Design

153L

Design robust, intuitive, and performant GraphQL schemas that empower clients to request precisely the data they need. This skill covers type system modeling, query and mutation design, and strategies for schema evolution. Activate this skill when you are architecting a new GraphQL API, refactoring an existing schema, or need guidance on evolving your API while maintaining backward compatibility.

Technology & EngineeringAPI Integration

GRPC Patterns

94L

Master the common interaction models, service design strategies, and robust error handling mechanisms essential for building high-performance, resilient gRPC services. This skill equips you to select the appropriate RPC style, manage stream lifecycles, and design idiomatic gRPC APIs. Activate this skill when architecting new gRPC-based microservices, refactoring existing gRPC endpoints, or integrating complex systems using Protocol Buffers.

Technology & EngineeringAPI Integration

OAUTH Flows

82L

Master the various OAuth 2.0 authorization flows to securely delegate access from a resource owner to a client application. This skill guides you in selecting the appropriate flow for different application types and implementing robust token management strategies. Activate this skill when designing or integrating with APIs requiring delegated authorization, securing client applications, or enhancing your understanding of modern authentication protocols.

Technology & EngineeringAPI Integration

Openapi Specification

190L

Master the creation and interpretation of OpenAPI Specification documents to design, document, and automate your API workflows. This skill teaches you to define robust API contracts, leverage tooling for code generation and validation, and foster seamless integration across development teams. Activate this skill when you are architecting a new RESTful API, documenting an existing one, or integrating with external services using their OpenAPI definitions.

Technology & EngineeringAPI Integration

REST API Design

73L

Design robust, scalable, and developer-friendly RESTful APIs that adhere to industry best practices and architectural principles. This skill covers resource modeling, HTTP method usage, versioning strategies, error handling, and security considerations. Activate this skill when you are planning a new API, reviewing an existing API's architecture, or need guidance on evolving an API for future needs.

Technology & EngineeringAPI Integration

SDK Design

112L

Design intuitive, robust, and idiomatic SDKs that abstract API complexity and accelerate developer integration. This skill focuses on language-specific conventions, comprehensive error handling, and lifecycle management for seamless API consumption. Activate this skill when you are architecting a new client library, refactoring an existing SDK, or need to provide guidance on best practices for API consumers.

Technology & EngineeringAPI Integration

Webhook Architecture

79L

Master the design, implementation, and management of robust webhook systems for real-time, event-driven communication. This skill covers secure payload design, reliable delivery mechanisms, and best practices for integrating services asynchronously. Activate this skill when you are architecting event-driven APIs, integrating with third-party platforms, or building reactive, decoupled microservices.

Technology & EngineeringAPI Integration

Websocket Design

86L

Design robust, scalable, and efficient real-time communication systems using WebSockets. This skill covers message protocol design, connection management, and strategies for scaling persistent connections. Activate this skill when you are architecting new real-time features, improving existing WebSocket implementations, or need guidance on building high-performance, bi-directional communication channels.

Technology & EngineeringAPI Integration

MCP Auth and Security

326L

Securing MCP servers with authentication, authorization, and defensive practices. Covers OAuth 2.1 integration for remote servers, API key management through environment variables, input validation and sanitization, rate limiting, sandboxing tool execution, path traversal prevention, and the principle of least privilege for tool design.

Technology & EngineeringMCP Server

MCP Deployment

352L

Deploying MCP servers across different environments and transports. Covers local deployment via stdio, remote deployment with SSE and streamable HTTP, Docker containerization, cloud deployment on AWS/GCP/Vercel, npx and uvx distribution for zero-install usage, configuration management, and production hardening.

Technology & EngineeringMCP Server

MCP Fundamentals

225L

Core architecture of the Model Context Protocol (MCP) — the open protocol from Anthropic that connects AI assistants to external tools and data sources. Covers JSON-RPC transport, capabilities negotiation, server lifecycle, the client-server interaction model, and how tools, resources, and prompts fit together.

Technology & EngineeringMCP Server

MCP Patterns

430L

Common architectural patterns for MCP servers — database servers, API wrappers, file system servers, multi-tool orchestration, caching strategies, error recovery, and composition patterns. Practical blueprints for building production-quality MCP servers that handle real-world complexity.

Technology & EngineeringMCP Server

MCP Prompts

286L

Defining prompt templates in MCP servers that AI clients can discover and invoke. Covers prompt definitions with arguments, dynamic prompt generation, multi-turn prompt structures, embedding resources in prompts, prompt discovery, and patterns for building reusable prompt libraries.

Technology & EngineeringMCP Server

MCP Python Server

389L

Building MCP servers in Python using the official mcp SDK and the FastMCP high-level pattern. Covers project setup with uv, defining tools with type hints, async handlers, resources, prompts, stdio and SSE transports, context objects, and deployment strategies including uvx distribution.

Technology & EngineeringMCP Server

MCP Resources

237L

Exposing data and content to AI clients through MCP resources. Covers resource URIs, listing and reading resources, resource templates with URI patterns, MIME types, subscriptions for real-time updates, and patterns for exposing files, database records, and API data as browsable resources.

Technology & EngineeringMCP Server

MCP Security Audit

116L

Use this skill when auditing the security of a Model Context Protocol server or client. Activate when users mention mcp server security audit, MCP vulnerabilities, tool poisoning, prompt injection via MCP, confused deputy, token passthrough, OAuth for MCP, rug-pull tool descriptions, or reviewing an MCP integration before connecting it to an agent with real capabilities.

Technology & EngineeringMCP Server

MCP Testing and Debugging

272L

Testing and debugging MCP servers effectively. Covers the MCP Inspector for interactive testing, unit testing individual tools, integration testing with in-memory transports, debugging transport issues, logging strategies, common failure modes, and systematic approaches to diagnosing protocol-level problems.

Technology & EngineeringMCP Server

MCP Tools

297L

Defining and implementing tools in MCP servers — the primary way AI assistants take actions through MCP. Covers tool definitions with JSON Schema inputs, writing tool handlers, returning structured results, error handling with isError, tool annotations for UI hints, and patterns for robust tool implementations.

Technology & EngineeringMCP Server

MCP TypeScript Server

346L

Building MCP servers in TypeScript using the official @modelcontextprotocol/sdk package. Covers project setup, the McpServer high-level API, defining tools with Zod schemas, stdio and SSE transports, streaming responses, error handling, and deployment as npm packages or standalone binaries.

Technology & EngineeringMCP Server

advanced-rag

463L

Advanced RAG patterns beyond basic retrieve-and-generate. Covers multi-hop RAG, agentic RAG with tool use, graph RAG (knowledge graphs + vector retrieval), recursive retrieval, self-querying retrievers, query decomposition, citation extraction, and corrective RAG. Includes implementation patterns and guidance on when each advanced technique is warranted.

Technology & EngineeringRag Pipeline

chunking-strategies

342L

Comprehensive guide to document chunking strategies for RAG pipelines. Covers fixed-size, semantic, recursive character, sentence-based, parent-child, markdown-aware, and code-aware chunking. Includes chunk size optimization, overlap strategies, and practical benchmarks for choosing the right approach based on document type and retrieval quality.

Technology & EngineeringRag Pipeline

embedding-models

356L

Guide to selecting, using, and optimizing text embedding models for RAG pipelines. Covers commercial models (OpenAI text-embedding-3, Cohere embed-v3, Voyage AI) and open-source options (BGE, E5, Nomic Embed). Includes dimensionality selection, batch processing, embedding caching, fine-tuning for domain-specific retrieval, and cost analysis.

Technology & EngineeringRag Pipeline

rag-evaluation

500L

Evaluating RAG systems end-to-end. Covers retrieval metrics (context precision, context recall, MRR), generation metrics (faithfulness, answer relevance, hallucination detection), the RAGAS framework, human evaluation protocols, A/B testing retrieval strategies, building evaluation datasets, and continuous monitoring in production.

Technology & EngineeringRag Pipeline

rag-fundamentals

265L

Teaches the foundational architecture of Retrieval-Augmented Generation (RAG) systems. Covers why RAG outperforms fine-tuning for most knowledge-grounding use cases, the three core stages (indexing, retrieval, generation), component design, latency budgets, and evaluation metrics including faithfulness, relevance, and hallucination rate. Use when building or explaining any RAG system from scratch.

Technology & EngineeringRag Pipeline

rag-production

497L

Production-grade RAG deployment patterns. Covers caching strategies (semantic and exact), streaming responses, token budget management, fallback strategies for retrieval failures, monitoring retrieval quality, cost optimization, incremental indexing, multi-tenancy, and operational best practices for running RAG systems at scale.

Technology & EngineeringRag Pipeline

rag-with-langchain

459L

Building RAG pipelines with LangChain and LangGraph. Covers document loaders, text splitters, vector stores, retrievers, chains, and agents. Includes practical patterns for conversational RAG, multi-source retrieval, streaming, and LangGraph-based agentic RAG workflows.

Technology & EngineeringRag Pipeline

rag-with-llamaindex

462L

Building RAG systems with LlamaIndex (formerly GPT Index). Covers data connectors, node parsers, index types (vector, keyword, knowledge graph, summary), query engines, response synthesizers, and advanced patterns like sub-question queries and recursive retrieval. Practical code for production LlamaIndex RAG pipelines.

Technology & EngineeringRag Pipeline

retrieval-strategies

358L

Covers retrieval strategies for RAG pipelines: dense retrieval, sparse retrieval (BM25), hybrid search, re-ranking with cross-encoders and Cohere Rerank, Maximal Marginal Relevance (MMR), contextual retrieval, and Hypothetical Document Embeddings (HyDE). Includes practical implementation patterns and guidance on when to use each strategy.

Technology & EngineeringRag Pipeline

vector-databases

389L

Practical guide to vector databases for RAG systems. Covers Pinecone, Qdrant, Weaviate, ChromaDB, pgvector, and Milvus with setup, indexing, querying, metadata filtering, hybrid search, and scaling considerations. Includes selection criteria, performance benchmarks, and production deployment patterns.

Technology & EngineeringRag Pipeline

agent-architecture

367L

Core patterns for building AI agent systems: the observe-think-act loop, ReAct pattern implementation, tool-use cycles, memory systems (short-term and long-term), and planning strategies. Covers how to structure an agent's main loop, manage state between iterations, and wire together perception, reasoning, and action into a reliable autonomous system.

Technology & EngineeringAI Agent Orchestration

agent-error-recovery

469L

Handling failures in AI agent systems: retry strategies with backoff, fallback tools, graceful degradation, human-in-the-loop escalation, stuck-loop detection, and context recovery after crashes. Covers practical patterns for making agents robust against tool failures, API errors, and reasoning dead-ends.

Technology & EngineeringAI Agent Orchestration

agent-evaluation

552L

Testing and evaluating AI agents: trajectory evaluation, task completion metrics, tool-use accuracy measurement, regression testing, benchmark suites, and A/B testing agent configurations. Covers practical approaches to measuring whether agents are working correctly and improving over time.

Technology & EngineeringAI Agent Orchestration