Nevaberry/nevaberry-plugins

17 stars · Last commit 2026-04-07

Plugins and Knowledge Patches for AI - filling gaps in Claude's knowledge about language and framework features released after training cutoff

README preview

# Nevaberry Plugins

Plugins and knowledge patches for coding agents. Knowledge patches fill gaps left by model training cutoffs.

## Install

Install the meta-plugin to auto-detect your project's stack and install matching patches:

```
/install-plugin nevaberry-plugins/knowledge-patch
```

Or:

```sh
npx skills add https://github.com/nevaberry/nevaberry-plugins --skill knowledge-patch
```

Then run `/knowledge-patch-setup` to scan your project (package.json, Cargo.toml, go.mod, etc.) and install matching patches automatically.

View full repository on GitHub →