con un clic
emacs-codex-ide
emacs-codex-ide contiene 4 skills recopiladas de dgillis, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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.