What problem does it solve? After an AI coding session generates or edits multiple files, manually locating them in Emacs is tedious. This Skill collects the files from the latest interaction and opens them in an Emacs dired buffer so you can review them immediately. ## Core Features & Use Cases - Same-directory files: Opens dired at the shared directory with the relevant files marked in context. - Multi-directory files: Creates a curated *agent-files* buffer with all files marked, using the common ancestor as the base directory. - Use Case: After the agent edits three source files across two packages, invoke /dired to open all of them marked in Emacs for quick review, diffing, or further editing. ## Quick Start Invoke /dired to open the files from the most recent interaction in an Emacs dired buffer via emacsclient.