configure-discord

Guide Discord notification setup and persist settings to ~/.claude/.pep-config.json.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/leejaedus/pepcode --skill configure-discord-leejaedus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure-discord
Source: https://github.com/leejaedus/pepcode/tree/main/skills/configure-discord
Command: npx skills add https://github.com/leejaedus/pepcode --skill configure-discord-leejaedus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to configure Discord webhook or bot-based notifications for Claude Code without leaving the chat, by guiding users through a structured setup and persisting settings to ~/.claude/.pep-config.json.

Core Features & Use Cases

  • Interactive wizard that asks questions to capture webhook URL or bot token, channel ID, mention preferences, and enabled events.
  • Writes merged configuration to ~/.claude/.pep-config.json and supports environment variable overrides for quick setups.

Quick Start

Run /pepcode:configure-discord to begin setting up Discord notifications.

Frequently Asked Questions about configure-discord

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Discord notifications for Claude Code?

Discord notifications for Claude Code are configured through an interactive wizard that captures webhook URL or bot token, channel ID, mention preferences, and enabled events. Settings are validated and persisted to the configuration file.

Can I configure Discord webhook alerts without external tooling?

Configuring Discord webhook alerts requires no external tooling beyond built-in jq-based merging. The wizard handles input validation and writes merged settings directly to the configuration file.

Does Discord bot API configuration support user or role mentions?

Discord bot API configuration supports optional user or role mentions alongside event triggers and a configurable display name. Mention preferences are specified during the interactive setup wizard.

What is the difference between using a webhook and a bot for Discord notifications?

Both webhook and bot API methods write merged configuration to the same file, but the bot method requires a bot token and channel ID while the webhook method uses a webhook URL. Both support event triggers and display names.

Where are Discord notification settings persisted after setup?

Discord notification settings are persisted to ~/.claude/.pep-config.json after setup. The configuration supports environment variable overrides for quick setups alongside the validated file settings.