Emacs interface for Claude Code with auto-response, vterm integration, and session management. Enables developers to interact with Claude Code directly within Emacs, automating code generation and terminal tasks. Connects to Claude Code API and integrates with vterm for workflow.
git clone https://github.com/ywatanabe1989/emacs-claude-code.gitEmacs interface for Claude Code with auto-response, vterm integration, and session management. Enables developers to interact with Claude Code directly within Emacs, automating code generation and terminal tasks. Connects to Claude Code API and integrates with vterm for workflow.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/ywatanabe1989/emacs-claude-codeCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I'm a developer working on [PROJECT] for [COMPANY]. I need help with [TASK] in [PROGRAMMING_LANGUAGE]. Can you provide code snippets, explain concepts, or debug issues? I'm using Emacs with the Claude Code integration. Here's the relevant code: [CODE_SNIPPET].
```lisp ;; Emacs Lisp configuration for Claude Code integration ;; Enable Claude Code mode (setq claude-code-api-key "your-api-key-here") (setq claude-code-model "claude-2") ;; Auto-response configuration (setq claude-code-auto-response t) (setq claude-code-auto-response-delay 1) ;; Vterm integration (require 'vterm) (setq claude-code-vterm-integration t) ;; Session management (defun claude-code-start-session () (interactive) (claude-code-new-session "default")) ;; Keybindings (global-set-key (kbd "C-c c c") 'claude-code-start-session) (global-set-key (kbd "C-c c r") 'claude-code-auto-response-toggle) ``` ## Features - **Auto-response**: Automatically generates code responses based on context - **Vterm Integration**: Seamless terminal interaction within Emacs - **Session Management**: Save and restore Claude Code sessions ## Usage 1. Set your API key in the configuration 2. Enable auto-response for your preferred delay 3. Use keybindings to start sessions and toggle features
AI assistant built for thoughtful, nuanced conversation
IronCalc is a spreadsheet engine and ecosystem
Service Management That Turns Chaos Into Control
Customer feedback management made simple
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan