doc_integrate

Consolidate scattered documentation into standardized module READMEs and CHANGELOGs.

5|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/ayanjiushishuai/dev_toolkits --skill doc-integrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc_integrate
Source: https://github.com/ayanjiushishuai/dev_toolkits/tree/main/skills/doc_integrate
Command: npx skills add https://github.com/ayanjiushishuai/dev_toolkits --skill doc-integrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scattered documentation across a codebase is hard to maintain and prone to drift; this Skill consolidates disparate docs into standardized module paths and ensures alignment with code.

Core Features & Use Cases

  • Scan scattered docs and merge them into .dev_doc/<module>/ READMEs and a unified CHANGELOG.
  • Validate that documentation accurately reflects implementations, using code as the truth.
  • Update module READMEs with relevant design/plan notes and consolidate changelog entries.

Quick Start

Run /doc_integrate to start the documentation consolidation workflow.

Frequently Asked Questions about doc_integrate

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

FAQPage Schema
How do I consolidate scattered documentation into module READMEs?

To consolidate scattered documentation, this Skill scans fragmented files, merges them into standardized .dev_doc/<module>/ READMEs, validates content against current code, and updates a unified CHANGELOG.

What is the best way to align code implementations with existing documentation?

Aligning code with documentation is best handled by using code as the source of truth and verifying changes through git history to enforce accuracy between implementations and module READMEs.

How does git history help validate fragmented documentation drift?

Git history helps validate documentation drift by tracking code changes over time, allowing the consolidation process to verify that module READMEs accurately reflect the current implementation state.

Can I update a unified CHANGELOG while merging scattered docs into module paths?

Yes, you can update a unified CHANGELOG while merging scattered docs. The workflow consolidates design and plan notes into module READMEs and aggregates changelog entries simultaneously.

Does this documentation consolidation workflow require any external dependencies?

No external dependencies are required. The workflow operates independently to scan codebases with fragmented docs, validate against implementations, and merge content into standardized module paths.