Agent skill
update-neovim-plugins
Update LazyVim and all neovim plugins to their latest versions
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/update-neovim-plugins
SKILL.md
Update Neovim Plugins
This skill updates all neovim plugins managed by lazy.nvim to their latest versions.
Task
You should:
- Check if neovim is installed and accessible
- Open neovim and run the lazy.nvim sync command to update all plugins
- Check for any errors or warnings during the update
- Report which plugins were updated
- Suggest any breaking changes or configuration updates needed
Commands
To update plugins in neovim:
nvim --headless "+Lazy! sync" +qa
To check the lazy.nvim log:
cat ~/.local/state/nvim/lazy.nvim.log
What to Check
- LazyVim itself
- All plugins in
~/.dotfiles/nvim/lua/plugins/ - Any deprecated plugins or APIs
- Breaking changes in major version updates
- Compatibility with current neovim version
Output
Provide a summary of:
- Number of plugins updated
- Any new features available
- Any configuration changes recommended
- Any errors encountered
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?