# Skill Neovim Research

> Research Neovim plugins, Lua configuration, and vimscript. Invoke for neovim-language research.

- Skill: `benbrastmckie/skill-neovim-research-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add benbrastmckie/skill-neovim-research-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/benbrastmckie/skill-neovim-research-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: benbrastmckie (https://skillmd.com/u/benbrastmckie)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/benbrastmckie/skill-neovim-research-3

---


# Neovim Research Skill

Thin wrapper that delegates Neovim research to `neovim-research-agent`.

<context>
  <system_context>OpenCode Neovim research skill wrapper.</system_context>
  <task_context>Delegate Neovim research and coordinate postflight updates.</task_context>
</context>

<role>Delegation skill for Neovim research workflows.</role>

<task>Validate inputs, delegate Neovim research, and update status/artifacts.</task>

<execution>See Execution Flow for preflight/delegation/postflight steps.</execution>

<validation>Validate metadata file, report artifact, and state updates.</validation>

<return_format>Brief text summary; metadata file in `specs/{N}_{SLUG}/.return-meta.json`.</return_format>

## Context References

Reference (do not load eagerly):
- Path: `.opencode/context/core/formats/return-metadata-file.md` - Metadata file schema
- Path: `.opencode/context/core/patterns/postflight-control.md` - Marker file protocol
- Path: `.opencode/context/core/patterns/file-metadata-exchange.md` - Metadata handling
- Path: `.opencode/context/core/patterns/jq-escaping-workarounds.md` - jq workaround patterns
- Path: `.opencode/context/index.md` - Context discovery index

## Trigger Conditions

- Task language is neovim
- /research command invoked

## Execution Flow

1. Validate task and status.
2. Update status to researching.
3. Create postflight marker file.
4. Delegate to `neovim-research-agent` via Task tool.
5. Read metadata file and update state + TODO.
6. Link research artifact and commit.
7. Clean up marker and metadata files.

