ThorstenRhauThorstenRhauCommunity·2 Agent Skills Included

neovim

Audit Neovim Lua configurations for correctness and stale wiring

Audits Neovim 0.12+ Lua configurations for correctness, compatibility, and stale plugin wiring. Checks startup order, keymaps, formatter and linter setup, and plugin declarations against current documentation. Produces read-only, severity-ordered findings with exact file locations and minimal fix directions.
npx skills add ThorstenRhau/neovim --all -g -y
Available:

Tells your AI agent how this Neovim config is structured, which plugin and validation conventions to follow, and which commands are safe or forbidden when working in the repository.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ThorstenRhau/neovim?

Run `npx skills add ThorstenRhau/neovim --all -g -y` in your terminal to install all skills in this repository globally.

How to audit a Neovim Lua config?

Use the neovim-config-review skill to run a read-only audit that checks plugin declarations, keymaps, formatters, linters, and Neovim 0.12 API usage against current documentation.

Does the review skill modify my config?

No. It is strictly read-only and never edits files, installs dependencies, updates plugins, or touches your Neovim state.

What does the audit report include?

Findings are ordered by severity with exact file paths and line numbers, observed versus expected behavior, impact, and a minimal fix direction for each issue.

Which Neovim version does this config target?

The configuration and review skill target Neovim 0.12+ using native vim.pack plugin management and Homebrew-installed LSP servers, formatters, and linters.

Related Repositories in Software Engineering

View All in Software Engineering