Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
netresearch avatar

Matrix Announcement

  • 7 installs
  • 4 repo stars
  • Updated August 2, 2026
  • netresearch/matrix-skill

Helps with ai & agent building tasks.

About

matrix-announcement is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • matrix-announcement
  • AI & Agent Building
  • AI-coding skill

Matrix Announcement by the numbers

  • 7 all-time installs (skills.sh)
  • Ranked #12,545 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/netresearch/matrix-skill --skill matrix-announcement

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs7
repo stars4
Last updatedAugust 2, 2026
Repositorynetresearch/matrix-skill

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Matrix Announcement

Content guidance for Matrix announcements; matrix-communication does the sending.

The five rules

1. One headline, one purpose. A Matrix message is a tweet, not a blog post. 2. Send `formatted_body` with the HTML subset. body stays as plaintext fallback. Never send only Markdown — clients are not required to parse it. 3. Lists beat paragraphs. If you're tempted to write "and also …", start a <ul>. 4. Wrap code. Inline <code> for commands, paths, version strings, IDs, env vars — every one of them. Multi-line snippets in <pre><code class="language-…">. 5. Layout > words → render an HTML card to PNG. Comparisons, dashboards, multi-row tables die in formatted_body.

Type tags (pick one — never stack)

TagMeaningTitle example
New skillfirst public releaseNew skill: github-release-skill v0.2.0
Releasefeature versionRelease: jira-skill v3.12.0
Patchbugfix-onlyPatch: docker-development-skill v1.7.0
Digestweekly / multi-skill roundupDigest: skill ecosystem — week of 2026-04-22
Heads-upbreaking change, deprecationHeads-up: matrix-skill v2 drops Python 3.8
Postmortemincident summaryPostmortem: CI cache wipe 2026-04-25
RFCproposal seeking feedbackRFC: unified checkpoint schema

Glyphs

One leading glyph at most. Never trailing decoration, multi-emoji ladders, 🚀, or 🎉. Approved: 🤖 bot · 📦 release · 🔧 tooling · 🛡 security · ⚠️ heads-up · 📋 digest · 🔬 RFC · 🚑 hotfix · 🔥 postmortem · ✨ new capability (sparingly).

Pre-send checklist

  • [ ] Title fits on one line in Element on a 1280-wide screen.
  • [ ] First sentence states the change. No "we're excited to".
  • [ ] Every URL wrapped in <a> with destination-as-text.
  • [ ] Every entity is a link: issue keys (even mid-sentence), versions → release page, MRs/PRs as project/path!N / org/repo#N, pipelines, commits. Status updates: one item per line, starting with the linked issue key, blank lines between items.
  • [ ] Every command, path, version is in <code>.
  • [ ] Multi-line code in <pre><code class="language-…">.
  • [ ] At most one prefix glyph; no trailing emoji; no celebration.
  • [ ] body is a real readable plaintext fallback, not stripped HTML.
  • [ ] msgtype = m.notice for unattended automation, m.text otherwise.
  • [ ] No @room unless it is an outage.
  • [ ] Layout-heavy → card image with text fallback, not <table> in formatted_body.
  • [ ] Length under 3000 chars or split into a thread.

References

  • html-subset.md — allowed/banned tags, Markdown↔HTML, data-mx-* attributes
  • structure.md — skeleton, section patterns, element-when-to-use, length budget, m.text vs m.notice
  • glyphs.md — full glyph table with banned set
  • image-cards.md — chromium → upload → m.image recipe; image-pairing rules
  • threading.md — threads, mentions, edits, redactions
  • anti-patterns.md — wall-of-text, emoji ladder, mention storm, inline URLs (with fixes)
  • text-templates.md — drop-in formatted_body skeletons per type tag
  • templates/release-card.html (1200×630), weekly-digest.html (1200×1500), comparison.html (1200×900)
  • gallery.html — visual preview of every rule, the five worked examples, and the three templates

Sending: pass the composed message to matrix-communication (matrix-send-e2ee.py "$ROOM" "$MARKDOWN" [--notice]). The transport converts markdown to HTML using the rules in html-subset.md; pass --notice for unattended automation so other bots can't auto-reply (mutually exclusive with --emote). For hand-crafted formatted_body or m.image cards, call the homeserver API directly — recipe in image-cards.md.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.