nvr-open

Installation
SKILL.md

Open Files in Neovim Remote

Purpose

Open files at specific lines in the correct neovim instance for the current project. This skill automatically discovers which neovim socket corresponds to the current working directory and opens the requested file.

When to Use This Skill

Use this skill whenever the user requests opening, viewing, or navigating to a file or specific line:

  • "Open database.py at line 45"
  • "Show me the TODO in config.yaml"
  • "Navigate to the error on line 23 of server.js"
  • "View the code at src/utils/helper.py"
  • "Open that file we just talked about"

To handle file opening requests, parse the user's intent to extract the file path and line number (if provided), then invoke this skill.

Current Workspace (Auto-Captured)

Related skills
Installs
4
GitHub Stars
1
First Seen
Feb 28, 2026