water-rswater-rsOfficialยท1 Agent Skills Included

waterui

Build native cross-platform Rust apps with reactive UI

Builds native cross-platform apps in Rust from a single view tree, rendering to UIKit, Android Views, GTK4, or GPU backends. Eliminates virtual-DOM rebuilds, platform-specific rewrites, and manual simulator setup through fine-grained reactive state and a unified CLI. Guides coding agents through correct WaterUI patterns, isolated workspaces, and safe merge-back workflows.
npx skills add water-rs/waterui --all -g -y
Available:

Gives coding agents the framework's design principles, branching rules, and review requirements they must follow when writing or modifying WaterUI code.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install WaterUI skills?โ–ผ

Run `npx skills add water-rs/waterui --all -g -y` in your terminal to install all skills in this repository globally.

What is WaterUI used for?โ–ผ

WaterUI is a Rust framework for building cross-platform apps that render to real native widgets on iOS, macOS, Android, and Linux from one codebase. It uses fine-grained reactive state so only the affected widget updates when data changes.

How does the WaterUI skill help coding agents?โ–ผ

It teaches agents the correct WaterUI patterns for reactive state, layouts, navigation, and testing, preventing common mistakes like freezing signals or misusing watch. It also covers the water CLI commands for building and previewing apps.

What does the agent workspace skill do?โ–ผ

It gives agents an isolated, pre-warmed workspace slot for substantial code changes, then safely rebases and merges the work back into the canonical repository. This keeps parallel agent tasks from corrupting the main checkout.

Does WaterUI work with Claude Code and other agents?โ–ผ

Yes. The skills follow the universal SKILL.md standard and work in Claude Code, Codex, OpenClaw, and other compatible agents.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’