Update Documentation banner
RemiAsselin42 RemiAsselin42

Update Documentation

Documentation community

Description

--- description: 'Analyzes recent changes and updates documentation accordingly.' argument-hint: '[documentation files to update, or empty to analyze everything]' allowed-tools: Read, Edit, Bash, Grep, Glob context: fork agent: agent --- ## Targeted files "$ARGUMENTS" ## Objective Update documentation to reflect recent code changes, ensuring clarity and accuracy. ## Process ### 1. Identify changes Collect recent changes: ```bash rtk git diff --stat # Modified files rtk git diff

Installation

Installs to ~/.claude/skills/remiasselin42-claude-config-update-documentation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/remiasselin42-claude-config-update-documentation && curl -fsSL https://raw.githubusercontent.com/RemiAsselin42/claude-config/HEAD/commands/update-documentation.md -o ~/.claude/skills/remiasselin42-claude-config-update-documentation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository