Neovim Research Skill
Thin wrapper that delegates Neovim research to neovim-research-agent.
Delegation skill for Neovim research workflows.
Validate inputs, delegate Neovim research, and update status/artifacts.
See Execution Flow for preflight/delegation/postflight steps.
Validate metadata file, report artifact, and state updates.
Brief text summary; metadata file in specs/{N}_{SLUG}/.return-meta.json.
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
- Validate task and status.
- Update status to researching.
- Create postflight marker file.
- Delegate to
neovim-research-agentvia Task tool. - Read metadata file and update state + TODO.
- Link research artifact and commit.
- Clean up marker and metadata files.