update-docs

Synchronize CLAUDE.md, README.md, and architecture references with code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps project documentation aligned with the latest code changes by reading the authoritative sources and applying updates without guessing.

Core Features & Use Cases

  • Automates synchronization of CLAUDE.md, README.md, and architecture references.
  • Enforces documented update rules so changes are consistently reflected across docs.
  • Use Case: after a code refactor, run this skill to update all user-facing docs to reflect new interfaces and behaviors.

Quick Start

Run the update-docs workflow after code changes to refresh all documentation and align it with the current source of truth.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I keep project documentation in sync with code changes after a refactor?

To keep documentation in sync with code changes, you can run an automated workflow that reads authoritative source files and updates CLAUDE.md, README.md, and architecture references to reflect new interfaces and behaviors without guessing.

What is the best way to update README.md and architecture references automatically?

The best way to update README.md and architecture references automatically is by enforcing documented update rules and formatting through a synchronization workflow that reads the current codebase as the source of truth.

How does docs synchronization apply traceability and consistency across CLAUDE.md files?

Docs synchronization applies traceability and consistency by reading the authoritative codebase sources and applying updates to CLAUDE.md while strictly enforcing the repository's documented formatting rules.

Do I need any dependencies to synchronize documentation with my codebase?

You do not need any external dependencies to synchronize documentation with your codebase, as the workflow operates internally to apply update rules and formatting without requiring additional packages.

When should I run a documentation update workflow for my codebase?

You should run a documentation update workflow immediately after code changes or refactors to refresh all user-facing documentation and align it with the current source of truth in your codebase.

Can I enforce repository formatting rules when updating CLAUDE.md and README.md files?

Yes, you can enforce repository formatting rules when updating CLAUDE.md and README.md files, as the synchronization process applies the documented update rules to ensure traceability and consistency across docs.