robius-matrix-integration
Matrix SDK, sliding sync, MatrixRequest, timeline, matrix-sdk, matrix client, robrix, matrix room, Matrix 集成, 聊天客户端
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use
- Overview
- MatrixRequest Pattern
- Request Enum Definition
- Submit Pattern
- Worker Task Handler
- Timeline Updates
- TimelineUpdate Enum
- Per-Room Update Flow
- Handling Updates in UI
- Room List Updates
- RoomsListUpdate Enum
- Client Build Pattern
- Best Practices
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.