agentsclimarketplace

Emacs

Skill Jylhis/skills/skills/misc/emacs

Curated Agent Skills marketplace for Claude Code, Codex, and Google Antigravity.

Install
npx -y skills add Jylhis/skills --skill emacs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use for Emacs and Emacs Lisp work — modern Elisp conventions (lexical-binding, use-package, keymap-set, setopt, defvar-keymap, if-let*, tree-sitter ts-mode), authoring major modes (define-derived-mode, font-lock, indent-line-function, syntax tables, treesit-simple-indent-rules), package publishing (MELPA / GNU ELPA / NonGNU ELPA, ;;;###autoload, package-lint, checkdoc), code review (linting, byte-compile, obsolete API detection), ERT testing, debugging (--debug-init, Edebug, profiler, native-comp), gptel + MCP integration, introspection (describe-*, apropos, find-function), and keybinding design (keymap layers, key-valid-p). Read the matching reference before acting.

SKILL.md

2.5 KB, 479 tokens by cl100k_base, as published. Nobody here has run it

Emacs skill index

Pick the topic and read its reference before writing or reviewing Emacs Lisp.

TopicWhen to readReference
Elisp conventionslexical-binding, use-package, modern API (keymap-set, setopt, defvar-keymap, if-let*), file structure, hooksreferences/elisp-conventions.md
Major mode authoringdefine-derived-mode, font-lock, indent-line-function, syntax tables, tree-sitter ts-mode parents, treesit-simple-indent-rulesreferences/elisp-major-mode-authoring.md
Package publishingMELPA / GNU ELPA / NonGNU ELPA, file headers, ;;;###autoload, package-lint, checkdoc, version tagging, CIreferences/elisp-package-publishing.md
Code reviewbyte-compile warnings, checkdoc, package-lint, elisp-lint, obsolete API detection, unused-variable warningsreferences/elisp-review.md
Testing (ERT)ert-deftest, should/should-not/should-error, batch mode, mocking with cl-letf, fixtures, buttercupreferences/elisp-testing.md
Debugging--debug-init, debug-on-error, Edebug, profiler, emacs-init-time, native-comp eln-cache, freezesreferences/debugging.md
gptel + MCPgptel-make-anthropic, gptel-backend, mcp-hub-servers, auth-source key, exposing Emacs as MCP serverreferences/gptel-integration.md
Introspectiondescribe-function/variable/key/mode, apropos, Info, find-function, xref, M-., shortdocreferences/introspection.md
Keybindingskeymap-set, keymap-global-set, defvar-keymap, key-valid-p, keymap layers, prefix keys, repeat-modereferences/keybindings.md

For Emacs packaging via Nix (emacsWithPackages, melpaBuild, trivialBuild, native-comp, tree-sitter grammars), use the nix skill's references/emacs-packaging.md instead.

After reading the reference, follow its guidance for the task.

What ships with it: 10 files

50.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.