NevaberryNevaberry
About
Pricing
PrivacyTerms
  • NevaberryNevaberry
  • AI Plugins
  • STEM Toolbox
  • Convert
  • About
  • Pricing
  • PrivacyTerms

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": {
    "typescript-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
## Knowledge Patches

**CRITICAL**: 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 the technologies used in this project that are beyond your training data cutoff.

**Rules:**
- When a knowledge patch plugin is loaded for a technology you are working with, you MUST prefer information from the patch over your training data
- If you are unsure about an API, syntax, or feature — check whether a loaded knowledge patch covers it before falling back to your training data
- Never ignore or skip knowledge patch content — it exists specifically because your training data is outdated for these technologies

**Loaded patches in this project:**
- TypeScript (`typescript-knowledge-patch@nevaberry-plugins`)
- Next.js (`nextjs-knowledge-patch@nevaberry-plugins`)
- Bun (`bun-knowledge-patch@nevaberry-plugins`)
- PostgreSQL (`postgresql-knowledge-patch@nevaberry-plugins`)

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.

Testing in Gemini CLI

Verifying the plugin works in Gemini CLI

Resources

Vercel Skills Documentation

Learn about the open agent skills ecosystem

Claude Code Skills Guide

Official documentation for Claude Code plugins

Available Skills