Agent Skills
› terrense/LilBot-agent
› keybindings-help
keybindings-help
GitHub协助解释或设计键盘快捷键绑定。检查现有配置,优先选择常用快捷键并避免冲突,注意终端限制。返回简洁的映射表及必要的配置修改建议。
Trigger Scenarios
用户询问如何设置或查看键盘快捷键
用户需要为特定应用或环境设计新的快捷键方案
用户遇到快捷键冲突问题寻求帮助
Install
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.
Version History
- ac8228e Current 2026-07-05 10:50


