com um clique
emacs-codex-ide
emacs-codex-ide contém 4 skills coletadas de dgillis, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.