robius-state-management

CRITICAL: Use for Robius state management patterns. Triggers on: AppState, persistence, theme switch, 状态管理, Scope::with_data, save state, load state, serde, 状态持久化, 主题切换

Content Preview
---
name: robius-state-management
description: |
  CRITICAL: Use for Robius state management patterns. Triggers on:
  AppState, persistence, theme switch, 状态管理,
  Scope::with_data, save state, load state, serde,
  状态持久化, 主题切换
risk: unknown
source: community
---

# Robius State Management Skill

Best practices for state management and persistence in Makepad applications based on Robrix and Moly codebases.

**Source codebases:**
- **Robrix**: Matrix chat client - AppState, SelectedRoom, persistenc
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/robius-state-management.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/robius-state-management/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/robius-state-management/SKILL.md

Related Skills