query

Query LLM Wiki vaults to synthesize answers with wikilink citations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RonanCodes/llm-wiki --skill query-ronancodes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: query
Source: https://github.com/RonanCodes/llm-wiki/tree/main/.claude/skills/query
Command: npx skills add https://github.com/RonanCodes/llm-wiki --skill query-ronancodes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns scattered notes in an LLM Wiki vault into clear, sourced answers so users can ask questions, get synthesized responses, and discover missing information without manually scanning many pages.

Core Features & Use Cases

  • Contextual question answering: Parse a user's question, find the most relevant wiki pages, and synthesize a concise answer with wikilink citations.
  • Targeted discovery: Use the vault index to identify entity, concept, and source pages that inform the response.
  • Optional persistence: Save synthesized answers back into the vault as summary or comparison pages and update the index with a git commit.
  • Use case: Ask /query "Compare framework A vs B" --vault my-research to get a side-by-side synthesis with links to the original notes and an option to save the comparison.

Quick Start

Ask the vault a question and optionally save the answer by running /query "What are the deployment patterns?" --vault my-research --save

Frequently Asked Questions about query

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

FAQPage Schema
How do I synthesize answers from wiki pages with citations?▼

To synthesize answers with citations, query your LLM Wiki vault to find relevant pages, identify key content, and generate a structured response with wikilink citations pointing to the original notes.

Can I save a synthesized answer back into my vault as a new wiki page?▼

Yes, you can save synthesized answers back into the vault as summary or comparison pages. The Skill creates the new wiki page and commits the update to the vault index using git.

How do I compare two topics using my existing research notes?▼

To compare topics, query the vault with a comparison request. The Skill reads the vault index, finds relevant entity and concept pages, and synthesizes a side-by-side answer with links to the original notes.

Do I need a git repository to use the wiki search and synthesis feature?▼

A git repository is required only if you want to use the optional persistence feature to save and commit new wiki pages. Searching the vault and synthesizing answers works without committing changes via git.

What is the best way to discover missing information in a wiki vault?▼

The best way to discover missing information is to query the vault with a specific question. The Skill parses the vault index to identify relevant entity, concept, and source pages, highlighting gaps in the synthesized answer.

Why does my vault query return a summary instead of the full page content?▼

Your vault query returns a summary because the Skill is designed to synthesize concise answers from multiple wiki pages rather than retrieving full pages, providing a consolidated response with wikilink citations.