Claude Code Plugins

Community-maintained marketplace

Feedback
97
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name emacs-testing
description Test changes in a dedicated Emacs session. Good for validating behavior and UI results.

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.