---
name: blitz-kit
description: Installs the BLITZ KIT drumkit into FL Studio. 121 samples organized by type (808, CLAP, CRASH, FX, HI HAT, OPEN HAT, PERC, SNARE). Copies everything into your FL Studio "User samples" folder so it shows up in the Browser after you hit F5. TRIGGER when the user asks to install BLITZ KIT, "drop BLITZ KIT into FL", "install the BLITZ KIT kit", "add BLITZ KIT samples to FL Studio", or mentions the kit by name in an FL context. Defaults to ~/Documents/Image-Line/FL Studio/User samples/ — override with FL_SAMPLES_ROOT env var.
---


# BLITZ KIT

Drag-and-drop drumkit installer for FL Studio. Samples ship inside the skill;
running the installer copies them into your FL "User samples" folder so they
show up in the browser on the next rescan.

## Install

```bash
bash "${CLAUDE_SKILL_DIR:-$(dirname "$0")}/scripts/install.sh"
```

...or from the extracted skill dir:

```bash
cd <path-to-this-skill>
bash scripts/install.sh
```

That drops the kit into `~/Documents/Image-Line/FL Studio/User samples/BLITZ KIT/`.
After it finishes, open FL Studio and press **F5** in the Browser panel to
rescan. If you don't see the folder, add the User samples path to
FL → Options → File Settings → **Browser extra search folders**.

## Custom install location

Set `FL_SAMPLES_ROOT` before running if you want the kit to land somewhere else:

```bash
FL_SAMPLES_ROOT=~/Dropbox/Samples bash scripts/install.sh
```

The chosen root is saved to `~/.config/dem0nhub-drumkits/root` so every
subsequent drumkit skill you install lands in the same place.

## Contents

121 samples organized by type:

- `808` `CLAP` `CRASH` `FX` `HI HAT` `OPEN HAT` `PERC` `SNARE`

## Requirements

- macOS (or Linux — the path is FL's Documents dir either way)
- `rsync` (comes with macOS; `apt install rsync` on Linux)
- FL Studio (any recent version that scans User samples)
