From mason-lsp
Format, lint, or type-check code using Neovim Mason tools. Use when asked to format files, fix lint errors, run a linter, or check types.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mason-lsp:mason-toolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI tools installed via Neovim Mason are available on PATH at `~/.local/share/nvim/mason/bin/`.
CLI tools installed via Neovim Mason are available on PATH at ~/.local/share/nvim/mason/bin/.
Run ls ~/.local/share/nvim/mason/bin/ to discover available tools, then use them directly. Common examples:
stylua <file> — format Luaruff check <file> / ruff format <file> — lint/format Pythonprettier --write <file> — format JS/TS/CSS/HTML/JSON/YAMLnpx claudepluginhub orestesk/claude-plugins --plugin mason-lspGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.