slack-formatting

Solid

Format messages for Slack using mrkdwn syntax. Use when responding to Slack channels (folder starts with "slack_" or JID contains slack identifiers).

Code & Development 29,591 stars 12899 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Slack Message Formatting (mrkdwn) When responding to Slack channels, use Slack's mrkdwn syntax instead of standard Markdown. ## How to detect Slack context Check your group folder name or workspace path: - Folder starts with `slack_` (e.g., `slack_engineering`, `slack_general`) - Or check `/workspace/group/` path for `slack_` prefix ## Formatting reference ### Text styles | Style | Syntax | Example | |-------|--------|---------| | Bold | `*text*` | *bold text* | | Italic | `_text_` | _italic text_ | | Strikethrough | `~text~` | ~strikethrough~ | | Code (inline) | `` `code` `` | `inline code` | | Code block | ` ```code``` ` | Multi-line code | ### Links and mentions ``` <https://example.com|Link text> # Named link <https://example.com> # Auto-linked URL <@U1234567890> # Mention user by ID <#C1234567890> # Mention channel by ID <!here> # @here <!channel> # @channel ``` ### Lists Slack supports simple bullet lists but NOT numbered lists: ``` • First item • Second item • Third item ``` Use `•` (bullet character) or `- ` or `* ` for bullets. ### Block quotes ``` > This is a block quote > It can span multiple lines ``` ### Emoji Use standard emoji shortcodes: `:white_check_mark:`, `:x:`, `:rocket:`, `:tada:` ## What NOT to use - **NO** `##` headings (use `*Bold text*` for headers instead) - **NO** `**double asterisks**` for bold (use `*single ast...

Details

Author
qwibitai
Repository
qwibitai/nanoclaw
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

slack-message-formatter

Format messages for Slack with pixel-perfect accuracy. Converts Markdown to rich HTML (for copy-paste into Slack) or Slack mrkdwn (for API/webhook). Use when the user asks to write a Slack message, announcement, or notification, format something "for Slack", preview how content looks in Slack, or send a message via Slack webhook. Also trigger when user mentions Slack formatting, mrkdwn, or wants to share Markdown content in Slack channels.

2,996 Updated yesterday
davepoon
AI & Automation Listed

slack-message

Draft team communications for Slack. Creates clear, actionable messages for different contexts.

0 Updated 1 weeks ago
talgacapri
AI & Automation Listed

slack

Interact with Slack workspaces — send messages, react, pin/unpin, read history, manage threads, search, upload files, and look up members. Use when the user asks to send a Slack message, react to something, read a channel, or manage Slack content.

21 Updated 5 days ago
project-nomos
AI & Automation Listed

slack-forward

Format and forward email alerts to configured Slack channels with rich formatting

7 Updated today
shogo-labs
Data & Documents Listed

markdown-formatting

Format and lint markdown and MDX files using markdownlint with comprehensive rule knowledge for automated and manual fixes. Use when working with .md or .mdx files, formatting documentation, linting markdown/MDX, or when user mentions markdown issues, formatting problems, or documentation standards.

83 Updated 3 days ago
denolfe