Agent skill

robius-matrix-integration

Matrix SDK, sliding sync, MatrixRequest, timeline, matrix-sdk, matrix client, robrix, matrix room, Matrix 集成, 聊天客户端

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill robius-matrix-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/robius-matrix-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Robius Matrix SDK Integration Skill Best practices for integrating external APIs with Makepad applications based on Robrix and Moly codebases. **Source codebases:** - **Robrix**: Matrix SDK integration - sliding sync, timeline subscriptions, real-time updates - **Moly**: OpenAI/LLM API integration - SSE streaming, MCP protocol, multi-provider support ## When to Use Use this skill when: - Integrating Matrix SDK with Makepad - Building a Matrix client with Makepad - Implementing Matrix features (rooms, timelines, messages) - Handling Matrix SDK async operations in UI - Keywords: matrix-sdk, matrix client, robrix, matrix timeline, matrix room, sliding sync ## Overview Robrix uses the `matrix-sdk` and `matrix-sdk-ui` crates to connect to Matrix homeservers. The key architectural decisions: 1. **Sliding Sync**: Uses native sliding sync for efficient room list updates 2. **Separate Runtime**: Tokio runtime runs Matrix operations, Makepad handles UI 3. **Request/Response Pattern**: UI sends requests, receives actions/updates back 4. **Per-Room Background Tasks**: Each room has dedicated timeline subscriber task ## MatrixRequest Pattern ### Request Enum Definition ```rust /// All async r

What's inside
Steps it walks through
  1. When to Use
  2. Overview
  3. MatrixRequest Pattern
  4. Request Enum Definition
  5. Submit Pattern
  6. Worker Task Handler
  7. Timeline Updates
  8. TimelineUpdate Enum
  9. Per-Room Update Flow
  10. Handling Updates in UI
  11. Room List Updates
  12. RoomsListUpdate Enum
  13. Client Build Pattern
  14. Best Practices
More from agentic-awesome-skills
All skills →
About this skill
What does the robius-matrix-integration skill do?

Matrix SDK, sliding sync, MatrixRequest, timeline, matrix-sdk, matrix client, robrix, matrix room, Matrix 集成, 聊天客户端

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill robius-matrix-integration --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going