Documentation Updater

Update CLAUDE.md and SKILL.md documentation when new commands or configurations are discovered.

Updated Oct 18, 2025
One-click install
npx skills add https://github.com/Lucasdoreac/mutuapix-workspace --skill documentation-updater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Documentation Updater
Source: https://github.com/Lucasdoreac/mutuapix-workspace/tree/main/.claude/skills/documentation-updater
Command: npx skills add https://github.com/Lucasdoreac/mutuapix-workspace --skill documentation-updater

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual burden of keeping project documentation up-to-date. It automatically captures new commands, configurations, and best practices discovered during development sessions, ensuring knowledge is never lost and always accessible.

Core Features & Use Cases

  • Automated Knowledge Capture: Detects new commands, configurations, security findings, and workflow improvements, then automatically updates CLAUDE.md and SKILL.md files.
  • Progressive Disclosure Enforcement: Organizes documentation into quick references, detailed guides, and context files, making information easy to find and consume.
  • Use Case: After discovering a critical environment variable setting or a new deployment command, this skill automatically adds it to the relevant documentation, complete with explanations and related files, so you never have to remember to manually update the docs.

Quick Start

Example: Auto-update CLAUDE.md with a new command

(This happens automatically when a useful command is run)

Auto-update CLAUDE.md:

Quick Commands > Frontend > Build

Clear cache and rebuild

ssh [email protected] 'cd /var/www/mutuapix-frontend-production && rm -rf .next && npm run build'

Frequently Asked Questions about Documentation Updater

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

FAQPage Schema
How do I automatically update documentation when new commands or configurations are discovered?

Documentation Updater automatically detects new commands, configurations, security findings, and workflow improvements during development, then updates CLAUDE.md and SKILL.md files with formatted entries and version history tracking, eliminating manual documentation maintenance.

What triggers automatic documentation updates in this Skill?

The Skill auto-detects new commands, environment variables, configuration patterns, security issues, workflow improvements, and new skills discovered during development sessions, capturing them for markdown documentation updates.

Can I use this Skill to organize documentation by complexity levels?

Yes, Documentation Updater enforces progressive disclosure by organizing captured knowledge into quick references, detailed guides, and context files, making information structured and easy to consume at different depths.

How does this Skill prevent knowledge loss during development?

It automatically captures commands, configurations, and best practices as they're discovered, recording them with version history in centralized markdown files so institutional knowledge is preserved and always accessible.

Does this Skill work with markdown-based documentation?

Documentation Updater specifically formats updates to markdown files (CLAUDE.md, SKILL.md), maintaining clean markdown structure and ensuring compatibility with knowledge management and version control systems.