Skip to main content

skill-neovim-implementation

Implement Neovim Lua configuration with validation. Invoke for neovim-language implementation.

インストールへ移動

ソース情報

リポジトリ
benbrastmckie/ModelChecker
ソースの最終更新活動
2026年3月3日 19:41
検出された SKILL.md の言語
英語
スター
13
フォーク
3

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
skill-neovim-implementation
description
Implement Neovim Lua configuration with validation. Invoke for neovim-language implementation.
allowed-tools
Task, Bash, Edit, Read, Write
context
fork
agent
neovim-implementation-agent
# Neovim Implementation Skill Thin wrapper that delegates Neovim implementation to `neovim-implementation-agent`. <context> <system_context>OpenCode Neovim implementation skill wrapper.</system_context> <task_context>Delegate Neovim implementation and coordinate postflight updates.</task_context> </context> <role>Delegation skill for Neovim implementation workflows.</role> <task>Validate inputs, delegate Neovim implementation, and update status/artifacts.</task> <execution>See Execution Flow for preflight/delegation/postflight steps.</execution> <validation>Validate metadata file, summary 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 - /implement command invoked - Task has implementation plan ## Execution Flow 1. Validate task, status, and plan exists. 2. Update status to implementing. 3. Create postflight marker file. 4. Delegate to `neovim-implementation-agent` via Task tool. 5. Read metadata file and update state + TODO. 6. Link implementation artifacts and commit. 7. Clean up marker and metadata files.
GitHubで見る