What problem does it solve?
Claude's Markdown output often appears as raw Markdown literal characters in many chat apps; this Skill converts that output into each channel's native text syntax so messages render as intended without manual editing.
Core Features & Use Cases
- Channel-aware marker substitution: Converts bold, italic, and headings into WhatsApp, Telegram, and Slack native markers while preserving code blocks.
- Link and platform formatting: Adjusts link formatting per channel rules and leaves Discord untouched where native Markdown already applies.
- Signal support: Provides a parseSignalStyles helper that returns plain text plus native textStyle ranges suitable for signal-cli integrations.
- Use Case: Integrate into an outbound routing pipeline so AI responses sent to WhatsApp arrive with single-asterisk bolding and native link presentation, and Signal messages can use textStyle ranges for rich text.
Quick Start
Format an AI response for WhatsApp by sending the message through the outbound pipeline with channel set to WhatsApp so the Skill converts bold, italic, headings, and links to WhatsApp-native syntax.