Create beats and project files for the Teenage Engineering EP-133 sampler using AI
EP-133 Product Page • EP Sample Tool • Installation • Usage
This is a Claude Code skill that enables Claude to create .ppak project files for the Teenage Engineering EP-133 K.O. II sampler.
With this skill, you can:
- 🥁 Generate beats in any genre (Lo-Fi, Trap, House, Phonk, Boom Bap, etc.)
- 🎹 Assign samples to pads across all 4 groups (A, B, C, D)
- 🎼 Program patterns with precise timing and velocity
- 📦 Export .ppak files ready to load via the EP Sample Tool
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ │ │ │ │ │
│ You + Claude │────▶│ .ppak File │────▶│ EP Sample Tool │
│ │ │ │ │ │
│ "Make me a │ │ Generated by │ │ Upload to your │
│ phonk beat" │ │ Claude │ │ EP-133 │
│ │ │ │ │ │
└─────────────────┘ └─────────────────┘ └─────────────────┘
- Chat with Claude - Describe the beat you want
- Claude generates - Creates a
.ppakproject file - Upload via EP Sample Tool - Load it onto your EP-133
- Play! - Your AI-generated beat is ready
-
Clone this repo into your skills directory:
git clone https://github.com/DannyDesert/EP133-skill.git ~/.claude/skills/ep133-pak -
The skill will automatically be available in Claude Code
- Download and unzip this repository
- Place the
ep133-skillfolder in your mounted workspace - Claude will detect and use the skill when you ask about EP-133
Just ask Claude naturally:
"Create a trap beat for my EP-133 with heavy 808s and hi-hat rolls"
Claude will:
- Set up samples on the appropriate pads
- Program the pattern with proper timing
- Generate a
.ppakfile you can download
For the generated file to work, Claude needs your device's SKU. Get it by:
- Open EP Sample Tool
- Connect your EP-133
- Create a backup
- Share the backup file with Claude
Claude will extract the SKU automatically.
| Prompt | What Claude Creates |
|---|---|
| "Make a lo-fi hip hop beat with dusty drums" | Swung groove, vinyl snares, airy hats |
| "Create a 4-on-the-floor house pattern" | Classic kick pattern, offbeat hats, disco claps |
| "I want a jungle/DnB breakbeat" | Chopped amen-style break at 160+ BPM |
| "Generate something weird and experimental" | Polyrhythmic chaos, glitchy textures |
ep133-skill/
├── SKILL.md # Main skill instructions for Claude
├── LICENSE.txt # MIT License
├── README.md # You are here
├── scripts/
│ └── create_ppak.py # Python library for .ppak creation
└── references/
├── format-details.md # Complete binary format documentation
└── sample-beats.md # Genre templates and patterns
This skill documents the reverse-engineered .ppak file format:
- ZIP structure with leading-slash paths
- TAR archive containing pads, patterns, and settings
- Binary pattern format (8 bytes per event)
- Group/pattern relationship (pattern filename determines sample group)
See references/format-details.md for complete specifications.
- Teenage Engineering EP-133 K.O. II
- EP Sample Tool (browser-based, works with Chrome)
- Claude Code or Claude Desktop with skill support
- Reverse engineering & skill creation: Claude + human collaboration
- EP-133 K.O. II: Teenage Engineering
Not affiliated with Teenage Engineering. This is a community tool.