x07-language-guide
Installation
SKILL.md
x07-language-guide
This skill provides the canonical language and stdlib reference generated by x07 guide.
See references/language-guide.md.
Related skills
More from x07lang/x07-website
x07-os-run
Expert backend for run-os / run-os-sandboxed execution via x07-os-runner. Prefer `x07 run --profile os` / `x07 run --profile sandbox`.
10x07-test
Run project tests using the X07 test harness (x07 test), producing a machine-readable JSON report.
9x07-package
Manage X07 project dependencies and lockfiles for reproducible builds (lock, publish). Designed for autonomous agents.
9x07-lint-repair
Lint X07 x07AST JSON and converge via quickfixes (`x07 fix`) or explicit JSON Patch (`x07 ast apply-patch`).
9x07-bundle
Produce distributable native executables (normal CLI ABI) via `x07 bundle`.
8x07-ffi-c
Emit C output and a C header for embedding X07 in C/C++ via `x07 build --emit-c-header`.
8