matrix-announcement
Installation
SKILL.md
Matrix Announcement
Content guidance for Matrix announcements; matrix-communication does the sending.
The five rules
- One headline, one purpose. A Matrix message is a tweet, not a blog post.
- Send
formatted_bodywith the HTML subset.bodystays as plaintext fallback. Never send only Markdown — clients are not required to parse it. - Lists beat paragraphs. If you're tempted to write "and also …", start a
<ul>. - Wrap code. Inline
<code>for commands, paths, version strings, IDs, env vars — every one of them. Multi-line snippets in<pre><code class="language-…">. - Layout > words → render an HTML card to PNG. Comparisons, dashboards, multi-row tables die in
formatted_body.