NevaberryNevaberry
AI Plugins
OpenCodeCommit
Linux
About
  • NevaberryNevaberry
  • AI Plugins
  • OpenCodeCommit
  • Linux
  • About

    AI Plugins - Knowledge Patches

    Install once and get up-to-date knowledge across Claude Code, Gemini CLI, Codex CLI, and more.

    Install with either command, or use both methods

    Claude Code (native install, recommended)
    $ /plugin marketplace add Nevaberry/nevaberry-plugins

    Uses Claude Code's built-in plugin system

    Or enable manually:

    .claude/settings.json
    {
      "enabledPlugins": {
        "bun-knowledge-patch@nevaberry-plugins": true,
        "rust-knowledge-patch@nevaberry-plugins": true,
        "dioxus-knowledge-patch@nevaberry-plugins": true
      }
    }
    Gemini CLIOpenAIOpenAI
    All AI agents (via Vercel)
    $ npx skills add Nevaberry/nevaberry-plugins

    Works with Claude Code, Gemini CLI, Copilot, Cursor, and more

    Keep knowledge fresh: In Claude Code, run /plugin, then enable auto-update in marketplace settings for Nevaberry to receive the latest patches automatically.

    Add to your CLAUDE.md

    Paste this into your project's CLAUDE.md to ensure knowledge patches are always respected

    CLAUDE.md
    ## CRITICAL: Always Load Knowledge Patch Skills
    
    This project uses Nevaberry knowledge patch plugins (configured in `.claude/settings.json`). These plugins contain up-to-date API references, migration guides, and breaking changes for technologies beyond your training data cutoff. **You MUST invoke these skills before any code work, even at 1% relevance:**
    
    - `nextjs-knowledge-patch` — any Next.js routing, App Router, server actions
    - `bun-knowledge-patch` — any Bun runtime, package management, bundling
    - `postgresql-knowledge-patch` — any SQL queries, MERGE, JSON functions
    - `postgis-knowledge-patch` — any spatial queries, geography types
    
    Without these patches you will generate outdated code that won't compile or uses deprecated APIs.
    
    

    Knowledge patch demo

    Rust 1.85-1.93 Knowledge Patch - click images to expand

    Before patch
    After patch

    Installation demos

    Your browser does not support video playback.

    Claude Code native install

    Installing via Claude marketplace add command

    Your browser does not support video playback.

    Multi-AI install (npx skills)

    Using Vercel's npx skills add for any AI

    Your browser does not support video playback.

    Installing in Claude Cowork

    Converting Markdown to a live site with Bun

    Resources

    Vercel Skills Documentation

    Learn about the open agent skills ecosystem

    Claude Code Skills Guide

    Official documentation for Claude Code plugins

    Available Skills