ワンクリックで
neovim
When editing Neovim config, adding plugins, or optimizing startup time
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When editing Neovim config, adding plugins, or optimizing startup time
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use this skill whenever the user wants to merge the main branch into their current branch. Triggers include phrases like "merge main", "mainをマージ", "mainを取り込む", "mainに追従", "sync with main", "mainの変更を取り込みたい", or any request to bring changes from main into a feature/working branch. Always use this skill — do not improvise git commands without it.
Template and notes when creating or updating SKILL.md files under skills/
Perspectives and rules when conducting a code review
Template, notes, and procedure when creating a Pull Request
Rules for Git commits, pushes, and PR creation
When creating, editing, or debugging GitHub Actions workflow YAML files
| name | neovim |
| description | When editing Neovim config, adding plugins, or optimizing startup time |
lazy.nvim~/.config/nvim/: Managed via dotfiles repositoryevent / ft / cmd is possibleevent = "VeryLazy"--startuptime| Event | Use Case |
|---|---|
VeryLazy | Colorschemes, UI plugins |
BufReadPre | File reading plugins |
InsertEnter | Completion, snippets |
LspAttach | LSP-dependent plugins |
cmd | Command-triggered only |
require() outside of config (it loads at startup)