Agent Skills for Xmake
npx skills add https://github.com/xmake-io/xmake-skills --skill xmake-cudaInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Agent Skills for Xmake
A collection of Claude Agent Skills that teach AI assistants how to use Xmake effectively.
xmake-skills is a collection of Agent Skills for Xmake, the cross-platform build utility based on Lua. These skills give AI coding assistants (such as Claude Code) the knowledge they need to create, configure, build, debug, and package Xmake projects correctly.
Each skill packages up focused Xmake know-how — from writing xmake.lua to integrating C/C++ packages — so AI agents can produce idiomatic, working Xmake configurations instead of guessing.
See skills/ for the full list and layout.
Large language models often know about Xmake but get the details wrong: outdated APIs, wrong option names, broken package syntax. Skills fix this by loading just the right documentation and examples into the agent's context when it is actually working on Xmake.
Clone this repository into your agent's skills directory, or point your agent at it directly. Refer to your agent platform's documentation for how to install and enable skills.
git clone https://github.com/xmake-io/xmake-skills.git
Contributions are very welcome. If you want to add a new skill or improve an existing one, please open an issue or pull request.
Licensed under the Apache License, Version 2.0. See LICENSE.md for details.