Claude Code Plugins

Community-maintained marketplace

Feedback

nvim-plugin

@zuqini/dotfiles
0
0

Guidelines for Neovim plugin development. Use when working on Neovim plugins, Lua files for Neovim, or vim plugin repositories.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name nvim-plugin
description Guidelines for Neovim plugin development. Use when working on Neovim plugins, Lua files for Neovim, or vim plugin repositories.

Neovim Plugin Development

Instructions

When working on Neovim plugins:

  1. Documentation: Always update both the README.md and the vimdocs after making code changes
  2. Commits: Follow proper open-source commit message standards
  3. Testing: Run tests with nvim -u NONE --headless -S run_tests.lua (only if there were code changes)