Use when the user asks a question that should be answered from the Cortex knowledge graph — "what does the vault say about X", "find the rule for Y", or /query <question>. Runs cited retrieval over the vault and answers grounded in the returned notes, always citing sources.
$npx -y skills add n1x-technologies/n1x-cortex --skill queryInstalls into the current project.
Run `npx skills use "https://github.com/n1x-technologies/n1x-cortex" --skill "n1x-technologies/n1x-cortex/query"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/n1x-technologies/n1x-cortex" that are relevant to the current task. Run `npx skills add "https://github.com/n1x-technologies/n1x-cortex"` and select the relevant skills, then follow their instructions.