Skip to content

Instantly share code, notes, and snippets.

View shayonpal's full-sized avatar
🏠
Working from home

Shayon Pal shayonpal

🏠
Working from home
View GitHub Profile
@shayonpal
shayonpal / discord-notify.sh
Last active November 8, 2025 19:40
Claude Code Hook to send Discord notification when the agent is waiting for user input
#!/bin/bash
#
# Discord Notification Hook for Claude Code
# Sends a notification to Discord when Claude finishes responding
#
# Documentation on how to create Discord Webhook - https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks
#
# Environment Variables Used:
# - CLAUDE_PROJECT_DIR: Full path to the current project directory
#