Emacs ecosystem = elisp + org + gnus + tramp + eglot.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill emacs --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Emacs?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-emacs-asi)More formats (shields.io, HTML) on the badges page.
---
name: emacs
description: Emacs ecosystem = elisp + org + gnus + tramp + eglot.
metadata:
trit: 0
---
# emacs
Emacs ecosystem = elisp + org + gnus + tramp + eglot.
## Atomic Skills
| Skill | Lines | Domain |
|-------|-------|--------|
| elisp | 106K | Programming |
| org | 25K | Documents |
| gnus | 15K | Mail/News |
| tramp | 8K | Remote files |
| eglot | 2K | LSP |
| transient | 3K | Menus |
## Info Access
```
C-h i Info browser
C-h i m elisp Elisp manual
C-h i m org Org manual
C-h f Describe function
C-h v Describe variable
```
## Init
```elisp
(use-package org
:config
(setq org-directory "~/org"))
(use-package eglot
:hook ((python-mode . eglot-ensure)))
```
## FloxHub
```bash
flox pull bmorphism/effective-topos
emacs --with-profile topos
```
## REPL siblings
Emacs-bridged REPLs (comint / emacsclient / tramp): `elisp` · `org-babel-execution` · `alice-emacs-mods` · `bob-emacs-mods` · `xenodium-elisp` · `sexp-neighborhood` · `proofgeneral-narya`. Atlas: `repl-commons`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.