Skip to main content

quic-rag

Use when answering QUIC protocol or RFC questions in this repository, especially section lookups, frames, transport parameters, ACK behavior, version negotiation, packet formats, error codes, or when grounded RFC citations are needed.

설치로 이동

소스 정보

저장소
minhuw/coquic
최근 소스 활동
2026년 6월 3일 16:19
감지된 SKILL.md 언어
영어
스타
9
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
quic-rag
description
Use when answering QUIC protocol or RFC questions in this repository, especially section lookups, frames, transport parameters, ACK behavior, version negotiation, packet formats, error codes, or when grounded RFC citations are needed.
# QUIC RAG Use the repo-local QUIC specification knowledge base before answering protocol questions in `coquic`. ## When to Use - QUIC RFC or Internet-Draft questions grounded in the configured Qdrant RAG index - Requests for exact section lookups or document citations - Questions about frames, transport parameters, packet formats, recovery, congestion control, version negotiation, or error codes ## Workflow 1. Check readiness: - `nix run .#qdrant-dev -- status` - `rag/scripts/query-rag doctor --state-dir .rag` 2. If the shared backend is unavailable, run `nix run .#qdrant-dev -- start` and retry once. 3. Use the smallest fitting query: - `rag/scripts/query-rag get-section --doc rfc9000 --section-id 18.2` - `rag/scripts/query-rag get-section --doc draft-ietf-quic-qlog-main-schema-13 --section-id 1` - `rag/scripts/query-rag trace-term max_udp_payload_size` - `rag/scripts/query-rag lookup-term --term-type transport_parameter --name max_udp_payload_size` - `rag/scripts/query-rag related-sections --doc rfc9369 --section-id 5` - `rag/scripts/query-rag search-sections "ACK frame behavior" --top-k 5` 4. Cite the document IDs and section IDs from command output in the final answer. 5. If the index is not ready, rebuild it with an explicit source directory: `rag/scripts/build-index --source <source-dir> --state-dir .rag`. ## Don't Use - Source-code implementation questions that are not asking about QUIC protocol behavior - Non-QUIC repo workflow questions
GitHub에서 보기