Thin bootstrap skill that teaches your AI agent to deploy and manage apps on
Lizard through the Lizard CLI (@lizard-build/cli).
npx skills add lizard-build/skill -gWorks with Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other agents that support the Agent Skills format.
This repo intentionally stays tiny. The SKILL.md here is a bootstrap: it
- loads the full, up-to-date usage guide straight from the CLI via
lizard skills get core --json, installing the CLI first only if it's missing (npm install -g @lizard-build/cli), and - checks for a newer CLI (
lizard upgrade --check) so the guidance stays current.
The authoritative guide ships inside the CLI and is versioned with it, so the instructions your agent follows are always matched to the installed CLI version - no stale copies to maintain. Updating the CLI updates the guidance:
lizard upgrade