Diagnose Discord configuration and connectivity issues. Use when user reports problems with Discord sync, connection errors, or wants to troubleshoot.
npx claudepluginhub lycfyi/community-agent-plugin --plugin discord-user-connectorThis skill uses the workspace's default tool permissions.
Diagnose configuration and connectivity issues with Discord integration.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Diagnose configuration and connectivity issues with Discord integration.
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_doctor.py
.env exists in cwdDISCORD_USER_TOKEN is setconfig/agents.yaml exists and is valid YAMLdata/ is writableDisplays results with:
For each failure, provides a suggested fix that the user can run manually.
Important: This tool only diagnoses issues - it does not modify any files.
discord-doctor results:
✓ Environment file (.env found)
✓ Discord token (***...abc123)
✓ Token format (Format looks valid)
✗ Authentication (Token expired)
✓ Config file (Valid YAML)
✓ Server configured (My Server (1234))
✓ Data directory (./data)
Some checks failed. Suggested fixes:
• Authentication:
Your token may be expired. Get a fresh token from Discord DevTools.
(Run these steps manually - doctor does not modify files)
After fixing issues:
discord-init to reconfigure if neededdiscord-sync to test connectivity