This loads the GPUI framework's focus management documentation when you're dealing with keyboard navigation, FocusHandle APIs, or tracking which UI element should receive input. It's part of a larger GPUI skill that routes you to specific reference files based on what you're working on. If you're building a text editor, form, or anything with tab navigation in GPUI, this gets you straight to the focus-handle.md reference without digging through the whole framework. The parent skill covers everything from async tasks to layout styling, but this slice is purely about focus state and keyboard traversal. Handy if you already know GPUI's context system but keep forgetting the focus-specific APIs.
npx skills add https://github.com/longbridge/gpui-component --skill gpui-focus-handle