Agent skill
emacs
Emacs extensible text editor with Lisp. Use for terminal editing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/emacs
SKILL.md
GNU Emacs
Emacs is an operating system masquerading as an editor. v29+ (2025) features built-in Eglot (LSP), Tree-sitter, and Native Compilation for speed.
When to Use
- Lisp Hackers: Configured in Elisp.
- Org Mode: The best note-taking/GTD system in existence.
- Magit: The best Git interface ever made.
Core Concepts
Buffers & Windows
Everything is a buffer (files, terminals, games). Windows display buffers.
Key Chords
C-x C-s (Save). M-x (Execute command).
Emacs relies heavily on Ctrl and Meta (Alt/Option).
Org Mode
Structured plain text. Todos, tables, code execution (Babel).
Best Practices (2025)
Do:
- Use
use-package: The standard macro for tidy configuration. - Enable Native Comp:
(setq native-comp-async-report-warnings-errors nil). Massive speedup. - Try Doom Emacs: A pre-configured distribution optimized for Vimmers (Evil mode).
Don't:
- Don't fear the pinky: Remap
Caps LocktoCtrlimmediately.
References
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?