From slack-notifier
Creates a Slack thread for ongoing discussion, composing a structured message with background, options, and next steps, then posts it and captures the URL.
How this command is triggered — by the user, by Claude, or both
Slash command
/slack-notifier:create-threadThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /create-thread - Create Slack Thread Create a Slack thread for ongoing discussion about a topic. ## Steps 1. Ask the user for the thread topic and purpose 2. Determine the appropriate Slack channel for the discussion 3. Compose the thread-starting message with clear context and purpose 4. Include relevant links, code snippets, or screenshots as attachments 5. Add structured sections: Background, Question/Problem, Options, Next Steps 6. Format using Slack Block Kit: headers, sections, dividers, and action blocks 7. Post the initial message to create the thread 8. Add follow-up messages ...
Create a Slack thread for ongoing discussion about a topic.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub avelikiy/awesome-claude-code-toolkit --plugin slack-notifier/create-threadCreates a Slack thread for ongoing discussion, composing a structured message with background, options, and next steps, then posts it and captures the URL.
/draft-announcementDrafts a well-formatted Slack announcement by asking clarifying questions, composing the message with Slack markdown best practices, and saving it as a draft in Slack.
/draft-announcementDrafts a Slack announcement with proper formatting, asks clarifying questions, and saves it as a draft in Slack using the API.
/google-chat-messagesSends a message to Google Chat via a webhook URL. Guides through webhook setup if no arguments are provided.