Agent skill
elisp-development
Emacs Lisp development best practices including file templates, project structure, testing, and coding style. Use when writing Emacs Lisp packages or configuration.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/elisp-development
SKILL.md
Emacs Lisp Development Skill
When to Use
- Writing new Emacs Lisp packages
- Developing Emacs configuration
- Creating Emacs extensions or modes
- Writing tests for Elisp code
- Setting up CI/CD for Elisp projects
Core Guidelines
File Template
All Elisp files must follow the standard template: @ELISP-03-file-template.md
Project Structure
Follow proper package organization: @ELISP-02-project-structure.md
Coding Style
Adhere to Elisp conventions: @ELISP-04-coding-style.md
Testing
Write comprehensive tests: @ELISP-05-testing-guide.md
Basics
Fundamental Elisp concepts: @ELISP-01-basic.md
Examples
See the example project structure: @ELISP-99-example-project.md
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?