Coding Asmr
Description
A Claude code extension that adds typing/clicking sound to its tool calls and process.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Coding ASMR
Handmade sound effects for Claude Code. Every tool call gets a pleasant, calming oldschool clicking and typing sound — as if Claude is sitting next to you, typing away.
Paste this into your AI coding assistant to install:
git clone https://github.com/artmerenfeld/coding-asmr.git && cd coding-asmr && npm run install-hooks
Requires [FFmpeg](https://ffmpeg.org/) (`winget install FFmpeg` / `brew install ffmpeg` / `apt install ffmpeg`). Restart your Claude Code session after.
What It Sounds Like
You submit a prompt
→ thinking murmur
Claude reads a file
→ click → scanner loop fades in
Claude edits code
→ click → typing clicks loop
Claude asks you a question
→ question chime
Claude marks a task done
→ check jingle
Claude finishes responding
→ typing stops → completion chime
Presets
Two sound modes are included:
Default ASMR
Gentle typing, clicks, and thinking murmurs. Calm and ambient.
Senior Developer
Frustrated senior dev energy. Thinking murmurs are replaced with swearing and muttering voicelines. Random ambient sounds like coffee slurps, crisp crunching, and cigarette drags. Angry reactions on errors. Higher volume.
Switching presets
npm run preset # List available presets
npm run preset -- senior-dev # Switch to Senior Developer
npm run preset -- default # Switch back to Default ASMR
npm run preset -- off # Clear preset (use defaults)
Switching presets applies the preset's volume and enables/disables error sounds automatically.
Install
1. Install FFmpeg
- Windows:
winget install FFmpeg - macOS:
brew install ffmpeg - Linux:
apt install ffmpeg
2. Clone and install
git clone https://github.com/artmerenfeld/coding-asmr.git
cd coding-asmr
npm run install-hooks
3. Restart Claude Code
Hooks load at session start, so **
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11