What problem does it solve? Setting up or restructuring a Neovim configuration is error-prone: plugin manager bootstrapping, lockfile handling, and module organization often cause startup failures and inconsistent setups. This Skill guides the creation, migration, and maintenance of a clean modular Neovim config built on lazy.nvim and mini.nvim. ## Core Features & Use Cases - Config Bootstrapping: Generates a modular init.lua with lazy.nvim bootstrap, lua/options, and lua/plugins structure. - mini.nvim Configuration: Provides recipes and sensible defaults for mini.files, mini.surround, mini.comment, mini.statusline, mini.starter, mini.pick, and more. - Migration Support: Includes a checklist for converting packadd or mini.deps based configs to lazy.nvim with lockfile regeneration. - Use Case: You have an existing Neovim config using mini.deps and want to switch to lazy.nvim with one plugin spec file per feature, then verify with :Lazy sync and :checkhealth. ## Quick Start Ask the agent to set up a new Neovim config using lazy.nvim and mini.nvim with mini.files, mini.surround, and mini.statusline enabled.