up-repo
Installation
SKILL.md
/up-docs:repo
Update the active repository's documentation files to reflect work done in the current session.
Workflow
1. Assess Session Context
Gather what changed during the session:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/context-gather.sh
Also consider the conversation history: files discussed, features implemented, bugs fixed, configuration changes made. Build a mental model of what the session accomplished.
2. Locate Documentation Files
Read the project CLAUDE.md for any ## Documentation section that specifies which files to update.
Related skills