Skip to main content

Agent skills

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.

SkillSummaryOutput schemaDocs
x07-agent-playbookAgent-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-runCompile 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-concurrencyCanonical deterministic concurrency patterns in X07 (defasync + task.* + chan.bytes.*), including the determinism constraints./agent/latest/skills/x07-concurrency/SKILL.md
x07-ffi-cEmit 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-formatCanonically 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-streamsCanonical 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-repairLint 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-runRun 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-packageManage X07 project dependencies and lockfiles for reproducible builds (lock, publish). Designed for autonomous agents./agent/latest/skills/x07-package/SKILL.md
x07-testRun 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