From slack
Guides composing well-formatted, effective Slack messages using markdown, with structure tips, threading etiquette, and tone best practices. Activates for slack_send_message drafting.
npx claudepluginhub anthropics/claude-plugins-official --plugin slackThis skill uses the workspace's default tool permissions.
This skill provides guidance for composing well-formatted, effective Slack messages.
Guides mrkdwn syntax, message structure, thread etiquette, and tone for effective Slack messages in dev workflows.
Formats Markdown to Slack rich HTML for copy-paste or mrkdwn for API/webhooks. Generates previews, copies to clipboard, supports tables, lists, emojis, mentions.
Sends messages and rich Block Kit content to Slack channels via webhooks or Bot API. Useful for formatted announcements, marketing reports, metrics, and updates.
Share bugs, ideas, or general feedback.
This skill provides guidance for composing well-formatted, effective Slack messages.
Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message, slack_send_message_draft, or slack_create_canvas.
Slack MCP accepts standard markdown. Use familiar markdown syntax when composing messages:
| Format | Syntax |
|---|---|
| Bold | **text** |
| Italic | _text_ or *text* |
| Strikethrough | ~text~ |
| Code (inline) | `code` |
| Code block | ```code``` |
| Quote | > text |
| Link | [display text](url) |
| Bulleted list | - item |
| Numbered list | 1. item |
Not supported:
(#, ##, etc.)()*bold* for names, dates, deadlines, and action items so they stand out when scanning.reply_broadcast (also post to channel) only when the reply contains information everyone needs to see.#general is usually more formal than #random.