Initialize Discord configuration. Use when user wants to set up, configure, or connect their Discord account for the first time.
npx claudepluginhub lycfyi/community-agent-plugin --plugin discord-user-connectorThis skill uses the workspace's default tool permissions.
Automatically configure the Discord server from your account.
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.
Automatically configure the Discord server from your account.
config/agents.yaml doesn't exist or needs updatingpython ${CLAUDE_PLUGIN_ROOT}/tools/discord_init.py
python ${CLAUDE_PLUGIN_ROOT}/tools/discord_init.py --server SERVER_ID
All paths are relative to cwd (current working directory):
./.env--server to pick)./config/agents.yamlUpdates ./config/agents.yaml with Discord settings:
discord.default_server_id: Your Discord server IDdiscord.default_server_name: Server display namedata_dir: Where messages are stored (shared setting)discord.retention_days: Default sync history./.env file with DISCORD_USER_TOKEN set (in cwd)After init, use discord-sync to download messages.