update-docs

Sync openwop documentation across README, CHANGELOG, and RFCS.

1|Updated May 11, 2026
One-click install
npx skills add https://github.com/openwop/openwop --skill update-docs-openwop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/openwop/openwop/tree/main/.claude/skills/update-docs
Command: npx skills add https://github.com/openwop/openwop --skill update-docs-openwop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of keeping openwop's extensive documentation in sync with the latest changes in the repository, ensuring that the documentation accurately reflects the state of the project.

Core Features & Use Cases

  • Automated Documentation Synchronization: Syncs openwop's user-facing and contributor-facing documentation automatically after changes are landed in the repository.
  • Covered Documents: Manages multiple documents including README, CHANGELOG, INTEROP-MATRIX, ROADMAP, RFCS, QUICKSTART, PUBLISHING, MAINTAINERS, and spec site templates.
  • Documentation Surfaces: Differentiates between actual documentation surfaces and app-style documentation.
  • Drift Detection: Includes checks to detect drifts and inconsistencies in the documentation.

Quick Start

Run the update-docs skill to automatically update the openwop documentation.

Frequently Asked Questions about update-docs

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

FAQPage Schema
What is documentation drift detection and how does it work?

Documentation drift detection identifies inconsistencies between your repository state and written docs. This skill runs automated checks to prevent drifts, ensuring that surfaces like ROADMAP and INTEROP-MATRIX accurately match the latest codebase.

How to automatically update README and CHANGELOG after committing code?

To automatically update README and CHANGELOG after committing code, run this skill to sync documentation surfaces. It detects changes landed in the repository and updates the documentation content accordingly.

Does this documentation synchronization tool manage contributor-facing docs like RFCS?

Yes, this documentation synchronization tool manages contributor-facing docs like RFCS alongside QUICKSTART, PUBLISHING, and MAINTAINERS. It differentiates between actual documentation surfaces and app-style documentation to ensure comprehensive coverage.

Can I detect documentation inconsistencies across multiple project surfaces?

Yes, you can detect documentation inconsistencies across multiple project surfaces. The skill includes automated drift checks that scan managed documents like README, CHANGELOG, ROADMAP, and spec site templates to prevent content drifts.