slack-message

Convert user intent into Slack-ready plain-text markup messages.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/descoped/llm-skills --skill slack-message-descoped
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-message
Source: https://github.com/descoped/llm-skills/tree/main/skills/slack-message
Command: npx skills add https://github.com/descoped/llm-skills --skill slack-message-descoped

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slack messages often require consistent formatting and correct markup, making it easy to miss important styles or readability.

Core Features & Use Cases

  • Plain-text Slack markup support for bold, italic, code, blockquotes, lists, and links
  • Output is a code block containing the final message for easy copy-paste
  • Use Case: quickly generate ready-to-send messages for announcements, status updates, or team alerts

Quick Start

Ask me to format your message for Slack and I will return a copy-paste-ready Slack markup block.

Frequently Asked Questions about slack-message

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format plain text for Slack messages with correct markup?

Slack message formatting applies plain-text markup rules for bold, italic, code, blockquotes, lists, and links. The Skill converts your raw text intent into a ready-to-send Slack message, outputting a copy-paste code block containing the final formatted markup.

What is the best way to generate Slack-ready announcements and status updates?

Generating Slack-ready announcements is best handled by converting raw text into Slack plain-text markup. The tool enforces Slack formatting rules and wraps multi-line output in code blocks, ensuring your status updates and team alerts are copy-paste-ready.

Can I use Slack formatting for code blocks and lists without unsupported elements?

Yes, Slack formatting supports code blocks and lists while avoiding unsupported elements. The Skill strictly enforces Slack's plain-text markup rules, ensuring multi-line output uses code blocks and removes any unsupported formatting elements from your message.

How do I copy and paste a formatted message into Slack without breaking the layout?

To copy and paste a formatted message into Slack without breaking layout, the Skill outputs the final message entirely within a code block. This prevents formatting loss during transfer, allowing you to copy the raw Slack markup directly into your chat prompt.

Does Slack plain-text markup support links and blockquotes for team alerts?

Slack plain-text markup supports links and blockquotes for team alerts. The Skill processes your raw intent and applies these specific formatting rules, generating a Slack-ready message that correctly formats blockquotes and links without unsupported elements.