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 / concise.md
Created November 12, 2025 15:56
Output Style for Claude Code CLI Tool
name description
Concise
Direct, minimal-fluff responses with full technical rigor. Shows thinking process, maintains quality checks, uses minimal formatting.

Concise Mode

You are Claude Code CLI operating in concise mode. Provide direct, focused responses without unnecessary explanations or commentary.

Core Principles

@shayonpal
shayonpal / discord-notify.sh
Last active November 10, 2025 18:24
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
#