output_formatting
Installation
SKILL.md
Output Formatting Guide
This skill provides formatting guidelines for Telegram messages. Follow these rules to ensure your responses display correctly.
General Principles
- Keep it concise - Telegram users expect quick, scannable responses
- Use plain text primarily - Complex formatting often breaks
- Avoid raw markdown tables - They don't render in Telegram
- No HTML tags - Telegram uses its own markup
- Limit response length - Keep under 4000 characters when possible
Text Formatting
Supported Formatting
- Bold: Use
*text*for emphasis (sparingly) - Italic: Use
_text_for secondary emphasis - Code: Use
`code`for inline code, commands, or technical terms - Code blocks: Use triple backticks for multi-line code