Qdrant Skills

A collection of Agent Skills for building with Qdrant vector search.

Installing

These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.

Claude Code

Install using the plugin marketplace:

/plugin marketplace add qdrant/skills

npx skills

Install using the npx skills CLI:

npx skills add https://github.com/qdrant/skills

Clone / Copy

Clone this repo and copy the skill folders into the appropriate directory for your agent:

Agent Skill Directory Docs
Claude Code ~/.claude/skills/ docs
OpenCode ~/.config/opencode/skill/ docs
OpenAI Codex ~/.codex/skills/ docs
Pi ~/.pi/agent/skills/ docs

Commands

Commands are user-invocable slash commands that you explicitly call.

Command Description
/qdrant:setup-collection Create a collection with proper vector config, distance, and payload indexes
/qdrant:hybrid-search Scaffold a dense+sparse prefetch query with RRF fusion
/qdrant:add-multitenancy Add tenant isolation to an existing collection
/qdrant:migrate-search Migrate deprecated client.search() calls to query_points
/qdrant:connect Set up client connection for local or cloud

Skills

Skill Useful for
qdrant-python Python SDK best practices: search, filtering, hybrid search, multi-tenancy, gotchas
qdrant-rust Rust client best practices: gRPC setup, builders, query, upsert, gotchas

Resources

S
Description
qdrant-clients-sdk: Qdrant provides client SDKs for various programming languages, allowing easy integration with Qdrant deployments.; qdrant-search-quality: Diagnoses and improves Qdrant search relevance. Use when someone reports 'search results are bad', 'wrong results', 'low precision', 'low recall', 'irrelevant…; qdrant-performance-optimization: Navigation hub linking sub-skills for proactive Qdrant tuning: search speed, indexing performance, and memory usage optimization. Use when planning…
Readme Apache-2.0 937 KiB
Languages
Python 50.8%
Shell 42.1%
JavaScript 6.6%
Dockerfile 0.5%