What problem does it solve? When working in Emacs, you often need quick answers about what a function does, what a variable controls, or which key a command is bound to. This Skill queries a running Emacs instance directly and returns consolidated documentation without leaving your conversation. ## Core Features & Use Cases - Multi-mechanism lookup: Searches functions, variables, faces, key bindings, and apropos results in a single emacsclient call. - Live Emacs integration: Uses emacsclient --eval to query your actual running Emacs session, so results reflect your real configuration. - Summarized answers: Returned documentation is summarized in the conversation for quick reading. - Use Case: You want to know what dired-mark does and which keys invoke it. Invoke /describe with the query and receive a summary of its function documentation, related bindings, and apropos matches. ## Quick Start Ask the assistant to look up Emacs documentation for a symbol like "dired-mark" using the describe skill.