Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/discord-bridge:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the health and status of the Discord bridge.
Check the health and status of the Discord bridge.
Check if the bridge service is running:
curl -s http://localhost:${BRIDGE_PORT:-7676}/health
Check if pm2 is managing the bridge:
npx pm2 status discord-bridge
Report the results to the user:
npx pm2 start ${CLAUDE_PLUGIN_ROOT}/bridge/index.ts --name discord-bridge --interpreter bunIf the bridge is not running and the user hasn't set up yet, suggest running /discord-bridge:setup.
npx claudepluginhub chrismdemian/claude-code-discord-bridge --plugin discord-bridgeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.