This is your guide when working with GPUI's action system, which handles keybindings and user commands in the framework. It covers the actions! macro for declaring actions, binding keys with bind_keys, handling actions via on_action, and managing key contexts. The skill points you to action.md as the main reference, but it's really part of a larger GPUI navigation system that covers async tasks, entity state, focus handling, and the whole framework surface. If you're building a GPUI app and need to wire up keyboard shortcuts or respond to user commands, this gets you to the right docs quickly instead of hunting through the broader framework reference.
npx skills add https://github.com/longbridge/gpui-component --skill gpui-action