_update-claude-md

Automate idempotent updates to CLAUDE.md documentation files.

34|6|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/flavien-ia/hypervibe-harness --skill update-claude-md-flavien-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _update-claude-md
Source: https://github.com/flavien-ia/hypervibe-harness/tree/main/skills/_update-claude-md
Command: npx skills add https://github.com/flavien-ia/hypervibe-harness --skill update-claude-md-flavien-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual effort of keeping project documentation synchronized with infrastructure changes, ensuring that the CLAUDE.md file remains an accurate, up-to-date source of truth for the project stack, commands, and conventions.

Core Features & Use Cases

  • Idempotent Updates: Safely adds or updates entries in CLAUDE.md without creating duplicate lines or corrupting existing content.
  • Intelligent Section Management: Automatically creates missing sections and intelligently places new information in the correct, standardized location.
  • Use Case: When a new database or environment variable is added to a project, this skill ensures the documentation is updated instantly to reflect the change, preventing configuration drift.

Quick Start

Ask the agent to add a new command to the key commands section of the CLAUDE.md file.

Frequently Asked Questions about _update-claude-md

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

FAQPage Schema
How do I automatically update CLAUDE.md project documentation?

You can automatically update CLAUDE.md project documentation using a skill that performs idempotent read, edit, and write operations on markdown files. It safely modifies stack definitions, command references, and coding conventions without creating duplicate lines or corrupting existing content.

What is idempotent markdown file modification and how does it prevent configuration drift?

Idempotent markdown file modification is the process of safely adding or updating entries in documentation files without creating duplicates. It prevents configuration drift by ensuring that when new databases or environment variables are added, the documentation instantly reflects the change as an accurate source of truth.

Do I need Node.js to manage coding conventions in CLAUDE.md?

Yes, you need a Node.js runtime environment and standard file system access to manage coding conventions in CLAUDE.md. The automated documentation process requires this environment to execute read, edit, and write operations on the project-level markdown files.

How to add a new command to the key commands section without duplicating lines?

To add a new command to the key commands section without duplicating lines, instruct the agent to update the CLAUDE.md file. The skill uses intelligent section management to automatically create missing sections and place new information in the correct, standardized location idempotently.

What happens if a section is missing when updating project stack definitions?

When a section is missing during project stack definition updates, the skill automatically creates the missing section. It intelligently places new information regarding infrastructure changes into the correct, standardized location within the CLAUDE.md file.