AI commands
Set up your AI tool, print the authoring guide, and run the MCP server.
These commands teach AI tools how to write Avodado docs. The full picture is in Author with AI.
avo install
Set up an AI coding tool. This writes the authoring skill into your repo plus an adapter file the tool reads automatically:
avo install claude # Claude Code → CLAUDE.md
avo install cursor # Cursor → .cursor/rules/avodado.mdc
avo install copilot # GitHub Copilot → .github/copilot-instructions.md
avo install windsurf # Windsurf → .windsurfrulesavo init offers the same choices during setup.
avo skill
Print the authoring guide as a copy-paste system prompt — for AI tools that don't read repo files (ChatGPT, Gemini, a custom GPT):
avo skill # print it (and copy to clipboard)
avo skill -o avodado.md # save it to a fileavo mcp
Set up the MCP server, which lets agents check and render docs through tools instead of guessing:
avo mcp # print ready-to-paste client snippets
avo mcp --stdio # run the server directlyOr add it to a client in one line:
claude mcp add avodado -- npx -y @avodado/mcpThe server's tools are listed in Author with AI.
avo tour
A guided, hands-on walkthrough — blocks, validation, previews, slides — in 7 short chapters. A good first command after installing:
avo tour