Stats
Actions
Tags
From custom-skills
Neovim integration to get editor context (current file, cursor, selection) or navigate to a file after editing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/custom-skills:editorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user's primary editor is Neovim.
The user's primary editor is Neovim.
When in an IDE context, prefer mcp__ide__* tools.
Fall back to nvim-agent for anything not covered by IDE tools (e.g. cursor position).
nvim-agent referencenvim-agent filepath # Current buffer's file path
nvim-agent cursor_position # Cursor position (no IDE equivalent)
nvim-agent visual_selection # Current selection
nvim-agent diagnostics # Buffer diagnostics
nvim-agent quickfix # Quickfix items
nvim-agent filepath,cursor_position # Multiple contexts (comma-separated)
nvim-agent -- <file> # Open file
nvim-agent -- <file> +<line> # Open file at specific line
nvim-agent -- -d file1 file2 # Open diff view
npx claudepluginhub twio142/skills --plugin custom-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.