with one click
emacs-codex-ide
emacs-codex-ide contains 4 collected skills from dgillis, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Validate byte compilation for a specified Emacs Lisp file in this repository. Use this skill when an agent needs a focused compile check for one `.el` file; on success it removes the generated `.elc` artifact.
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.
Run the codex-ide test suite from this repository. Use this skill when an agent needs to validate changes by running `bin/run-tests.sh`, either for the full suite or for one or more specific ERT files via `--test-file FILE`.
Delete byte-compiled `.elc` files produced during validation in this repository. Use this skill after batch compilation or other checks that leave generated `.elc` artifacts behind.