🎯

gpui-event

🎯Skill

from longbridge/gpui-component

VibeIndex|
What it does
|

GPUI event handling and subscriptions skill for coordinating between components in Rust, covering custom events, entity observations, event subscriptions, and global app-wide event handling patterns

πŸ“¦

Same repository

longbridge/gpui-component(15 items)

gpui-event

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add longbridge/gpui-component --skill gpui-event
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add longbridge/gpui-component --skill gpui-event
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/gpui-event/SKILL.md

SKILL.md

113Installs
10,086
-
Last UpdatedJan 26, 2026

More from this repository10

🎯
gpui-style-guide🎯Skill

GPUI Component project style guide covering component structure, trait implementations, naming conventions, and API patterns for consistent code in the gpui-component library

🎯
gpui-async🎯Skill

Async operations and background task management skill for GPUI, covering foreground UI updates and background computation coordination

🎯
gpui-layout-and-style🎯Skill

GPUI layout and styling skill for building components with CSS-like properties in Rust, covering flexbox layout system, size units, colors, borders, and the Styled trait for chaining styles

🎯
gpui-action🎯Skill

GPUI action definitions and keyboard shortcuts skill for implementing declarative keyboard-driven UI interactions in Rust, covering custom action macros, key binding configuration, context-aware actions, and event subscriptions

🎯
gpui-context🎯Skill

60+ cross-platform desktop UI components for GPUI framework with native macOS/Windows-inspired design, featuring virtualized tables, dock layouts, Markdown/HTML rendering, code editor with LSP support, syntax highlighting via Tree Sitter, and built-in charting.

🎯
gpui-entity🎯Skill

Entity management and state handling skill for GPUI, providing safe concurrent access to application state with reactive patterns

🎯
gpui-element🎯Skill

Guides implementation of custom elements using GPUI's low-level Element API for maximum control over layout, prepaint, and paint phases in performance-critical UI components

🎯
gpui-global🎯Skill

GPUI global state management skill for implementing app-wide shared data in Rust, covering the Global trait, set/access/update patterns, and global observers

🎯
gpui-focus-handle🎯Skill

GPUI focus management and keyboard navigation skill for building keyboard-driven interfaces in Rust, covering focus handles, focus tracking, tab navigation, and focus event handling

🎯
github-pull-request-description🎯Skill

A skill for writing concise GitHub pull request descriptions with summaries of new features, bug fixes, improvements, and clearly documented breaking API changes with diff examples.