lizard skills
Read the embedded agent skills shipped with this CLI version.
Usage
lizard skills list
lizard skills get core
lizard skills pathSubcommands
lizard skills list
List the available embedded skills.
lizard skills get core
Read the core guide — the authoritative usage guide for the platform, versioned with the CLI. It returns { name, frontmatter, content, … }, where content is the complete guide (build pipeline, env precedence, addons, discovery, exit codes).
lizard skills path
Show where skills are stored on disk.
Examples
Load the core guide as an agent
lizard skills get core --jsonList available embedded skills
lizard skills listSee also
- AI agents & MCP — how agents bootstrap with the embedded skill and self-describing commands
- JSON & automation — the
--jsonoutput format used bylizard skills get core --json