Manage Move banner
tboome33 tboome33

Manage Move

Development community

Description

--- description: Move or rename a file (GET source → PUT destination → DELETE source — Local REST API has no native move). Reports if the source-delete step fails so you can clean up. (Skill `manage-move` handles natural-language triggers + the partial-failure mode.) --- Invoke the `manage-move` skill. Required: `from`, `to`. Optional: `vault`, `overwrite` (default false — refuses to clobber an existing destination).

Installation

Installs to ~/.claude/skills/tboome33-obsidian-mcp-router-manage-move/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tboome33-obsidian-mcp-router-manage-move && curl -fsSL https://raw.githubusercontent.com/tboome33/obsidian-mcp-router/HEAD/commands/manage-move.md -o ~/.claude/skills/tboome33-obsidian-mcp-router-manage-move/SKILL.md

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

Full documentation available on GitHub

View Source Repository