From slack-by-salesforce
Searches Slack channels for discussions matching a topic and returns organized summaries of the most relevant threads.
How this command is triggered — by the user, by Claude, or both
Slash command
/slack-by-salesforce:find-discussionsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Given the topic provided in $ARGUMENTS: 1. Use the `slack_search_public` tool to search for messages matching the topic. Use the topic as a natural language question first for semantic results. 2. If semantic results are sparse, follow up with a keyword search using key terms from the topic. 3. For the most relevant results, use `slack_read_thread` to fetch full thread conversations so you capture the complete discussion context. 4. Present the results organized by relevance: - For each discussion found, show: the channel name, who started it, a brief summary of the conversation, and th...
Given the topic provided in $ARGUMENTS:
slack_search_public tool to search for messages matching the topic. Use the topic as a natural language question first for semantic results.slack_read_thread to fetch full thread conversations so you capture the complete discussion context.npx claudepluginhub srxly888-creator/knowledge-work-plugins --plugin slack-by-salesforce36plugins reuse this command
First indexed Feb 27, 2026
Showing the 6 earliest of 36 plugins
/find-discussionsSearches Slack channels for discussions matching a topic and returns organized summaries of the most relevant threads.
/channel-digestReads recent messages from multiple Slack channels and synthesizes a structured digest with key topics, decisions, and notable activity.
/SKILLSearches team knowledge across messages, project state, and task history using TeamMCP. Compiles results into a structured summary with actionable gaps.
/search-conversationsSearches past conversations using semantic or text search, synthesizes findings from top results, and returns a concise summary with source pointers.
/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.
/search-historianSearches past Claude Code conversations for relevant context, returning up to 5 matching sessions.