knowledge-patch-setup

Installation
SKILL.md

Use this skill when the user wants to set up knowledge patches for a project or verify which patches match a repo.

Workflow

  1. Resolve the project root with:

    git rev-parse --show-toplevel 2>/dev/null || pwd
    
  2. Scan the project:

    python3 ../../scripts/knowledge_patch_setup.py scan --project-root "<project-root>" --format json
    
  3. Summarize the detected installable patches and why they matched. Mention that detection is heuristic and the user can also select any available patch manually.

  4. If the user did not specify patches to install, ask. Default to all detected patches.

Related skills
Installs
3
GitHub Stars
19
First Seen
Apr 28, 2026