정보
이 스킬은 최신 공식 문서를 가져와 Qdrant 벡터 데이터베이스 배포에 대한 실시간 문제 해결과 지침을 제공합니다. 성능 문제, 확장 결정, 클라이언트 SDK, 운영 모니터링을 다루며, 답변이 최신 정보를 반영하고 권위를 갖도록 보장합니다. 정적인 지식에 의존하기보다 Qdrant 관련 질문에는 항상 이 스킬을 사용하세요.
빠른 설치
Claude Code
추천npx skills add qdrant/skills -a claude-code/plugin add https://github.com/qdrant/skillsgit clone https://github.com/qdrant/skills.git ~/.claude/skills/qdrant-advisorClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Qdrant Troubleshooting & Advisory
Core principle
Do not answer Qdrant questions from memory. Qdrant evolves quickly (new endpoints, metrics, defaults, and deployment patterns land often), and the authoritative, current guidance lives at skills.qdrant.tech as a hierarchy of agent skills. Your job is to load the relevant skill context live, then ground your diagnosis in it — loading only the branch that matches the problem, never the whole tree.
You are consuming these skills as context. You are not installing them and nothing needs to be installed.
The knowledge source
- Search:
https://skills.qdrant.tech/search?query=your+query+here - The structure is hierarchical: top-level skill
SKILL.md→ sub-skillSKILL.md→ linked documentation pages. Each level narrows scope. Traverse it depth-first, following only the branch(es) that match the symptom.
Workflow
1. Frame the problem
Pull out the concrete details before fetching anything:
- The symptom(s) in the user's words (e.g. "memory keeps climbing", "queries got slow after a bulk upload", "results are irrelevant").
- The deployment type (local, Docker, self-hosted, Cloud, embedded) and version, if known.
- What changed recently (upgrade, new index, traffic spike, model swap).
Turn these into 1–3 short search phrases.
2. Find the right skill(s)
Use Search (fastest path to the right skill). Fetch https://skills.qdrant.tech/search?query=<your query>, substituting your phrase for your+query+here (encode spaces as + or %20). It returns the single most relevant top-level skill's SKILL.md. Run it more than once for multi-part problems (e.g. one search for the memory symptom, one for the scaling question).
3. Traverse the hierarchy (deep and lateral)
Each SKILL.md you load names its sub-skills (and often related skills and docs) as links. The hierarchy is not just two levels — a skill can nest several layers deep, and skills also reference each other laterally. Follow the links, not a fixed depth.
Descend (go deeper). A SKILL.md is not necessarily a leaf just because you fetched it. If its sections themselves point to further SKILL.md files, keep descending along the branch that matches the symptom — top-level → sub-skill → sub-sub-skill → … — until you reach a level whose guidance is concrete enough to act on (ordered diagnostic steps, exact endpoints/metrics, an explicit "what NOT to do" list). Don't stop early at an intermediate skill that only routes you onward.
Move laterally (go sideways). Real problems often span areas. Follow a link to a sibling or related skill when:
- the current skill explicitly points to another (e.g. a debugging skill that says "if this is actually a capacity problem, see scaling"),
- the symptom has more than one plausible cause living under different top-level skills (e.g. slow queries could be a monitoring/optimizer issue or a performance-optimization issue or a scaling issue), or
- you ran multiple searches in step 2 and they surfaced different skills, each covering part of the problem.
Load each relevant branch, then reconcile what they say in step 4.
Stay disciplined about relevance. Going deep and going sideways is encouraged when the problem warrants it — but still load only branches that bear on the symptom. Don't sweep in unrelated siblings, and stop expanding once you can give a complete, grounded answer. The goal is "all the relevant context and nothing else," not "the whole tree."
Documentation pages. Skills link out to canonical docs (e.g. …/md/documentation/…, qdrant.tech/documentation/…, or qdrant.tech/articles/…). Fetch these links exactly as the SKILL.md provides them — they render as clean markdown natively. Pull a doc page only when you need detail a SKILL.md references but does not itself contain.
4. Diagnose and advise
Synthesize an answer strictly from the loaded context:
- State the most likely cause(s) in priority order — the skills often tell you what to check first (e.g. "check optimizer status before blaming search latency"); preserve that ordering.
- Give concrete, ordered steps: the endpoints to hit, the metrics to read and their thresholds, the config to change.
- Surface the skill's "what NOT to do" warnings explicitly — they prevent common self-inflicted damage.
- Cite the canonical Qdrant doc URLs you relied on so the user can go deeper.
- If the loaded context does not cover the case, say so plainly and either run a different search or fall back to the catalog — do not paper over the gap with remembered guesses.
Operating notes
- Always fetch fresh every session. Never reuse a previously cached copy of a skill; the registry updates and staleness is exactly what this approach avoids.
- Do not install anything. You are loading context only.
- Fetching: every URL you need is either in this skill (root index, search base) or surfaced by a page you already fetched (links inside a
SKILL.mdor the root index), so each is fetchable as-is. If a constructed search-query URL is ever rejected, fall back to fetching the root index and navigate from its absolute links.
Example Workflow
- Symptom: "Our Qdrant node's RAM keeps climbing and it OOM-killed last night. Nothing obvious changed."
- Search: skills.qdrant.tech/search?query=qdrant+memory+growing+OOM
- Follow any sub-skill link on memory or debugging that the returned page names.
- Hop laterally to the scaling skill it references, if capacity is a plausible alternative cause.
- Synthesize from what you loaded; cite the doc URLs. If nothing loaded covers the case, say so; don't fill from memory.
GitHub 저장소
Frequently asked questions
What is the qdrant-advisor skill?
qdrant-advisor is a Claude Skill by qdrant. Skills package instructions and resources that Claude loads on demand, so Claude can perform qdrant-advisor-related tasks without extra prompting.
How do I install qdrant-advisor?
Use the install commands on this page: add qdrant-advisor to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does qdrant-advisor belong to?
qdrant-advisor is in the Meta category, tagged ai, testing and design.
Is qdrant-advisor free to use?
Yes. qdrant-advisor is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
연관 스킬
이 스킬은 콘텐츠 콜렉션(Content Collections)을 위한 프로덕션 검증된 설정을 제공합니다. 콘텐츠 콜렉션은 Markdown/MDX 파일을 Zod 검증이 포함된 타입 안전한 데이터 콜렉션으로 변환해주는 TypeScript 최우선 도구입니다. 블로그, 문서 사이트 또는 콘텐츠 중심의 Vite + React 애플리케이션을 구축할 때 타입 안전성과 자동 콘텐츠 검증을 보장하기 위해 사용하세요. Vite 플러그인 구성과 MDX 컴파일부터 배포 최적화 및 스키마 검증에 이르기까지 모든 것을 다룹니다.
이 스킬은 개발자들이 Polymarket 예측 시장 플랫폼을 활용한 애플리케이션을 구축할 수 있도록 지원하며, 거래 및 시장 데이터를 위한 API 통합 기능을 포함합니다. 또한 WebSocket을 통한 실시간 데이터 스트리밍을 제공하여 실시간 거래와 시장 활동을 모니터링할 수 있습니다. 이를 통해 거래 전략을 구현하거나 실시간 시장 업데이트를 처리하는 도구를 생성하는 데 활용할 수 있습니다.
이 스킬은 개발자들이 명령어, 파일, LSP 작업 등 25개 이상의 이벤트 유형에 연결되는 OpenCode 플러그인을 만들 수 있도록 돕습니다. JavaScript/TypeScript 모듈을 위한 플러그인 구조, 이벤트 API 명세, 구현 패턴을 제공합니다. OpenCode AI 어시스턴트의 라이프사이클을 사용자 정의 이벤트 기반 로직으로 가로채거나, 모니터링하거나, 확장해야 할 때 사용하세요.
SGLang은 RadixAttention 프리픽스 캐싱을 활용하여 JSON, 정규식, 에이전트 워크플로우를 위한 고속 구조화 생성에 특화된 고성능 LLM 서빙 프레임워크입니다. 특히 반복되는 프리픽스가 있는 작업에서 상당히 빠른 추론 속도를 제공하여 복잡한 구조화 출력 및 다중 턴 대화에 이상적입니다. 제약 디코딩이 필요하거나 광범위한 프리픽스 공유가 있는 애플리케이션을 구축할 때는 vLLM과 같은 대안보다 SGLang을 선택하십시오.
