Skip to main content
Read the Vibrai agent skill (the operational playbook: preflight, core workflows, hard rules) and the full command reference — whole, or one section at a time.

Command line

llms

Print the LLM-ready command reference (whole, one section, or the section list)
Print only this reference section — a name or unique prefix from —list-sections (e.g. genre)
List the reference section names, one per line

skill print

Print the Vibrai SKILL.md to stdout
default:"skill"
Which document to print: skill (default), reference, or onboarding

MCP tools

get_skill

Get the Vibrai agent skill and/or command reference — the operational playbook and exhaustive tool documentation. Call with no arguments on first use to load the playbook plus the list of reference sections; then call with doc=“reference” and a section name for argument-level detail on one capability. Read-only, no side effects.
String
Which document: “skill” for the operational playbook, “reference” for the command reference, “onboarding” for the onboarding/troubleshooting reference (Live setup, remote-script activation, bridge triage, license states, first-run errors). Omit to get the skill plus the list of reference sections.
String
Reference section to return, e.g. “Genre” or “Automation” — a name or unique prefix from reference_sections. Only used with doc=“reference”; omit for the whole reference (large).