update-kb

Synchronize knowledge base documentation with the current codebase.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/jayprimer/pmc-marketplace --skill update-kb-jayprimer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-kb
Source: https://github.com/jayprimer/pmc-marketplace/tree/main/plugins/pmc/skills/update-kb
Command: npx skills add https://github.com/jayprimer/pmc-marketplace --skill update-kb-jayprimer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aligns knowledge base documentation with the live codebase to prevent drift and improve accuracy for developers and operators.

Core Features & Use Cases

  • Full audits: validate the entire codebase against KB docs and refresh maps, PRDs, patterns, SOPs, and user-facing documentation.
  • Incremental updates: apply changes only to touched areas to minimize drift and maintenance effort.
  • Targeted reviews: focus on specific modules (API, CLI, UI) to fix gaps and keep docs current.

Quick Start

Perform a full audit to align the knowledge base with the current codebase.

Frequently Asked Questions about update-kb

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

FAQPage Schema
How do I sync knowledge base documentation with my codebase?

To sync knowledge base documentation with your codebase, perform a full audit to validate the entire repository against existing docs, refreshing code maps, PRDs, patterns, and SOPs to accurately reflect the current code.

How does incremental documentation update work for recently modified code?

Incremental documentation updates apply changes only to touched code areas, minimizing drift and maintenance effort by targeting specific modules instead of refreshing the entire knowledge base.

What is a codebase documentation audit for PRDs and SOPs?

A codebase documentation audit validates the live repository against your knowledge base, ensuring PRDs, SOPs, patterns, and user-facing docs accurately reflect the current code to prevent drift.

Can I run a targeted documentation review for specific API or CLI modules?

Yes, you can run targeted reviews to focus on specific modules like API, CLI, or UI, fixing documentation gaps and keeping knowledge base docs current without scanning the entire codebase.

What do I need to perform a full knowledge base audit?

Performing a full knowledge base audit requires a defined KB structure, an established audit workflow, and access to repository artifacts to accurately validate and refresh the documentation.

When should I use full versus incremental codebase documentation updates?

Use full updates to validate the entire codebase against KB docs during major reviews, and use incremental updates for routine maintenance to apply changes only to touched areas and minimize drift.