From asi
Provides Emacs Lisp reference with code examples for functions, macros, hooks, advice, and Info navigation. Useful for Emacs extension development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:elispThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Emacs Lisp reference (106K lines info).
Emacs Lisp reference (106K lines info).
(defun greet (name)
"Greet NAME."
(message "Hello, %s!" name))
(let ((x 1) (y 2))
(+ x y))
(defmacro when-let ((var expr) &rest body)
`(let ((,var ,expr))
(when ,var ,@body)))
(add-hook 'after-init-hook #'my-setup)
(remove-hook 'before-save-hook #'delete-trailing-whitespace)
(advice-add 'find-file :before #'my-before-find-file)
(advice-add 'save-buffer :after #'my-after-save)
C-h i m elisp RET
C-h f <function>
C-h v <variable>
This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Adj
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
npx claudepluginhub plurigrid/asi --plugin asiProvides knowledge of Emacs ecosystem: elisp programming, Org-mode documents, Gnus mail/news, Tramp remote files, Eglot LSP client.
Retrieves documentation, source code, and examples for Elixir Hex packages like Phoenix, Ecto, and Credo, prioritizing local deps and fetching as needed.
Adds Emacs channel to NanoClaw for interactive chat buffer and org-mode integration in Doom, Spacemacs, or vanilla Emacs via local HTTP bridge.