[DEPRECATED] Use /sync --marketplace instead. Legacy marketplace update command.
/plugin marketplace add akaszubski/autonomous-dev/plugin install autonomous-dev@autonomous-devarchived/This command is deprecated as of v3.7.0. Use /sync --marketplace instead.
Old command:
/update-plugin
New command:
/sync --marketplace
Why deprecated? The unified /sync command provides:
For reference, the original /update-plugin documentation is preserved below.
Updates your project's .claude/ files from the installed marketplace plugin to get latest commands, hooks, and templates.
/update-plugin
This command re-copies files from the globally installed plugin to your project:
.claude/ directory (to .claude.backup.TIMESTAMP/).claude/commands/.claude/hooks/.claude/templates/.claude/agents/.claude/skills/Run /update-plugin when:
/plugin update autonomous-devYour existing files are backed up before updating. If something goes wrong:
# Restore from backup
rm -rf .claude
mv .claude.backup.TIMESTAMP .claude
[Rest of original documentation omitted for brevity - see /sync --marketplace for current documentation]
Archived: 2025-11-08
Replaced by: /sync --marketplace
Issue: GitHub #44 - Unified /sync command consolidation