update-guide

Update guide source Markdown files to reflect Claude Code configuration changes.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/fukukei23/claude-config --skill update-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-guide
Source: https://github.com/fukukei23/claude-config/tree/main/.claude/worktrees/make-song-analyze-song-bridge/skills/update-guide
Command: npx skills add https://github.com/fukukei23/claude-config --skill update-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents documentation drift by updating guide source Markdown files when scripts, settings, or configuration workflows change.

Core Features & Use Cases

  • Change Synchronization: Aligns guide source documents with the latest implementation details from configuration files and scripts.
  • Safe Regeneration Workflow: Uses the documented source-to-generated-content pipeline to avoid editing generated HTML directly.
  • Use Case: Maintain an internal Claude Code guide after modifying hooks, skills, settings, or operational tooling by reviewing changes and regenerating the published documentation.

Quick Start

Use the update-guide skill to review pending documentation updates and apply the approved changes.

Frequently Asked Questions about update-guide

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

FAQPage Schema
How do I keep documentation synchronized with code changes?

Keep documentation synchronized with code changes by reviewing update queues, editing source Markdown files, regenerating outputs, and validating diffs to ensure guides match the latest script and configuration updates.

Why does my generated documentation drift from the source configuration?

Generated documentation drifts when source Markdown files are not updated after modifying scripts, settings, or operational tooling, requiring a synchronization workflow to review changes and regenerate the published outputs.

What is the best way to update guide source Markdown after modifying Claude Code settings?

Update guide source Markdown by reviewing pending changes in the update queue, applying approved edits to source files, and running the documented source-to-generated-content pipeline to regenerate outputs safely.

Can I edit generated documentation directly instead of updating source Markdown?

Editing generated documentation directly is unsafe; you should edit source Markdown files and regenerate outputs through the pipeline to maintain synchronization and prevent manual changes from being overwritten.

Does this documentation maintenance workflow support validating diffs before publishing?

Yes, the documentation maintenance workflow supports validating diffs by reviewing update queues and checking the regenerated output against the source Markdown before applying the approved synchronization steps.