Help us improve
Share bugs, ideas, or general feedback.
From slack
Triage recent Slack activity into a priority queue or task list for the user.
npx claudepluginhub robinebers/converted-plugins --plugin slackHow this skill is triggered — by the user, by Claude, or both
Slash command
/slack:slack-notification-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to produce a priority queue or task list for the user from recent Slack messages. It is for surfacing what the user likely needs to read, reply to, or do next.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Use this skill to produce a priority queue or task list for the user from recent Slack messages. It is for surfacing what the user likely needs to read, reply to, or do next.
slack_read_user_profile.slack_read_user_profile so you have the user's Slack ID for mention-based searches.slack_search_channels, then call slack_read_channel with limit at 100 per channel.slack_search_users, then use slack_search_public_and_private with several small searches using filters from:<@USER_ID>, to:<@USER_ID>, or in:<@USER_ID> to surface relevant DM or person-specific activity.slack_search_public_and_private, and if channels were also provided, keep the search inside those channels.slack_search_public_and_private over channel_types="im", paging until you have a reasonable set of unique conversations, then dedupe and expand promising DMs with slack_read_channelchannel_types="mpim", again preferring unique conversations over repeated hits from one chatslack_search_public_and_private with query set to <@USER_ID>slack_search_public_and_private with query set to from:<@USER_ID> is:thread, then slack_read_threadslack_search_public_and_private with query set to <@USER_ID> is:thread, then slack_read_threadslack_read_thread when the thread could hold more necessary context.## Formatting Rules section below.../slack-outgoing-message/SKILL.md and align with the explicit intent:../slack-outgoing-message/SKILL.md to draft or send the final message, this output contract remains binding. The downstream skill does not relax or rename these sections.**Slack Notification Triage - YYYY-MM-DD**
**Overview**
<1-2 sentence summary of what the user most likely needs to read, reply to, or do next>
**Tasks for you**
- ...
**Worth skimming**
- ...
**Can ignore for now**
- ...
**Notes**
- <gaps, caveats, or partial coverage>