| name | bar |
| description | bar CLI — structured prompting tool. Use when the user wants to run bar build, apply bar tokens, build a workflow, or get help with bar commands. Covers autopilot, workflow, suggest, manual, dictionary, and all bar token usage. |
| allowed-tools | Bash(bar:*) |
bar
bar is a structured prompting CLI that shapes LLM responses via token axes (task, completeness, scope, method, form, persona).
Start here
If you have not yet run bar skills list this session, run it before any bar skills get
or bar build command — its output tells you which skill to load and when:
bar skills list
Then load the matching skill before responding:
bar skills get <name>
Skill dispatch
If the user invokes /bar suggest, /bar workflow, /bar autopilot, etc., treat the
suffix as a skill name — run bar skills get bar-<suffix> rather than looking for a
matching CLI subcommand. These are skills, not native subcommands.
bar skills get bar-suggest
bar skills get bar-workflow
Do not reject a /bar X invocation because bar X fails as a shell command — check
the skill layer first.
Quick reference
bar build <tokens> --subject "..."
bar build <tokens> --subject "..." \
--addendum "extra context or constraints"
bar help llm
bar skills list
bar skills get <name>
bar install-skills [--location PATH]