M Document Update banner
penwyp penwyp

M Document Update

Documentation community

Description

# Documentation Update Workflow **Documentation scope:** $ARGUMENTS If no scope specified, update all documentation based on recent code changes by default. Supported scopes: api, readme, changelog, comments, all, or specific file/module paths. ## Commands: 1. **Scan codebase changes** - Identify code updates that require documentation changes in specified scope 2. **Update API documentation** - Refresh function signatures, parameters, and examples 3. **Refresh README files** - Update in

Installation

Installs to ~/.claude/skills/penwyp-claudepreference-m-document-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/penwyp-claudepreference-m-document-update && curl -fsSL https://raw.githubusercontent.com/penwyp/ClaudePreference/HEAD/commands/m-document-update.md -o ~/.claude/skills/penwyp-claudepreference-m-document-update/SKILL.md

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

Full documentation available on GitHub

View Source Repository