Delete a note/file from the vault without leaving dangling [[wikilinks]] or silently losing context. Finds every inbound link to the target, corrects it (unlink, or --redirect to a replacement), and flags references where another note defers to the target for CONTENT so you can merge it first. Use when the user wants to delete/remove a note safely, prune a spent file, delete and fix backlinks, or "delete X and update what links to it." Deterministic (a Python script); the file is removed only after the links are corrected. Never touches git.
$npx -y skills add ibrahimkobeissy/ai-second-brain-template --skill safe-delete-fileInstalls into the current project.
Run `npx skills use "https://github.com/ibrahimkobeissy/ai-second-brain-template" --skill "ibrahimkobeissy/ai-second-brain-template/safe-delete-file"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ibrahimkobeissy/ai-second-brain-template" that are relevant to the current task. Run `npx skills add "https://github.com/ibrahimkobeissy/ai-second-brain-template"` and select the relevant skills, then follow their instructions.