Skip to content

Instantly share code, notes, and snippets.

View jorgecolonconsulting's full-sized avatar

Jorge Colon jorgecolonconsulting

View GitHub Profile
@antirez
antirez / codex_skill.md
Last active February 5, 2026 11:27
CLAUDE_CODEX_SKILL.md
name description disable-model-invocation
codex
Use OpenAI Codex CLI for complex debugging, code analysis, or when stuck on difficult problems. Invokes Codex with a file-based question/answer pattern.
true

Using Codex for Complex Debugging

When you encounter a difficult problem that would benefit from a second perspective or deep analysis, use Codex via the file-based pattern.

@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
#