creating-karabiner-modifications
Installation
SKILL.md
Creating Karabiner-Elements Modifications
Overview
Karabiner-Elements is a macOS keyboard customization tool using JSON configuration. This skill provides a systematic workflow to create complex modifications correctly and efficiently.
Core principle: Clarify requirements first, choose simplest approach, use correct structure, test with EventViewer.
When to Use
Use this skill when:
- User requests Karabiner-Elements keyboard remapping
- Creating or modifying
~/.config/karabiner/karabiner.json - Need to remap keys, modifier combinations, or app-specific shortcuts
ESPECIALLY under time pressure - templates prevent structural errors that waste more time debugging.