update-docs

Update CLAUDE.md and memory-bank files based on recent code changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that project documentation stays accurate and up-to-date by intelligently reflecting recent code changes and established patterns.

Core Features & Use Cases

  • Automated Documentation Updates: Analyzes recent code modifications to identify relevant changes for documentation.
  • Targeted Updates: Focuses on updating CLAUDE.md and files within the memory-bank/ directory (excluding brainstorm.md).
  • Use Case: After implementing a new authentication flow, use this Skill to update CLAUDE.md with the new steps and any related configuration details.

Quick Start

Update the project documentation to reflect recent changes.

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 updated after recent code changes?

To keep project documentation updated after code changes, you can use automated tools to analyze modifications like new components or bug fixes and apply those updates directly to your CLAUDE.md and memory-bank files.

What is the best way to automatically update CLAUDE.md files?

The best way to automatically update CLAUDE.md files is by analyzing recent code modifications and established patterns to intelligently reflect new integrations, logic changes, and configuration details without manual intervention.

How does automated documentation maintenance handle memory-bank files?

Automated documentation maintenance handles memory-bank files by searching the directory for existing patterns, analyzing recent code logic changes, and editing the relevant files to ensure accuracy while explicitly excluding brainstorm.md.

Can I sync my memory-bank documentation with new component integrations?

Yes, you can sync memory-bank documentation with new component integrations. The process analyzes the new code implementations and writes the relevant architectural or configuration changes into the appropriate memory-bank files.

What files are excluded when updating project documentation?

When updating project documentation, the brainstorm.md file within the memory-bank directory is explicitly excluded from modifications, ensuring your brainstorming notes remain untouched during automated documentation synchronization.

Do I need specific file permissions to automate documentation updates?

Yes, automating documentation updates requires file manipulation tools with Read, Write, and Edit permissions, along with Glob file searching capabilities to locate and modify CLAUDE.md and memory-bank files accurately.