Fork a working starter, edit, ship.
Every template here is a complete plugin you can deploy as-is. Pick one, click "Fork into a plugin", and we'll create the plugin slot with the starter code pre-loaded. Replace the logic with yours, push to GitHub, and it auto-deploys.
Basic
officialMinimal ping/pong responder. Great for first-time SDK users.
Slash command
officialSlash-command bot — registers /hello with an ephemeral reply.
Welcome greeter
officialGreets new members in a server-configurable channel via per-server KV.
Scheduled tasks
officialDaily 09:00 UTC summary + 15-min heartbeat counter. Uses @plugin.cron() and @plugin.schedule().
Building a great template?
Community submissions are coming. For now, ship your plugin to the marketplace. We'll cherry-pick standout patterns into the gallery as we approve them.
Read the build guide