Adding agent skills to Claude.

This commit is contained in:
Howard Abrams 2026-06-17 15:39:24 -07:00
parent f5881248f9
commit c0a1d5c2d7

View file

@ -108,6 +108,17 @@ The configuration for [[https://github.com/zackattackz/agent-shell-notifications
;; While that code is _supposed_ to do this, I seem to need to do this manually:
(require 'agent-shell-notifications-knockknock))
#+END_SRC
I might switch to [[https://github.com/cxa/agent-shell-macext#start-of-content][agent-shell-macext]] if I cant get KnockKnock to work well on my Linux system.
*** Agent Skills
The following pulls in [[https://github.com/xenodium/emacs-skills][emacs-skills]], a Claude Agent skills for Emacs:
#+BEGIN_SRC emacs-lisp
(use-package emacs-skills
:straight (:type git :host github :repo "xenodium/emacs-skills"))
#+END_SRC
The most helpful is =/open= that you run afterwards to pull the changes into buffers for complete review. Use the =/highlight= variation to see the changes highlighted.
*** Agent Sidebar
Using the [[https://github.com/cmacrae/agent-shell-sidebar][agent-shell-sidebar]] project, we can easily open/close the Agent buffer window: