---
name: riri-kit
description: Installs the Riri Kit drumkit into FL Studio. 131 samples organized by type (808, Claps, Crashes, DNA_GEN, ELEVEN, FX, Hi Hats, Kicks, Open Hats, Percs, Snares). 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 Riri Kit, "drop Riri Kit into FL", "install the Riri Kit kit", "add Riri 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.
---


# Riri 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/Riri 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

131 samples organized by type:

- `808` `Claps` `Crashes` `DNA_GEN` `ELEVEN` `FX` `Hi Hats` `Kicks` `Open Hats` `Percs` `Snares`

## 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)
