zerx-labzerx-labCommunity·22 Agent Skills Included

rmx

GPUI desktop app patterns, styling, and Rust coding standards

Guides building cross-platform desktop interfaces in Rust with the GPUI framework. Covers components, styling, async tasks, events, focus, testing, and troubleshooting common errors. Eliminates guesswork with ready-made patterns, project scaffolding, and strict coding rules. Helps developers ship correct, idiomatic GPUI applications faster.
npx skills add zerx-lab/rmx --all -g -y

All Skills in This Repository (22)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install rmx skills?

Run `npx skills add zerx-lab/rmx --all -g -y` in your terminal to install all skills in this collection globally.

What is GPUI used for?

GPUI is a Rust framework for building fast cross-platform desktop applications, originally created for the Zed editor. These skills teach its core concepts like entities, contexts, elements, and rendering.

How do I start a new GPUI project?

The gpui-init skill scaffolds a complete project with Cargo.toml, main.rs, and window setup. It offers both a minimal single-file template and a production structure with modules.

How do I fix common GPUI errors?

The gpui-troubleshooting skill covers borrow checker issues, nested entity update panics, missing cx.notify() calls, and async task mistakes with clear before-and-after fixes.

Do these skills work with Claude Code and Cursor?

Yes. All skills follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, OpenClaw, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineering