| name | elisp-reload |
| description | Reload one or more Emacs Lisp files from this repository into the running Emacs session with `emacsclient --eval`. Use this skill when an agent needs live-session validation after editing `.el` files and the user has asked for reloads. |
Elisp Reload
Use this skill to load changed Elisp into the running Emacs session.
Workflow
- Pass one or more file paths to
./bin/elisp-reload.sh.
- Prefer absolute or repo-relative
.el paths.
- Only use this when live reloading is appropriate; editing files does not imply reload permission.
Notes
- Use the explicit repo-root path above; do not reinterpret it relative to
SKILL.md.
- The command resolves repo-relative paths against the repository root.
- With no file arguments, it reloads all root-level
.el files in the repository.
- It loads files in the order they are provided.