Use when interacting with the user's local Neovim instance. Requires a running Neovim instance with a socket at `.agents/neovim.sock`.
From lsnpx claudepluginhub landonschropp/agent-toolkit --plugin lsThis skill uses the workspace's default tool permissions.
scripts/edit-and-wait.shscripts/edit.shscripts/socket.shGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
This skill provides several scripts for interacting with the user's local Neovim instance.
Open a file in the user's running Neovim instance:
./skills/neovim/scripts/edit.sh --file <path>
Open a file in Neovim and block until the user saves it. Useful when the agent needs the user to review or modify a file before continuing. Exits non-zero if the file is not saved within 15 minutes.
./skills/neovim/scripts/edit-and-wait.sh --file <path>
Set the Bash tool timeout to 15 minutes (900000ms) when running this script.