kc-plugin-forge-doc-sync

Align plugin documentation with code changes through a multi-phase sync workflow.

3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/iamcxa/kc-claude-plugins --skill kc-plugin-forge-doc-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kc-plugin-forge-doc-sync
Source: https://github.com/iamcxa/kc-claude-plugins/tree/main/kc-plugin-forge/skills/kc-plugin-forge-doc-sync
Command: npx skills add https://github.com/iamcxa/kc-claude-plugins --skill kc-plugin-forge-doc-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aligns plugin docs with code changes to prevent documentation drift.

Core Features & Use Cases

  • Static scan to inventory source files and docs
  • History-enriched gap reporting and automatic documentation updates
  • Phase-driven workflow: static scan, history enrichment, write/update, live probe, and self-update

Quick Start

Run the doc-sync workflow to scan, compare, and update plugin documentation.

Frequently Asked Questions about kc-plugin-forge-doc-sync

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

FAQPage Schema
How do I automate plugin documentation alignment with code changes?

Automate plugin documentation alignment by running a multi-phase workflow that statically scans source files, enriches history, and updates docs to prevent documentation drift. This process validates SKILL.md, hooks, and cross-references against the actual codebase.

What is documentation drift and how does static analysis detect gaps?

Documentation drift occurs when docs become outdated relative to code. Static analysis detects these gaps by inventorying source files and docs, categorizing discrepancies during history enrichment, and driving automated updates to keep knowledge management accurate.

How to validate SKILL.md hooks and cross-references during a static scan?

Validate SKILL.md, hooks, and cross-references by executing a static scan phase that inventories source files and docs. This phase categorizes alignment gaps and ensures plugin documentation accurately reflects the current codebase state.

Can I use doc-sync for automatic documentation updates in the kc-plugin-forge ecosystem?

Yes, doc-sync supports the kc-plugin-forge ecosystem by applying a phase-driven workflow. It performs static scans, history enrichment, write and update phases, live probes, and self-updates to automatically generate gap reports and align documentation.

What's the best way to report documentation gaps using static analysis?

The best way to report documentation gaps is through history-enriched static analysis. This approach inventories source files, categorizes doc drift gaps across multiple workflow phases, and outputs actionable reports to drive documentation improvements.

Why does documentation drift happen and when do I need automated doc-sync?

Documentation drift happens when code changes outpace manual updates. You need automated doc-sync when managing plugins in the kc-plugin-forge ecosystem to validate hooks and docs during static scans, ensuring cross-references remain consistently aligned.