knowledge-patch-setup
SolidDetect, activate, or deactivate bundled knowledge patches.
AI & Automation 20 stars
0 forks Updated today MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Knowledge Patch Setup
Use this skill when the user wants to set up, activate, deactivate, or verify knowledge patches for a project, server, VPS, or working session.
## Workflow
1. Load `knowledge-patch:using-knowledge-patch` if it is not already loaded.
2. Read `../../catalog/patches.json`, `../../catalog/aliases.json`, and `../../catalog/detection.json`.
3. Inspect the current project and, when relevant, the server environment. A plain detection file signal checks path existence; `glob::marker` requires the matching file to contain that literal marker. Use curated terms only as supporting evidence, not as a substitute for stronger file or manifest evidence.
4. Recommend the relevant patch set. Use each catalog `short_label` in user-facing activation messages. For server-looking evidence, ask whether admin guidance is desired before treating service patches as active.
5. If the user approves activation, write priority state only. Do not copy skill files, install separate plugins, or fetch anything from the network.
6. If the user asks to deactivate or remove patches, remove the resolved patch names and their activation reasons. If the user says `none` or asks to clear all activation, write an empty `active_patches` list and empty `activation_reasons` object.
Preferred project state path:
```text
.knowledge-patch/activation.json
```
User-level fallback:
```text
$XDG_STATE_HOME/knowledge-patch/activation.json
```
Use this JSON shape:
```json
{
"schema_version": 1,...
Details
- Author
- Nevaberry
- Repository
- Nevaberry/nevaberry-plugins
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
knowledge-patch-status
Report bundled patch versions, activation state, age, and missing artifacts.
20 Updated today
Nevaberry DevOps & Infrastructure Solid
kubernetes-knowledge-patch
Kubernetes
20 Updated today
Nevaberry AI & Automation Solid
deno-knowledge-patch
Deno
20 Updated today
Nevaberry