What problem does it solve? After an AI coding session generates, edits, or lists files, manually locating and opening each one in Emacs is tedious. This Skill opens all files relevant to the latest interaction directly in Emacs buffers with a single command. ## Core Features & Use Cases - Batch file opening: Opens multiple files from the most recent interaction in Emacs buffers using emacsclient --eval. - Line-precise navigation: Jumps to a specific line number when a file spec includes a :line property, useful for error locations or newly added functions. - Interaction-scoped selection: Only opens files from the latest interaction rather than every file mentioned in the conversation. - Use Case: After the agent edits three source files and reports an error at line 42 of one, invoke /open to load all three files in Emacs with the cursor positioned at the error line. ## Quick Start Invoke /open after an interaction to open the recently generated or edited files in Emacs buffers via emacsclient.