If you're building Slack apps, this gets you started with Bolt, the official framework that handles auth, routing, and request verification so you don't have to. The examples cover the practical stuff: slash commands, modals with Block Kit, button interactions, and Home tabs. It shows both Socket Mode for local dev and HTTP mode for production, which is helpful since the deployment story trips people up. The Python examples are complete enough to copy and adapt. One thing to know: Block Kit can get verbose fast, so the included ticket creation modal gives you a realistic sense of the boilerplate involved. Covers JavaScript and Java too, though the examples lean Python.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill slack-bot-builder