skill-neovim-research
Research Neovim plugins, Lua configuration, and vimscript. Invoke for neovim-language research.
소스 정보
- 저장소
- benbrastmckie/ModelChecker
- 최근 소스 활동
- 2026년 3월 3일 19:41
- 감지된 SKILL.md 언어
- 영어
- 스타
- 13
- 포크
- 3
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- skill-neovim-research
- description
- Research Neovim plugins, Lua configuration, and vimscript. Invoke for neovim-language research.
- allowed-tools
- Task, Bash, Edit, Read, Write
- context
- fork
- agent
- neovim-research-agent
# 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.
GitHub에서 보기