>- name as an alias, and log it. Use this skill whenever a page needs a different canonical title, the user says "rename X to Y", asks to fix an inconsistent title, or after a lint run flags naming problems. Do NOT use for merging two pages, for moving a page between folders without a name change, or for renaming files outside the wiki.
npx skills add https://github.com/undefined-ui/second-brain-os --skill second-brain-rename
An agent renaming a file directly is the single most common source of broken
links in an agent-maintained vault. Obsidian fixes links when you rename inside
the app; writing the file directly does not.
A rename is four operations, not one. All four, or none.
collides with an existing alias creates ambiguity the graph cannot resolve.
title in frontmatter.aliases. This keeps external references, theuser's memory, and any link you miss working.
index.md.Renamed: [[old]] -> [[new]]
Inbound links updated: <n> across <n> pages
Alias added: <old>
Remaining references: <none | list>
Do not rename to fix a style preference on a page with many inbound links. The
cost is real and the benefit is cosmetic.
If the correct name is genuinely ambiguous, ask rather than picking. A second
rename is more disruptive than the first.
Take undefined-ui/second-brain-rename from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.