nvim
Neovim/LazyVim configuration. Use when working with Neovim config, plugins, keymaps, or TreeSitter queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Neovim/LazyVim configuration. Use when working with Neovim config, plugins, keymaps, or TreeSitter queries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Convert a message from standard Markdown to Slack's mrkdwn formatting and copy it to the clipboard, ready to paste into Slack. Trigger phrases "copy for slack", "/copy-for-slack", "format this for slack", "slackify this", "make this slack-ready", "copy that to slack", "give me a slack version".
Create or update GitHub pull requests for jj branches, including stacked PRs, existing PR updates, signed pushes, bookmark handling, PR body/title formatting, BLUF descriptions, dual BLUF (stack goal + this-PR goal) for stacked PRs, stack sections, and body-file based gh commands. Use whenever creating a PR, updating a PR after review fixes, pushing PR branch changes, or editing PR descriptions.
Jujutsu VCS workflows and custom aliases. Use when working with jj commands, commits, revsets, or version control operations.
Create a jujutsu commit with a well-crafted commit message based on the current diff and your commit style.
Evaluate an RTK version upgrade for safety and compatibility before updating
Mise taskrunner automation patterns. Use when adding, modifying, migrating, converting, or rewriting tasks, running commands, or understanding task structure.
| name | nvim |
| description | Neovim/LazyVim configuration. Use when working with Neovim config, plugins, keymaps, or TreeSitter queries. |
| user-invocable | false |
packages/nvim/lazy-lock.json for version pinningpackages/nvim/
├── init.lua # Entry point
├── lazy-lock.json # Plugin version lock file
└── lua/
├── config/ # Core config (autocmds, keymaps, options)
├── plugins/ # Plugin specs (lazy.nvim format)
└── util/ # Custom utilities
mise run nvim:restore - Restore plugins to locked versionsmise run nvim:update - Update plugins and lock fileWhen adding/modifying plugins:
lua/plugins/<name>.luaopts, config, dependenciesmise run nvim:update to update lock fileQuery overrides go in after/queries/<language>/ following standard Neovim patterns.
lua/plugins/