Xmake Custom Plugins

Use when authoring a custom xmake plugin / task — defining `task(...)` with `set_menu`, running logic in `on_run`, packaging as a standalone plugin under `~/.xmake/plugins/` or inside an xmake-repo, using `import()` to reuse xmake core modules, and distributing plugins. Complements the lighter `xmake-plugins` skill which covers *using* plugins.

xmake-io Updated

File contents

xmake-io/xmake-skills/tree/main/skills/scripting/xmake-custom-plugins commit d66ff613b5

Frequently asked questions

npx skillmds@latest add xmake-io/xmake-custom-plugins