describe
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLook up Emacs documentation
查询Emacs文档
Look up Emacs documentation using and summarize the findings. The query is searched across multiple mechanisms (function, variable, face, key binding, and apropos) in one call, returning all findings as a single string.
emacsclient --evalFirst, locate which lives alongside this skill file at in the emacs-skills plugin directory.
agent-skill-describe.elskills/describe/agent-skill-describe.elsh
emacsclient --eval '
(progn
(load "/path/to/skills/describe/agent-skill-describe.el" nil t)
(agent-skill-describe :query "dired-mark"))'使用查询Emacs文档并对查询结果进行总结。单次调用会通过多种机制(函数、变量、外观、快捷键绑定和apropos搜索)执行查询,所有查询结果将以单个字符串的形式返回。
emacsclient --eval首先,找到文件,该文件与本技能文件一同存放在emacs-skills插件目录下的路径中。
agent-skill-describe.elskills/describe/agent-skill-describe.elsh
emacsclient --eval '
(progn
(load "/path/to/skills/describe/agent-skill-describe.el" nil t)
(agent-skill-describe :query "dired-mark"))'Rules
规则
- Summarize the returned documentation for the user in the conversation.
- Locate relative to this skill file's directory.
agent-skill-describe.el - Run the command via the Bash tool.
emacsclient --eval
- 在对话中为用户总结返回的文档内容。
- 基于本技能文件所在目录定位文件。
agent-skill-describe.el - 通过Bash工具运行命令。
emacsclient --eval