xmake-cuda

Agent Skills for Xmake

Installation
CLI
npx skills add https://github.com/xmake-io/xmake-skills --skill xmake-cuda

Install this skill with the CLI and start using the SKILL.md workflow in your workspace.

Last updated 4/22/2026

xmake-skills

Agent Skills for Xmake

A collection of Claude Agent Skills that teach AI assistants how to use Xmake effectively.

Introduction (中文)

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.

Why

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.

Usage

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

Contributing

Contributions are very welcome. If you want to add a new skill or improve an existing one, please open an issue or pull request.

Resources

License

Licensed under the Apache License, Version 2.0. See LICENSE.md for details.