Manage Delete banner
tboome33 tboome33

Manage Delete

Development community

Description

--- description: Permanently delete a file. Requires explicit `confirm=true` on a second invocation — first call shows a preview and refuses. (Skill `manage-delete` handles natural-language triggers + the two-step confirm guard.) --- Invoke the `manage-delete` skill. Required: `path`. Second-invocation: `confirm=true` to proceed. The skill enforces a two-step protocol: first call shows a preview and refuses; second call with `confirm=true` actually deletes. Designed against accidental deletes

Installation

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

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

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

Full documentation available on GitHub

View Source Repository