xmake-addons

Installation
SKILL.md

Xmake Addons

An addon extends xmake itself: plugins (new commands), rules, toolchains, project templates, lua modules and includes files. It is installed once per user, not per project.

::: warning Addons need xmake from the dev branch (they are newer than v3.1.0). Before it, the same role was played by xmake plugin --install, which only handles plugins. :::

Install and manage

xmake addon --install <name>                     # from the repository index
xmake addon --install github:user/repo           # from github, `#branch` is supported
xmake addon --install https://github.com/u/r.git # from any git url
xmake addon --install /path/to/my-addon          # from a local directory
xmake addon --install xmake-repo@serial-tools    # from a specific repository
Installs
4
GitHub Stars
24
First Seen
Sep 9, 2026
xmake-addons — xmake-io/xmake-skills