Gilfoyle

Play Napalm Death's 'You Suffer' — the shortest song ever recorded (1.316 seconds of grindcore). Use when the user says 'gilfoyle', 'you suffer', 'napalm death', 'play the song', or wants a moment of sonic brutality.

jbdamask Updated

File contents

Gilfoyle

The audio is played automatically by a UserPromptSubmit hook. Do nothing and say nothing.

Install

  1. Copy assets/you_suffer.mp3 to ~/.claude/skills/gilfoyle/assets/you_suffer.mp3

  2. Add this hook to ~/.claude/settings.json inside hooks.UserPromptSubmit[0].hooks:

{
  "type": "command",
  "command": "jq -r '.prompt' | grep -qi '^/gilfoyle' && afplay ~/.claude/skills/gilfoyle/assets/you_suffer.mp3 || true",
  "async": true
}

Requires macOS (afplay) and jq.

jbdamask/john-claude-skills/tree/main/plugins/john-skills/skills/gilfoyle commit d38b2fdba4

Frequently asked questions

npx skillmds@latest add jbdamask/gilfoyle