Overview
To make developing and integrating with LiveAvatar easier, we built a set of Agent Skills — pre-built procedural knowledge that enables AI coding agents to build LiveAvatar integrations correctly on the first attempt. Install them in Claude Code, Cursor, Codex, or any agent that supports the Agent Skills specification, and your agent will know how to integrate and debug LiveAvatar without trial and error.Available skills
Installation
- skills CLI (recommended)
- Manual
How it works
Each skill follows a consistent structure:
When your agent loads a skill, it gains the procedural knowledge to execute the task end-to-end. The
liveavatar-integrate skill, for example, will assess your existing stack, recommend FULL vs LITE vs Embed Mode, and generate working code — backend and frontend — with correct auth patterns.