eforge-plugin-update-docs

Detect documentation drift and enqueue an eforge build to fix it.

69|4|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/eforge-build/eforge --skill eforge-plugin-update-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eforge-plugin-update-docs
Source: https://github.com/eforge-build/eforge/tree/main/.claude/skills/eforge-plugin-update-docs
Command: npx skills add https://github.com/eforge-build/eforge --skill eforge-plugin-update-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drift-detects documentation drift for a given file or topic and enqueues an eforge build to fix it.

Core Features & Use Cases

  • Detects documentation drift for READMEs, CLAUDE.md, architecture and API docs, and enqueues focused updates.
  • Generates a precise, PRD-style build prompt and submits it to the eforge pipeline.
  • Applies across projects running eforge to keep documentation in sync after code changes.

Quick Start

Provide the target file or topic (e.g., README.md or CLAUDE.md) to begin a drift analysis and enqueue a doc-update build.

Frequently Asked Questions about eforge-plugin-update-docs

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

FAQPage Schema
How do I detect documentation drift after making code changes?

Documentation drift detection analyzes your target file or topic to identify stale, missing, or incorrect content, then validates the target exists before composing a focused update prompt to fix the drift.

Can I automate README and CLAUDE.md updates when implementation changes happen?

Yes, you can automate README and CLAUDE.md updates by drift-detecting the documentation and enqueuing a targeted eforge build that generates a precise, PRD-style prompt to sync docs with implementation changes.

What is the best way to keep architecture and API docs in sync with code?

Keeping architecture and API docs in sync is handled by identifying documentation drift for the target file, composing a focused PRD-style prompt, and enqueuing an eforge build via the MCP tool to apply the updates.

Do I need eforge running in my project to enqueue doc update builds?

Yes, this skill applies to any project running eforge, as it validates the target file exists and enqueues the doc-update build through the eforge pipeline via the MCP tool.

How does the eforge build process fix stale or missing documentation?

The eforge build process fixes stale or missing documentation by validating the target exists, identifying the specific drift, composing a focused PRD-style prompt, and enqueuing the build to report and resolve drift results.

What types of documentation files can I check for drift with eforge?

You can check READMEs, CLAUDE.md, docs/api.md, architecture notes, and other targeted docs for drift by providing the target file or topic to begin the drift analysis and build enqueue process.