xmake-scripting
Installation
SKILL.md
Xmake Scripting, import, and Native Modules
xmake.lua is Lua, but "writing Lua" in xmake means working inside the script domain — hook bodies like on_load, on_build, after_build, on_install, on_run, on_test, or standalone modules loaded through import(). This skill covers how to write, organize, and load that code, including native (C/C++) Lua modules.
If you are looking for the description/script domain boundary and style rules, see xmake-style. This skill picks up once you are inside a script.
1. Where scripts live
Three idiomatic forms, from inline to fully external: