avodado
avodado docs
CLI

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           → .windsurfrules

avo 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 file

avo 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 directly

Or add it to a client in one line:

claude mcp add avodado -- npx -y @avodado/mcp

The 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