Codex skill for creating, running, building, publishing, and maintaining AiLang projects, including package restore and package tool workflows.
This repository owns the Codex-facing AiLang skill. It teaches Codex the public
SDK install, ailang init, package restore, build, run, publish, and debug
workflow commands.
This repository uses main as its public default branch. It publishes agent
workflow guidance only; language, VM, UI, package, and release artifacts are
owned by their dedicated repositories.
Use this with the public AiLangCore SDK:
curl -fsSL https://ailang.codes/install.sh | sh
export PATH="$HOME/.ailang/bin:$PATH"Install the skill locally from this checkout:
./scripts/install.shThen ask Codex:
Use $ailang to create a new AiLang project named MyApp and run it.
Useful prompts:
Use $ailang to initialize a Codex-ready AiLang CLI project named MyApp.
Use $ailang to add the aivectra package and create a UI project.
Use $ailang to restore packages, build this project, and run it.
Use $ailang to publish this project as a self-contained app for my current platform.
- Skill metadata and instructions live in
ailang/SKILL.md. scripts/install.shinstalls the skill into the local Codex skill directory.- The skill should point agents at public SDK commands, not repo-private shortcuts, unless the user is explicitly working in the AiLangCore source workspace.
Project sources: