avodado
avodado docs
CLI

AI commands

Install the authoring skill and editor adapters, print the grammar as a system prompt, wire up MCP, and take the tour.

Avodado is AI-native: the same authoring grammar ships as a repo skill, a copy-paste system prompt, and an MCP server. The full picture is in Author with AI.

avo install

Install or update the authoring skill plus an AI-tool adapter that points at it:

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 adapters interactively.

avo skill

Print the whole authoring grammar as a copy-paste system prompt (it also lands on your clipboard) — for AI tools without a repo-file convention (Microsoft 365 Copilot, a custom GPT, ChatGPT, Gemini):

avo skill                    # print + copy to clipboard
avo skill -o avodado.md      # …or save it to a file
avo skill --raw              # the bare skill, no wrapper

avo mcp

Model Context Protocol setup. avo mcp prints ready-to-paste client snippets; --stdio runs the server directly (spawns @avodado/mcp):

avo mcp                      # client setup snippets (Claude Code, Claude Desktop, Cursor, …)
avo mcp --stdio              # start the MCP server over stdio

Or add it to a client directly:

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

The server's tools (check_document, render_document, and friends) are listed in Author with AI.

avo tour

A guided, hands-on walkthrough — blocks, validation, previews, decks — in 7 short chapters. The best first command after installing:

avo tour