New Discord Session banner
FJ-Oekstrahay FJ-Oekstrahay

New Discord Session

Communication community

Description

Bind a Claude Code project directory to a Discord channel with full hook support. Parse $ARGUMENTS as: `name channel_id channel_name log_channel_id log_channel_name log_webhook_url [cwd]` - `name` — short slug (lowercase, no spaces) used in state dir name and webhook variable names. E.g. `myproject` - `channel_id` — Discord channel ID for the conversation channel - `channel_name` — Human-readable label for the conversation channel (matches actual Discord channel name). E.g. `my-project` - `log

Installation

Installs to ~/.claude/skills/fj-oekstrahay-claude-personal-os-new-discord-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fj-oekstrahay-claude-personal-os-new-discord-session && curl -fsSL https://raw.githubusercontent.com/FJ-Oekstrahay/claude-personal-os/HEAD/commands/new-discord-session.md -o ~/.claude/skills/fj-oekstrahay-claude-personal-os-new-discord-session/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository