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


