Back to list
kyoh86

denops-author

by kyoh86

all of me in the computer

8🍴 0📅 Jan 23, 2026

SKILL.md


name: denops-author description: Best practices for Denops plugin implementation drawn from lambdalisue's Denops plugins. Use when Codex needs concrete patterns for buffer/local/global/env vars, key mappings, and Vimscript/TypeScript boundaries in Denops plugins based on those repos.

Denops Author Practices (lambdalisue)

Use this skill to ground Denops implementation details in lambdalisue's Denops plugins only.

Quick reference (examples-based patterns)

Workflow

  1. Identify the task type (buffer vars, mappings, global/env vars, dispatcher/API boundary).
  2. Open references/denops-author-examples.md and extract the closest matching example.
  3. Follow the same structure and naming conventions; adapt to the target plugin but keep the pattern.
  4. When responding, cite the example file path and explain the rationale briefly.

Notes

  • Keep Vimscript responsibilities minimal; push logic into Denops TypeScript where possible.
  • Prefer @denops/std modules for Vim interactions instead of raw denops.call when an example shows that pattern.
  • Use buffer-local mappings and <Plug> indirections as shown in the references.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon