Agent Skills
› terrense/LilBot-agent
› keybindings-help
keybindings-help
GitHub协助解释或设计键盘快捷键绑定。检查现有配置,优先使用常用快捷键并避免冲突,提示终端修饰键限制。返回简洁的映射表及必要的配置更改建议。
触发场景
用户询问如何设置键盘快捷键
用户需要设计新的快捷键组合
用户请求优化现有快捷键配置
安装
npx skills add terrense/LilBot-agent --skill keybindings-help -g -y
SKILL.md
Frontmatter
{
"name": "keybindings-help",
"context": "inline",
"description": "Explain or design keyboard shortcut bindings.",
"when_to_use": "Use when the user asks about keyboard shortcuts or terminal keybinding behavior.",
"allowed-tools": "read_file, list_dir, grep_files",
"user-invocable": false
}
Help with keybindings:
{{args}}
Check existing configuration when available. Prefer familiar shortcuts, avoid conflicts, and note terminal limitations for modifier keys. Return a concise mapping table and any config changes needed.
版本历史
- ac8228e 当前 2026-07-05 10:50


