quaid-query

Answer questions from Quaid's brain using FTS5, semantic search, and structured queries.

3|3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/quaid-app/quaid --skill quaid-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quaid-query
Source: https://github.com/quaid-app/quaid/tree/main/skills/query
Command: npx skills add https://github.com/quaid-app/quaid --skill quaid-query

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Answer questions from Quaid's brain using FTS5 + semantic search + structured queries. Synthesize across multiple pages. Cite sources.

Core Features & Use Cases

  • Hybrid search across FTS5 and vector semantics to surface relevant pages.
  • Citation-aware results that reference the source pages for trust.
  • Namespace-aware querying to isolate results by project or domain.

Quick Start

Ask Quaid to run a query and fetch results.

Frequently Asked Questions about quaid-query

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does citation-enabled semantic search work across a multi-page knowledge base?

Citation-enabled semantic search works by running hybrid queries across FTS5 and vector semantics to surface relevant pages, then synthesizing cross-page results with direct references to source pages for trust and traceability.

How do I scope structured queries to isolate search results by project namespace?

To scope structured queries, apply namespace-aware querying to isolate search results by project or domain. This restricts the four-layer search strategy to only match pages within the specified namespace boundaries.

Can I use FTS5 full-text search and vector search together for cross-page synthesis?

Yes, you can use FTS5 and vector search together. The hybrid search strategy combines full-text matching and semantic search to surface relevant pages, enabling accurate cross-page synthesis across multi-page knowledge bases.

What is the best way to get precise, sourced answers from a multi-page knowledge base?

The best way to get precise, sourced answers is using a four-layer search strategy combining FTS5, semantic search, and structured queries. This approach applies configurable JSON output to meet accuracy and traceability requirements.

Does querying a knowledge base require configurable JSON output for traceability?

Configurable JSON output is required to meet traceability requirements when querying a knowledge base. It structures the citation-aware results, ensuring answers reference the correct source pages across namespaces.