Skip to main content

← All sources

Qdrant Skills skills

Qdrant's official agent skills for vector search — clients/SDK, scaling, performance, search quality, monitoring, deployment, model migration, version upgrades skills-hub.ai mirrors 24 skills from Qdrant Skills daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/qdrant/skills

Installing a Qdrant Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Qdrant Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Qdrant Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=qdrant

# Browse all sources
open https://skills-hub.ai/sources

Top Qdrant Skills skills

See all →

The most-installed skills from Qdrant Skills, ranked by adoption.

  1. 01qdrant-monitoring

    Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer stuck', 'why is memory growing', 'requests are slow', or needs to set up Prometheus, Grafana, or health checks. Also use when debugging production issues that require metric analysis.

    Buildfrom Qdrant Skills
  2. 02qdrant-monitoring-debugging

    Diagnoses Qdrant production issues using metrics and observability tools. Use when someone reports 'optimizer stuck', 'indexing too slow', 'memory too high', 'OOM crash', 'queries are slow', 'latency spike', or 'search was fast now it's slow'. Also use when performance degrades without obvious config changes.

    Buildfrom Qdrant Skills
  3. 03qdrant-performance-optimization

    Different techniques to optimize the performance of Qdrant, including indexing strategies, query optimization, and hardware considerations. Use when you want to improve the speed and efficiency of your Qdrant deployment.

    Buildfrom Qdrant Skills
  4. 04qdrant-search-speed-optimization

    Diagnoses and fixes slow Qdrant search. Use when someone reports 'search is slow', 'high latency', 'queries take too long', 'low QPS', 'throughput too low', 'filtered search is slow', or 'search was fast but now it's slow'. Also use when search performance degrades after config changes or data growth.

    Buildfrom Qdrant Skills
  5. 05qdrant-sliding-time-window

    Guides sliding time window scaling in Qdrant. Use when someone asks 'only recent data matters', 'how to expire old vectors', 'time-based data rotation', 'delete old data efficiently', 'social media feed search', 'news search', 'log search with retention', or 'how to keep only last N months of data'.

    Buildfrom Qdrant Skills
  6. 06qdrant-search-quality

    Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant matches', 'missing expected results', or asks 'how to improve search quality?', 'which embedding model?', 'should I use hybrid search?', 'should I use reranking?'. Also use when search quality degrades after quantization, model change, or data growth.

    Buildfrom Qdrant Skills
  7. 07qdrant-deployment-options

    Guides Qdrant deployment selection. Use when someone asks 'how to deploy Qdrant', 'Docker vs Cloud', 'local mode', 'embedded Qdrant', 'Qdrant EDGE', 'which deployment option', 'self-hosted vs cloud', or 'need lowest latency deployment'. Also use when choosing between deployment types for a new project.

    Buildfrom Qdrant Skills
  8. 08qdrant-indexing-performance-optimization

    Diagnoses and fixes slow Qdrant indexing and data ingestion. Use when someone reports 'uploads are slow', 'indexing takes forever', 'optimizer is stuck', 'HNSW build time too long', or 'data uploaded but search is bad'. Also use when optimizer status shows errors, segments won't merge, or indexing threshold questions arise.

    Buildfrom Qdrant Skills
  9. 09qdrant-memory-usage-optimization

    Diagnoses and reduces Qdrant memory usage. Use when someone reports 'memory too high', 'RAM keeps growing', 'node crashed', 'out of memory', 'memory leak', or asks 'why is memory usage so high?', 'how to reduce RAM?'. Also use when memory doesn't match calculations, quantization didn't help, or nodes crash during recovery.

    Buildfrom Qdrant Skills
  10. 10qdrant-horizontal-scaling

    Diagnoses and guides Qdrant horizontal scaling decisions. Use when someone asks 'vertical or horizontal?', 'how many nodes?', 'how many shards?', 'how to add nodes', 'resharding', 'data doesn't fit', or 'need more capacity'. Also use when data growth outpaces current deployment.

    Buildfrom Qdrant Skills
  11. 11qdrant-vertical-scaling

    Guides Qdrant vertical scaling decisions. Use when someone asks 'how to scale up a node', 'need more RAM', 'upgrade node size', 'vertical scaling', 'resize cluster', 'scale up vs scale out', or when memory/CPU is insufficient on current nodes. Also use when someone wants to avoid the complexity of horizontal scaling.

    Buildfrom Qdrant Skills
  12. 12qdrant-scaling-qps

    Guides Qdrant query throughput (QPS) scaling. Use when someone asks 'how to increase QPS', 'need more throughput', 'queries per second too low', 'batch search', 'read replicas', or 'how to handle more concurrent queries'.

    Buildfrom Qdrant Skills
  13. 13qdrant-scaling-query-volume

    Guides Qdrant query volume scaling. Use when someone asks 'query returns too many results', 'scroll performance', 'large limit values', 'paginating search results', 'fetching many vectors', or 'high cardinality results'.

    Buildfrom Qdrant Skills
  14. 14qdrant-search-quality-diagnosis

    Diagnoses Qdrant search quality issues. Use when someone reports 'results are bad', 'wrong results', 'not relevant results', 'missing matches', 'recall is low', 'approximate search worse than exact', 'which embedding model', or 'quality dropped after quantization'. Also use when search quality degrades without obvious changes.

    Buildfrom Qdrant Skills
  15. 15qdrant-search-strategies

    Guides Qdrant search strategy selection. Use when someone asks 'should I use hybrid search?', 'how to rerank?', 'results are not relevant', 'I don't get needed results from my dataset but they're there', 'retrieval quality is not good enough', 'results too similar', 'need diversity', 'MMR', 'relevance feedback', 'recommendation API', 'discovery API', or 'missing keyword matches'

    Buildfrom Qdrant Skills
  16. 16qdrant-clients-sdk

    Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.

    Buildfrom Qdrant Skills
  17. 17qdrant-model-migration

    Guides embedding model migration in Qdrant without downtime. Use when someone asks 'how to switch embedding models', 'how to migrate vectors', 'how to update to a new model', 'zero-downtime model change', 'how to re-embed my data', or 'can I use two models at once'. Also use when upgrading model dimensions, switching providers, or A/B testing models.

    Buildfrom Qdrant Skills
  18. 18qdrant-monitoring-setup

    Guides Qdrant monitoring setup including Prometheus scraping, health probes, Hybrid Cloud metrics, alerting, and log centralization. Use when someone asks 'how to set up monitoring', 'Prometheus config', 'Grafana dashboard', 'health check endpoints', 'how to scrape Hybrid Cloud', 'what alerts to set', 'how to centralize logs', or 'audit logging'.

    Buildfrom Qdrant Skills
  19. 19qdrant-scaling

    Guides Qdrant scaling decisions. Use when someone asks 'how many nodes do I need', 'data doesn't fit on one node', 'need more throughput', 'cluster is slow', 'too many tenants', 'vertical or horizontal', 'how to shard', or 'need to add capacity'.

    Buildfrom Qdrant Skills
  20. 20qdrant-minimize-latency

    Guides Qdrant query latency optimization. Use when someone asks 'search is slow', 'how to reduce latency', 'p99 is too high', 'tail latency', 'single query too slow', 'how to make search faster', or 'latency spikes'.

    Buildfrom Qdrant Skills
  21. 21qdrant-scaling-data-volume

    Guides Qdrant data volume scaling decisions. Use when someone asks 'data doesn't fit on one node', 'too much data', 'need more storage', 'vertical or horizontal scaling', 'tenant scaling', 'time window rotation', or 'data growth exceeds capacity'.

    Buildfrom Qdrant Skills
  22. 22qdrant-tenant-scaling

    Guides Qdrant multi-tenant scaling. Use when someone asks 'how to scale tenants', 'one collection per tenant?', 'tenant isolation', 'dedicated shards', or reports tenant performance issues. Also use when multi-tenant workloads outgrow shared infrastructure.

    Buildfrom Qdrant Skills
  23. 23qdrant-hybrid-search

    Explains hybrid search in Qdrant. Use when someone asks 'how do I setup hybrid search?', 'how to combine keyword and semantic search?', 'sparse plus dense vectors?', 'missing keyword matches', 'how to combine results from multiple searches?' and 'combining multiple representations'

    Buildfrom Qdrant Skills
  24. 24qdrant-version-upgrade

    Guidance on how to upgrade your Qdrant version without interrupting the availability of your application and ensuring data integrity.

    Buildfrom Qdrant Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Apr 30, 2026, 10:16 PM (success).

Qdrant Skills skills — frequently asked

What are Qdrant Skills skills?

Qdrant Skills skills are AI coding skills published by Qdrant Skills (Qdrant's official agent skills for vector search — clients/SDK, scaling, performance, search quality, monitoring, deployment, model migration, version upgrades) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Qdrant Skills skills are available?

skills-hub.ai indexes 24 skills from Qdrant Skills, synced daily from the upstream GitHub repository (https://github.com/qdrant/skills).

How do I install a Qdrant Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Qdrant Skills skills?

Yes. Every skill from this source is mirrored from Qdrant Skills's own GitHub repository (https://github.com/qdrant/skills). Each skill page links back to the upstream source of truth, so you can verify the original.