ai-guide
Print the full command surface — every command with its parameters, types, defaults and options — in a form an agent or a script can consume directly.
vsceasy ai-guidePoint a coding agent at this when it is already working inside a project and
needs the exact command surface without fetching anything over the network. For
the conceptual documentation, use llms.txt instead — the two are
complementary: llms.txt explains what the framework is, ai-guide states
what you can run.
| Flag | Type | Notes |
|---|---|---|
--format | list | json (default) or markdown. |
--command | text | Limit the output to a single top-level command. |
--pretty | boolean | Pretty-print JSON. Ignored for markdown. |
Scoping the output
Section titled “Scoping the output”The full JSON spec covers 21 commands and runs about 36 KB. When the agent only
needs one command, --command cuts that to a few KB:
vsceasy ai-guide --command panel # ~4 KB instead of ~36 KBMarkdown output
Section titled “Markdown output”--format markdown emits the same spec as prose, which reads better when it is
being pasted into a chat rather than parsed:
vsceasy ai-guide --format markdown