From slack
Searches Slack channels for discussions on a given topic, fetches full threads, and summarizes top 5-10 results with channels, starters, dates, and key highlights.
How this command is triggered — by the user, by Claude, or both
Slash command
/slack: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 anthropics/claude-plugins-official --plugin slack/find-discussionsSearches Slack channels for discussions on a given topic, fetches full threads, and summarizes top 5-10 results with channels, starters, dates, and key highlights.
/SKILLSearches team knowledge across messages, project state, and task history. Compiles relevant context from TeamMCP sources to answer questions.
/search-historianSearches past Claude conversation history for solutions, decisions, and context matching a query. Retrieves up to 5 relevant results via historian MCP.
/time-chatReads and writes Time (Mattermost) channels, messages, and threads with dual auth (bot or personal). Supports finding channels, reading posts, threads, and direct messages.
/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.
/find-in-chatSearches prior Claude and Gemini chat-log turns for a query. Groups results by conversation chronologically with timestamps, host agents, models, and 2-line highlighted excerpts.