Add and configure Neovim plugins in this dotfiles repo using lazy.nvim. Use when asked to install a plugin, create its config module, update lazy.nvim imports, read plugin README/docs, and add keymaps without conflicting with existing mappings under config/nvim.
6.1
Rating
0
Installs
Tools & Utilities
Category
High-quality skill for adding Neovim plugins with lazy.nvim. The description clearly explains when to invoke the skill (plugin installation, configuration, keymap management). The 7-step workflow is comprehensive, covering inspection, documentation reading, module creation, registration, collision detection, configuration, and validation. Structure is excellent with clear sections and repo conventions. Task knowledge is strong with specific commands (rg for searching), file paths, and best practices. Novelty is moderate-to-good: while adding plugins is straightforward, the skill meaningfully reduces token cost by encoding keymap collision checking, lazy.nvim spec patterns, repo-specific conventions, and multi-step validation that would require many back-and-forth exchanges for a CLI agent to discover organically.
Loading SKILL.md…

Skill Author