---
slug: "nevaberry-plugins"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/nevaberry/nevaberry-plugins@main/README.md"
repo: "https://github.com/nevaberry/nevaberry-plugins"
source_file: "README.md"
branch: "main"
---
# nevaberry-plugins

Knowledge Patch is a fleet of SKILL.md files that fill the gap between an LLM's knowledge cutoff and today.

Nevaberry mines ~90 technologies (Kubernetes, Bun, Next.js, RHEL, Dioxus, Rust) and extracts what current models do not yet know, compressed into topic-organized skills. Every release is benchmarked against frontier models and the extraction process is refined on those results.

Why: Claude or Codex loaded with the knowledge-patch plugin uses the newest syntax and API on the first try, instead of confidently generating last year's deprecated API.

<https://nevaberry.com/en/knowledge-patch>

## Install

Claude Code:

```text
/plugin marketplace add Nevaberry/nevaberry-plugins
/plugin install knowledge-patch@nevaberry
/knowledge-patch:knowledge-patch-setup
```

Codex: `codex plugin marketplace add Nevaberry/nevaberry-plugins`, install `knowledge-patch` from `/plugins`, start a new session, then run `$knowledge-patch-setup`.

The plugin is fully offline, works in both CLIs, and needs no credentials. See `plugins/knowledge-patch/README.md` for skills, activation, hooks, and versioning.

Knowledge patches are derived from the respective projects' official release notes and documentation. This project is not affiliated with or endorsed by those projects.
