Present commands
Slide decks from plain docs, the built-in block showcase, the terminal catalog, and the design-pattern library.
avo slides
Any document renders as a deck — each #/## heading starts a new slide
and is its title; everything until the next heading (prose and blocks)
stays on that slide.
avo slides docs/plan.md # one doc → slide deck (-p opens it, -o writes)Layout markers ({split}, {top}, {center}, {bottom}), automatic
pagination, and the consulting-deck formula are covered in
Slides & theming.
avo demo
Render the built-in showcase — every block, or one family — and open it. The fastest way to see what Avodado output looks like.
avo demo # every block; in a terminal, shows a picker
avo demo agentic # …just one family (agentic | architecture | flows | …)
avo demo -s # …as a slide deck (works with a family too)avo catalog
List every block + description in the terminal, grouped by family.
avo catalog # terminal list, all 77 with descriptions
avo catalog -p # …open an HTML gallery of live samples
avo catalog -p -s # …as a deckThe web version of the catalog is this site's /blocks page — every starter template rendered live.
avo design
A design-pattern library — 106 patterns across system design, AI/agent, and
classic code (GoF) patterns. Each gives you a ready pattern block + diagram
template.
avo design # list design patterns (system · AI/agent · GoF)
avo design strategy # print a ready template (copies to clipboard)
avo design rag -o docs/x.md # …or scaffold it into a doc
avo design -p [--system|--ai|--code] [-s] # open the pattern gallery (HTML; -s for a deck)