knowledge-patch-setup

Detect project technologies and install matching knowledge patches into Codex.

22|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Nevaberry/nevaberry-plugins --skill knowledge-patch-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: knowledge-patch-setup
Source: https://github.com/Nevaberry/nevaberry-plugins/tree/main/plugins/knowledge-patch/skills/knowledge-patch-setup
Command: npx skills add https://github.com/Nevaberry/nevaberry-plugins --skill knowledge-patch-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the alignment of model knowledge with a project's tech stack by detecting technologies and installing matching knowledge patches.

Core Features & Use Cases

  • Detects technologies used in a project and maps them to corresponding knowledge patches.
  • Installs patches into CODEX_HOME/skills with optional repo- or user-scoped hooks.
  • Provides a summary of detections and recommended patches for quick manual approval.

Quick Start

Run the knowledge_patch_setup script to scan your project and install detected patches.

Frequently Asked Questions about knowledge-patch-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically detect project technologies and install matching knowledge patches?▼

To detect project technologies and install matching knowledge patches, run the knowledge_patch_setup script. It scans your project root to identify your tech stack and maps the detected technologies to corresponding patches for installation into Codex.

Can I auto-install knowledge patches for multi-language repositories?▼

Yes, you can auto-install knowledge patches for multi-language repositories. The setup script scans the project root, detects various technologies across different stacks, and applies the matching patches automatically or proposes them for manual approval.

How do I configure repo-scoped or user-scoped hooks for patch installation?▼

You configure repo-scoped or user-scoped hooks during the patch installation process. The knowledge_patch_setup script includes optional settings to configure hook destinations, allowing you to apply patches at the repository or user level.

What is the best way to align model knowledge with my project's tech stack?▼

The best way to align model knowledge with your tech stack is using automated repo-scanning. This detects your project's technologies and installs matching knowledge patches into CODEX_HOME/skills, ensuring the model understands your specific stack.

Do I need to manually approve detected knowledge patches before installation?▼

You do not always need to manually approve detected knowledge patches. The script can auto-install patches across common stacks, but it also provides a summary of detections and recommended patches for quick manual approval when preferred.

Does knowledge patch setup work with common DevOps automation workflows?▼

Knowledge patch setup works well with DevOps automation workflows by scanning project roots and configuring patch destinations. It detects technologies and applies patches automatically, fitting seamlessly into automated repository scanning pipelines.