Agent skill
neovim
Neovim modern Vim fork with Lua plugins and LSP. Use for extensible terminal editing.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/neovim
SKILL.md
Neovim
Neovim is the future of Vim. v0.11 (2025) brings built-in completion, enhanced LSP, and mature Tree-sitter integration.
When to Use
- Keyboard Centric: You never want to touch the mouse.
- Speed: You want an editor that starts in 20ms.
- Customization: You want to build your own editor using Lua.
Core Concepts
Lua Config (init.lua)
Configuration is code. Modules, loops, conditionals.
vim.opt.number = true
LSP (Language Server Protocol)
Built-in client. Connects to pyright, tsserver, rust-analyzer natively.
Tree-sitter
Parsing library for syntax highlighting. Understanding code structure (AST), not just Regex.
Best Practices (2025)
Do:
- Use a Distro (Optional): LazyVim, AstroNvim, or NvChad are great starting points for 2025.
- Use
lazy.nvim: The standard plugin manager. - Use Built-ins: v0.11 has many features (commenting, diagnostics) that used to need plugins. Check
:help news.
Don't:
- Don't copy huge configs: Understand every line you add to
init.lua.
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?