doc-sync

Cross-references documentation files against public APIs, endpoints, and configuration options to generate an issue report.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/BoardPandas/project-coder --skill doc-sync-boardpandas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-sync
Source: https://github.com/BoardPandas/project-coder/tree/main/.claude/skills/doc-sync
Command: npx skills add https://github.com/BoardPandas/project-coder --skill doc-sync-boardpandas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your project documentation accurately reflects the current state of your codebase, preventing outdated information and improving developer onboarding and maintenance.

Core Features & Use Cases

  • Stale Doc Detection: Identifies documentation referencing non-existent code elements or APIs.
  • Missing Doc Identification: Pinpoints public APIs, endpoints, or configurations lacking any documentation.
  • Consistency Checks: Verifies code examples, version numbers, and file paths within documentation against the codebase.
  • Use Case: After a major refactor, run this Skill to automatically find and flag all the README sections that now point to deprecated functions or incorrect file paths.

Quick Start

Run the doc-sync skill to synchronize documentation with the current codebase.

Frequently Asked Questions about doc-sync

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

FAQPage Schema
How do I find outdated documentation referencing non-existent code elements after a refactor?

To find outdated documentation referencing non-existent code elements after a refactor, cross-reference your documentation files against the current public API surfaces. This process identifies stale docs and generates a detailed report proposing specific changes for accuracy.

What is the best way to identify missing documentation for public APIs and endpoints?

The best way to identify missing documentation for public APIs and endpoints is to scan the codebase against existing documentation files. This highlights undocumented configurations and APIs, producing a report detailing the gaps.

How do I check documentation consistency for code examples and file paths?

To check documentation consistency for code examples and file paths, verify the documentation against the current codebase. This consistency check ensures all referenced paths, examples, and version numbers match the actual project configuration.

Can I synchronize project documentation with my codebase without external dependencies?

Yes, you can synchronize project documentation with your codebase without external dependencies. The skill operates standalone to cross-reference files and APIs, requiring no additional setup to generate its synchronization report.

Does this documentation sync tool automatically fix stale README sections?

No, this documentation sync tool does not automatically fix stale README sections. It generates a detailed report identifying issues and proposing changes, leaving the actual modification of the files to the developer.