utensils

Openpeon Alan Rickman Soundpack — Communication skill for Claude Code

Communication community

Claudette notification sounds, voiced in the manner of the late Alan Rickman.

This skill role-plays Alan Rickman. It is third-party content from utensils/openpeon-alan-rickman-soundpack, not written, endorsed by or affiliated with Alan Rickman.

How to install Openpeon Alan Rickman Soundpack

This entry records only its repository, not the path inside it, so there is no exact command to give. Open utensils/openpeon-alan-rickman-soundpack and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Openpeon Alan Rickman Soundpack does

Claudette notification sounds, voiced in the manner of the late Alan Rickman. Slow. Deliberate. Faintly amused.

Alternatives in Communication

  • Notifications Settings — Alias for settings — Configure notification sounds and settings 806 ★
  • Claude Code Ntfy — GitHub Repo stars Claude Code bridge to ntfy.sh Notification bridge 54 ★
  • Claude Code Dispatch — 🚀 One-command dispatch of dev tasks to Claude Code with auto-notification 45 ★

README

Alan Rickman

A [Claudette](https://github.com/utensils/claudette) sound pack voiced in the manner of the late Alan Rickman. Slow. Deliberate. Faintly amused.

About

Claudette supports custom notification sound packs in the [OpenPeon](https://openpeon.com) format. This pack replaces the default notification sounds with spoken-word cues voiced in the style of Alan Rickman, giving your Claude Code sessions the particular energy of a man who has infinite patience for your nonsense and would like you to know it.

Alan Rickman's voice carries weight, precision, and barely-concealed wit — the opposite of a beep. This pack is for people who want their tools to feel like someone extraordinarily capable is keeping an eye on things, and will inform you of developments at a pace that suits *him*.

If you spend hours a day in Claudette, the audio character of your notifications matters more than you'd think.

Installation

In-app (recommended)

  1. In Claudette, open Settings → Notifications → Sound Packs
  2. Browse the OpenPeon community packs and install Alan Rickman from the in-app browser
  3. Set Alan Rickman as your active pack

Manual (clone)

Claudette stores sound packs in `~/.claudette/packs/` and picks up new packs automatically — no restart needed. The directory name **must** match the manifest's `name` field (`openpeon-alan-rickman-soundpack`), otherwise Claudette's pack-management UI won't be able to find or remove it later.

**macOS / Linux:**

mkdir -p ~/.claudette/packs
git clone https://github.com/utensils/openpeon-alan-rickman-soundpack.git \
  ~/.claudette/packs/openpeon-alan-rickman-soundpack

**Windows (PowerShell):**

git clone https://github.com/utensils/openpeon-alan-rickman-soundpack.git `
  "$env:USERPROFILE\.claudette\packs\openpeon-alan-rickman-soundpack"

Then open **Settings → Notifications → Sound Packs** in Claudette and select **Alan Rickman** as your active pack.

To update later, `git pul