bootstrap-zig-cli
Installation
SKILL.md
Bootstrap Zig CLI
Scaffold a production-ready Zig CLI application with zero external dependencies. Produces
a single static binary (~1MB) that cross-compiles to macOS, Linux, and Windows from any platform.
Designed for distribution to AI coding agents via curl | sh (or install.ps1 on Windows).
Reference Implementation
The Henry CLI at /Users/tbrewer/projects/goodway/henry/cli-zig/ is the reference
implementation this skill is based on. When in doubt about patterns, read those files.
Prerequisites
Verify before starting:
zig versionreturns 0.15.x or later- User has a directory for the project