A pi agent skill for experimenting with the Zero programming language.
Use this skill when writing, testing, benchmarking, or evaluating Zero .0 programs; wrapping Zero as an experimental native-tool language; upgrading the local Zero compiler; using Zero std.http / std.json / std.fs; or comparing Zero with Rust/Python for small agent-generated tools.
Clone into pi's global skills directory:
git clone git@github.com:siygle/pi-zero-lang-skill.git ~/.pi/agent/skills/zero-langThen restart pi or run /reload.
SKILL.md— skill instructions and local workflowreferences/— Zero language, stdlib, diagnostics, build, testing, and package referencesscripts/update-zero.sh— update/tmp/zero-repo, rebuild Zero, and copy compiler to/tmp/zero-test/bin/zeroscripts/zero-http-env.sh— run Zero with Homebrew curl include/lib env forstd.http
Zero is pre-1 and intentionally unstable. This skill is meant for experiments and agent-generated native tool prototypes, not production systems.