RonvakninsRonvakninsCommunityยท1 Agent Skills Included

ableton-extensions-skill

Scaffold, build, and package Ableton Live extensions

Scaffolds, writes, builds, and packages Ableton Live extensions using the official Extensions SDK and TypeScript. Eliminates guesswork about SDK APIs, manifest configs, and build tooling when creating context-menu actions, dialogs, and MIDI clip edits. Provides copy-paste recipes and a full object model reference so working .ablx extensions ship faster.
npx skills add Ronvaknins/ableton-extensions-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ableton-extensions-skill?โ–ผ

Run `npx skills add Ronvaknins/ableton-extensions-skill --all -g -y` in your terminal to install the skill globally.

What can I build with this Ableton skill?โ–ผ

You can create Ableton Live extensions that edit MIDI clips and notes, batch-modify tracks and scenes, add right-click context-menu actions, and show modal or progress dialogs.

Can Ableton extensions process audio in real time?โ–ผ

No. Extensions are an offline editing layer with no real-time MIDI or audio callbacks; for live transformations use Live's built-in MIDI effects or Max for Live devices instead.

What do I need before using this skill?โ–ผ

You need the Ableton Extensions SDK from Ableton's beta program, an Extensions-capable Live beta build, and Node.js 24.14.1 or newer installed.

Does this skill work with Claude Code and other agents?โ–ผ

Yes. It follows the open SKILL.md format, so any agent that supports Agent Skills can load it, including Claude Code.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’