update-docs

Update CLAUDE.md and .llmdocs/ documentation to match codebase changes.

2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill update-docs-jimweller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/jimweller/davit-dataops-dotfiles/tree/main/claude-code/skills/update-llm-docs
Command: npx skills add https://github.com/jimweller/davit-dataops-dotfiles --skill update-docs-jimweller

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill ensures that project documentation, including a concise overview and detailed concept explanations, remains accurate and up-to-date with the codebase.

Core Features & Use Cases

  • CLAUDE.md Generation/Update: Creates or updates a high-level project overview document.
  • .llmdocs/ Management: Organizes and updates detailed documentation for specific concepts.
  • Use Case: After implementing a new authentication module, use this Skill to update the CLAUDE.md with the new module's purpose and stack, and create/update api.md and auth.md within .llmdocs/ to detail the new endpoints and logic.

Quick Start

Use the update-docs skill to update all project documentation.

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 codebase changes?

To keep project documentation in sync with codebase changes, use this Skill to assess the impact of your code updates, propose specific documentation revisions, and validate those changes with you before applying them. It ensures your project overview and concept docs accurately reflect your current code.

What is the best way to generate a concise project overview for AI model context?

The best way to generate a concise project overview for AI model context is to create or update a CLAUDE.md file. This Skill generates a high-level project overview document that provides essential context for AI models interacting with your codebase.

How do I organize detailed documentation for specific code concepts?

You can organize detailed documentation for specific code concepts by managing a .llmdocs/ directory. This Skill updates and organizes detailed concept explanations within this folder, such as creating api.md and auth.md files to document new endpoints and logic.

Can I update both high-level overviews and detailed concept docs at the same time?

Yes, you can update both high-level overviews and detailed concept docs simultaneously. This Skill manages documentation synchronization by updating the concise CLAUDE.md overview while also creating or updating specific detailed files within the .llmdocs/ directory.

Does this documentation synchronization tool require manual validation before updating files?

Yes, this documentation synchronization tool requires manual validation. It assesses the impact of codebase changes and proposes documentation updates, but it validates these proposed changes with you before applying them to ensure accuracy.