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-pluginsUses 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
}
}$ npx skills add Nevaberry/nevaberry-pluginsWorks 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
Claude Code native install
Installing via Claude marketplace add command
Multi-AI install (npx skills)
Using Vercel's npx skills add for any AI
Installing in Claude Cowork
Converting Markdown to a live site with Bun