"Ask a Quivr brain questions, stream answers, inspect retrieval
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill brain-qa --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Brain Qa?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-brain-qa)More formats (shields.io, HTML) on the badges page.
---
name: brain-qa
description: "Ask a Quivr brain questions, stream answers, inspect retrieval
metadata, and route web search when needed."
disable-model-invocation: true
metadata:
disco-role: operating
license: NOASSERTION
---
# Brain QA
Use this sub-skill when the brain already exists and the task is about asking
questions, streaming answers, inspecting search results, or tuning retrieval and
tool routing.
## Start here
- For live API signatures and object names, read `../../references/api-reference.md`.
- For the canonical QA workflow, read `references/workflows.md`.
- For failure modes and stale-example warnings, read `references/troubleshooting.md`.
- For a safe executable smoke path, run `../../scripts/text_brain_smoke.py --phase qa`.
## What this sub-skill owns
- `Brain.aask`
- `Brain.ask_streaming`
- `Brain.asearch`
- `ChatHistory`
- `RAGResponseMetadata`
- `ParsedRAGResponse` and `ParsedRAGChunkResponse`
- `RetrievalConfig`
- `WorkflowConfig`
- `LLMEndpointConfig`
- `RerankerConfig`
- `QuivrQARAG` and `QuivrQARAGLangGraph`
- web-search routing and cited-answer behavior
## What this sub-skill does not own
- document ingestion, chunking, or storage lifecycle -> `../brain-ingestion/SKILL.md`
- optional parser stacks such as unstructured, Tika, or MegaParse -> root references only
- non-Quivr repository maintenance -> outside this skill
## Practical rule
Always supply a `run_id` and prefer the async-safe API (`Brain.aask(...)` or
`Brain.ask_streaming(...)`). Reserve `Brain.ask(...)` for a plain synchronous
script that is not already inside a running event loop.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!