Build or refine Ableton Live `.als` templates when the task involves arrangement guides, scenes, locators, empty track layouts, or style-specific template variants. Use this skill for safe `.als` editing from a known-good base set, especially when creating drum'n'bass or similar production templates without devices, plugins, or samples.
Use this skill when the user wants a reusable Ableton Live template as a real .als file rather than a Max device. The reliable path is to start from a known-good .als, edit the gzipped XML conservatively, and preserve structures that Live is sensitive to.
.als that already opens in Ableton Live..als, edit the XML, then recompress it as gzip..als as fragile. Copy from a working set instead of inventing structure from scratch.vazio in this workflow means: no devices, plugins, or samples on tracks. It may still include clips, scenes, locators, and arrangement guidance.MidiTrack -> MidiClipAudioTrack -> AudioClipMidiTracks.Do not do these unless the user explicitly wants to risk Live compatibility:
GroupTrack internals by handMidiClip into audio tracks or AudioClip into MIDI tracksWhen the user asks for an arrangement template, optimize for what enters and leaves over time:
For less square templates, add sub-sections such as INTRO_A, INTRO_B, TURN, or LIFT instead of rigid 16x16 blocks.
Use a script or shell workflow that can safely read and write gzip XML. Validate at least these points after editing:
For reusable section patterns and naming conventions, read references/patterns.md.