Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Lizard Skill

Thin bootstrap skill that teaches your AI agent to deploy and manage apps on Lizard through the Lizard CLI (@lizard-build/cli).

Install

npx skills add lizard-build/skill -g

Works with Claude Code, Cursor, Codex, Copilot, Gemini CLI, and other agents that support the Agent Skills format.

How it works

This repo intentionally stays tiny. The SKILL.md here is a bootstrap: it

  1. 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
  2. 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

About

Agent skill for deploying apps — teaches Claude Code, Cursor, Codex, Copilot, Gemini CLI and other agents to ship to Lizard through the CLI. Loads its guide from the installed CLI at runtime, so the instructions never go stale. Lizard Skill: npx skills add lizard-build/skill -g

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors