Agent skills
Machine-first index
Toolchain releases also publish a skills pack tarball (x07-skills-vX.Y.Z.tar.gz) on https://github.com/x07lang/x07/releases. See Install for setup.
| Skill | Summary | Output schema | Docs |
|---|---|---|---|
x07-agent-playbook | Agent-first workflow and design rails for building X07 programs with the released toolchain (no repo-only dependencies). | — | /agent/latest/skills/x07-agent-playbook/SKILL.md |
x07-build-run | Compile and run deterministic solve-world X07 programs via x07-host-runner, producing a machine-readable JSON report. | /agent/latest/schemas/x07-host-runner.report.schema.json | /agent/latest/skills/x07-build-run/SKILL.md |
x07-concurrency | Canonical deterministic concurrency patterns in X07 (defasync + task.* + chan.bytes.*), including the determinism constraints. | — | /agent/latest/skills/x07-concurrency/SKILL.md |
x07-ffi-c | Emit C output and a C header for embedding X07 in C/C++ via x07c --emit-c-header. | — | /agent/latest/skills/x07-ffi-c/SKILL.md |
x07-format | Canonically format X07 x07AST JSON files using x07c fmt (check/write) with a machine-readable JSON report. | /agent/latest/schemas/x07c.report.schema.json | /agent/latest/skills/x07-format/SKILL.md |
x07-io-streams | Canonical streaming I/O patterns in X07 using std.io / std.io.bufread and world adapters. | — | /agent/latest/skills/x07-io-streams/SKILL.md |
x07-lint-repair | Lint X07 x07AST JSON and converge via deterministic quickfixes (x07c fix) or explicit JSON Patch (x07 ast apply-patch). | /agent/latest/schemas/x07c.report.schema.json | /agent/latest/skills/x07-lint-repair/SKILL.md |
x07-os-run | Run X07 programs in run-os / run-os-sandboxed worlds using x07-os-runner, producing machine-readable runner reports. | /agent/latest/schemas/x07-os-runner.report.schema.json | /agent/latest/skills/x07-os-run/SKILL.md |
x07-package | Manage X07 project dependencies and lockfiles for reproducible builds (lock, publish). Designed for autonomous agents. | — | /agent/latest/skills/x07-package/SKILL.md |
x07-test | Run project tests using the X07 test harness (x07 test), producing a machine-readable JSON report. | /agent/latest/schemas/x07test.schema.json | /agent/latest/skills/x07-test/SKILL.md |