Help us improve
Share bugs, ideas, or general feedback.
From slack-by-salesforce
Summarizes recent Slack channel activity from up to 100 messages and threads, producing topic-organized bullet points with decisions, action items, announcements, and thread details.
npx claudepluginhub sun2443/designer-skills --plugin slack-by-salesforceHow this command is triggered — by the user, by Claude, or both
Slash command
/slack-by-salesforce:summarize-channelThe summary Claude sees in its command listing — used to decide when to auto-load this command
Given the channel name provided in $ARGUMENTS (strip any leading `#`): 1. Use the `slack_search_channels` tool to find the channel ID for the provided channel name. Strip any leading `#` from the argument before searching. 2. Use the `slack_read_channel` tool to read recent messages from the channel (default limit of 100 messages). 3. For any messages that have threads with replies, use `slack_read_thread` to read the thread contents so the summary captures threaded discussions. 4. Produce a concise summary organized by topic or theme. The summary should include: - An overview of the ma...
/summarize-channelSummarizes recent Slack channel activity from up to 100 messages and threads, producing topic-organized bullet points with decisions, action items, announcements, and thread details.
/create-threadCreates a Slack thread for a discussion topic with Block Kit formatting, context sections, replies, optional pinning/reminders, and reports the channel and URL.
/SKILLGenerates and posts a daily standup report summarizing project state changes, completed/in-progress/blocked/pending tasks, unread messages, and team availability to a specified channel.
/team-updatePosts project updates to team chat, gathers and triages feedback via modes: update (full cycle), standup, check, feedback, plan.
/daily-briefingGenerates scannable daily briefing of last 24 hours: actionable items, mentions, decisions, shared docs. Optional focus area filter; prioritizes urgency and relevance.
/summarize-channelSummarizes recent Slack channel activity from up to 100 messages and threads, producing topic-organized bullet points with decisions, action items, announcements, and thread details.
Share bugs, ideas, or general feedback.
Given the channel name provided in $ARGUMENTS (strip any leading #):
slack_search_channels tool to find the channel ID for the provided channel name. Strip any leading # from the argument before searching.slack_read_channel tool to read recent messages from the channel (default limit of 100 messages).slack_read_thread to read the thread contents so the summary captures threaded discussions.