Claudemd Update banner
sdsrss sdsrss

Claudemd Update

Testing community

Description

--- name: claudemd-update description: Sync ~/.claude/CLAUDE*.md with the plugin-cache shipped spec. Shows diff summary; user chooses apply-all or cancel. --- Usage: `/claudemd-update` Run: `node ${CLAUDE_PLUGIN_ROOT}/scripts/update.js` (dry-run summary first). If the user says apply, re-run with `choice=apply-all` via `CLAUDEMD_UPDATE_CHOICE=apply-all node ${CLAUDE_PLUGIN_ROOT}/scripts/update.js`. Backup is automatic (retained to 5). Do not fetch from GitHub — plugin fetching is a separate s

Installation

Installs to ~/.claude/skills/sdsrss-claudemd-claudemd-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sdsrss-claudemd-claudemd-update && curl -fsSL https://raw.githubusercontent.com/sdsrss/claudemd/HEAD/commands/claudemd-update.md -o ~/.claude/skills/sdsrss-claudemd-claudemd-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