This skill gets you from zero to production Discord bot with both Discord.js v14 and Pycord foundations, slash commands, and interactive components like buttons and modals. The patterns are solid on modern best practices: minimal intents, proper command registration, and component collectors with timeouts. It explicitly steers you away from the Message Content intent trap and the classic mistake of syncing commands on every startup. The sharp edges table is genuinely helpful, covering privileged intents, token security, and invite URL generation. If you're building a Discord bot and don't want to piece together outdated tutorials, this gives you the current way to do it with real code you can run.
npx skills add https://github.com/davila7/claude-code-templates --skill discord-bot-architect