Query banner
th3vib3coder th3vib3coder

Query

Documentation community

Description

--- description: Query WIKI_VRE and optionally file the answer back into the wiki argument-hint: "<question>" allowed-tools: Read, Grep, Glob, Bash model: opus --- # query Use this to answer questions against WIKI_VRE as the compiled project knowledge layer. ## Usage ```text /query "<question>" /vibe-science:query "<question>" ``` ## Required Search Path 1. Start with `vibe-science/blueprints/private/WIKI_VRE/index.md`. 2. Search the six registries when the question asks whether a feature,

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-science-query/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-science-query && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-science/HEAD/commands/query.md -o ~/.claude/skills/th3vib3coder-vibe-science-query/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository