Claude-skill-registry emacs-testing

Test changes in a dedicated Emacs session. Good for validating behavior and UI results.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/emacs-testing" ~/.claude/skills/majiayu000-claude-skill-registry-emacs-testing && rm -rf "$T"
manifest: skills/data/emacs-testing/SKILL.md
source content

Before starting, you MUST ask me if you have permission to test in the existing Emacs server. If not, start a new Emacs daemon server:

emacs --daemon=kele-testing
.

Send commands to the Emacs with:

emacsclient --eval
. If I did not give permission to run in the existing server, use
emacsclient -s kele-testing --eval
.

If you created a separate daemon server, terminate it once you are done testing.