Skip to content

Vim/Neovim plugin integration #81

@elijahr

Description

@elijahr

Problem

Spellbook currently supports Claude Code, OpenCode, Codex, Gemini CLI, and Crush. Vim/Neovim users with AI coding plugins (Copilot Chat, Avante.nvim, CodeCompanion.nvim, etc.) cannot use spellbook skills.

Concept

Create an integration layer that makes spellbook skills available to Neovim AI plugins:

Option A: MCP Client Support

Some Neovim plugins support MCP servers. If spellbook's MCP server is accessible, skills could be invoked through the existing MCP interface.

Option B: Neovim Plugin

A dedicated Neovim plugin that:

  • Loads skill descriptions and triggers
  • Injects relevant skill context into AI assistant prompts
  • Provides a telescope picker for browsing/invoking skills

Option C: Universal Context Injection

A lighter approach: generate a context file that any AI plugin can load as a system prompt, similar to how CLAUDE.md works but in a format Neovim plugins understand.

This Is a Community Contribution Opportunity

This requires someone deeply embedded in the Neovim ecosystem. The spellbook team can provide architecture guidance and review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions