with one click
dotfiles
dotfiles contains 2 collected skills from zachdaniel, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Interact with the user's running Neovim instance via RPC. Use this skill when you need to execute Lua or Vimscript inside Neovim, query buffer state, send commands, or interact with the Neovim runtime in any way. Triggers when the user asks about their current Neovim session, wants to run something inside Neovim, or when you need to inspect Neovim state (buffers, windows, options, LSP, etc.). Also use when running inside a Neovim terminal and needing to communicate with the parent editor.
Review GitHub PRs created or updated since the last check. Use when the user invokes /pr-review or asks to review new/recent PRs. Analyzes for architectural concerns, code quality, hacks, sensitive areas, and Ash Framework best practices.