Loading...
Loading...
GPUI framework knowledge covering actions/keybindings, async/background tasks, context management (App/Window/Context<T>/AsyncApp), custom elements (low-level Element trait), entity state management, event system, focus handling, global state, layout/styling (flexbox/CSS-like), and testing. Use when working with any GPUI framework concept, building GPUI applications, or needing guidance on GPUI-specific APIs and patterns.
npx skill4agent add longbridge/gpui-component gpui| Topic | File | When to load |
|---|---|---|
| Actions & keybindings | action.md | |
| Async & background tasks | async.md | |
| Context management | context.md | |
| Custom elements (low-level) | element.md | |
| Entity state | entity.md | |
| Events & subscriptions | event.md | |
| Focus & keyboard nav | focus-handle.md | |
| Global state | global.md | |
| Layout & styling | layout-style.md | |
| ElementId | element-id.md | |
| Testing | test.md | |