Skip to content

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.

Terminal window
vsceasy ai-guide

Point 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.

FlagTypeNotes
--formatlistjson (default) or markdown.
--commandtextLimit the output to a single top-level command.
--prettybooleanPretty-print JSON. Ignored for markdown.

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:

Terminal window
vsceasy ai-guide --command panel # ~4 KB instead of ~36 KB

--format markdown emits the same spec as prose, which reads better when it is being pasted into a chat rather than parsed:

Terminal window
vsceasy ai-guide --format markdown