AI SKILL discord developers
Use when building on the Discord developer platform: bots and apps, slash/application commands and interactions (buttons, select menus, modals, message components), the HTTP/REST API and Gateway (WebSocket) with opcodes, intents, and events, and the REST resources - application, channel, message, guild, user, webhook, emoji, sticker, invite, voice, audit-log, auto-moderation, poll, role-connection, scheduled-event, stage-instance, soundboard, SKU/entitlement/subscription. Also covers OAuth2 and bot authorization, permissions and permission bit flags, embeds, snowflake IDs, rate limits, monetization, Rich Presence, embedded Activities (the Embedded App SDK), and the C/C++ Discord Social SDK. Use this when answering how a Discord endpoint, gateway event, interaction, intent, permission, or object field works, what parameters/JSON an API call takes, or which scope/intent is required. The official Discord developer docs. Not for the end-user Discord app or general server administration.From its SKILL.md
npx -y skills add LevyBytes/AI-SKILL-discord-developersAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.9 KB, 358 tokens by cl100k_base, as published. Nobody here has run it
Discord Developer Platform Reference
Original-prose reference for Discord Developer Platform, split into one focused file per subject across 124 reference files. Identifiers (API/type/function names, flags, paths, enums, numbers) are preserved verbatim.
When to use this
Use this skill when the task involves building on Discord - bots/apps, application commands and interactions/components, the REST API and Gateway (intents, opcodes, events), the API resources (channels, messages, guilds, users, webhooks, ...), OAuth2 scopes, permissions and bit flags, embeds, rate limits, monetization, Rich Presence, Activities (Embedded App SDK), and the C/C++ Social SDK.
Workflow
- Open
references/INDEX.md(orreferences/topics.json) and pick the one file that matches. - Read only that file; open another only if the task spans subjects. Grep across files when needed:
rg -n "PATTERN" references/*.md. - Treat every identifier as an exact reference fact - never invent or paraphrase.
Gotchas
Recurring failure modes and what to do instead live in the sibling GOTCHA.md.
References
All depth lives in references/ - start at references/INDEX.md, metadata in references/topics.json. One subject per file.
Official documentation
The official documentation is at https://docs.discord.com/developers/intro - consult it to verify anything uncertain, conflicting, or version-specific.
Verification
python D:\dev\SKILLS\skills\skill-drafting\scripts\validate_skill_package.py D:\dev\SKILLS\skills\discord-developers
What ships with it: 129 files
1975.3 KB alongside SKILL.md
references/
- account-linking-on-mobile.md21.4 KB
- account-linking-with-discord.md21.0 KB
- activities.md8.9 KB
- application-commands-2.md22.7 KB
- application-commands-3.md16.0 KB
- application-commands.md22.3 KB
- audit-log.md15.2 KB
- auto-moderation.md12.7 KB
- building-an-activity-2.md7.4 KB
- building-an-activity.md20.2 KB
- certified-devices.md6.1 KB
- change-log-10.md16.7 KB
- change-log-2.md21.6 KB
- change-log-3.md22.4 KB
- change-log-4.md22.4 KB
- change-log-5.md21.4 KB
- change-log-6.md19.2 KB
- change-log-7.md20.9 KB
- change-log-8.md21.2 KB
- change-log-9.md21.6 KB
- change-log.md22.7 KB
- channel-2.md16.4 KB
- channel.md22.6 KB
- community-resources.md5.4 KB
- components.md6.3 KB
- configuring-app-metadata-for-linked-roles.md8.6 KB
- core-concepts-2.md17.5 KB
- core-concepts.md23.2 KB
- creating-a-unified-friends-list.md18.3 KB
- design-guidelines-2.md8.0 KB
- design-guidelines.md19.3 KB
- design-patterns.md13.2 KB
- developers.md11.7 KB
- developing-a-user-installable-app.md19.3 KB
- development-guides-2.md12.7 KB
- development-guides-3.md16.5 KB
- development-guides-4.md21.1 KB
89 more files not listed here. See all 129 in the repository.