MindRoom Docs
Use this skill when the user asks how MindRoom works, how to configure it, or which commands/workflows to follow.
Inputs
- •If invoked via
!skill mindroom-docs ..., treat the command arguments as the user question. - •If used implicitly, use the current conversation request.
Workflow
- •Load
reference-index.mdfirst to discover the best page files. - •Load the smallest number of page references needed with
get_skill_reference(...). - •Use
llms.txtfor high-level navigation only. - •Use
llms-full.txtonly when the answer spans many sections and page-level references are insufficient. - •Answer with concrete steps and include the exact reference filenames used.
Rules
- •Prefer page-level references (
page__*.md) overllms-full.txt. - •Do not invent behavior not present in the references.
- •If information is missing, state that it is not documented in this skill corpus.
Available references
- •
reference-index.md: mapping of docs pages to reference files. - •
llms.txt: compact docs index. - •
llms-full.txt: full combined docs corpus. - •
page__*.md: per-page rendered markdown references.