knowledge-integrator

Identify impacted documentation files and propose exact diff changes.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/jonnathan-ls/ai-context-kit --skill knowledge-integrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-integrator
Source: https://github.com/jonnathan-ls/ai-context-kit/tree/main/skills/knowledge-integrator
Command: npx skills add https://github.com/jonnathan-ls/ai-context-kit --skill knowledge-integrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Docs drift when chat decisions diverge from the project's source of truth, and this skill identifies impacted files and proposes precise diffs for review.

Core Features & Use Cases

  • Proactive documentation synchronization: detects decisions in chat and locates affected docs (README.md, CLAUDE.md, docs/, architecture/), surfacing exact update proposals.
  • Structured governance: outputs a Knowledge Integration Alert format for approval before applying changes.
  • Collaboration enablement: coordinates with other skills to keep documentation up to date and consistent.

Quick Start

State the decision change and I will generate a precise diff proposal for approval.

Frequently Asked Questions about knowledge-integrator

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

FAQPage Schema
How do I keep project documentation synchronized with architectural decisions made in chat?

To synchronize project documentation with architectural decisions, this Skill identifies structural changes in chat, scans root README.md, CLAUDE.md, and docs/ directories for impacted files, and proposes precise diff updates for explicit approval before applying any edits.

What is a Knowledge Integration Alert for documentation governance?

A Knowledge Integration Alert is a structured governance output that surfaces before and after diff proposals for impacted documentation, ensuring architectural changes, business pivots, and rule updates require explicit approval before source-of-truth files are modified.

How to propose diffs for updating README.md and specs after a business pivot?

To propose diffs after a business pivot, state the decision change and the Skill will locate affected documentation in architecture/ and specs directories, producing a structured Knowledge Integration Alert with exact before/after proposals awaiting your review.

Does this docs-sync approach automatically modify CLAUDE.md and architecture files without asking?

No, this docs-sync approach does not automatically modify files; it cross-discovers impacted locations in CLAUDE.md and architecture/ directories, then awaits explicit approval before applying any proposed diff changes to the project.

What's the best way to prevent docs drift when chat decisions diverge from source-of-truth documentation?

The best way to prevent docs drift is using proactive documentation synchronization to detect decisions in chat, scan common documentation locations for impacted files, and surface exact update proposals in a structured alert format for governance review.

When do I need to scan for impacted documentation files after new personas or rule updates?

You need to scan for impacted documentation files after new personas or rule updates when structural decisions are established in chat, requiring cross-file discovery across specs and docs/ to align the project's source-of-truth documentation.