From obris
Relink a renamed local file to its remote Obris item. Use after renaming a synced file to restore tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obris:linkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Requires the `obris` CLI (`pip install obris-cli` — note the package
Requires the obris CLI (pip install obris-cli — note the package
name is obris-cli, not obris) and authentication via the
/obris:auth skill (two-step obris auth login --no-wait + obris auth complete flow).
Relink a local file to an existing remote item after a rename.
obris sync link <filepath> -i <item-id> -t <topic-id>
When a user renames a synced file, the next sync unlinks it and shows:
Missing: old-name.md (was synced to "old-name.md")
This file will no longer sync with its remote item.
To relink after a rename: obris sync link <new-filename> -i <item-id>
get_topic_knowledge to find the item by nameobris sync to verify everything is connectednpx claudepluginhub obris-dev/obris-claude-plugin --plugin obrisCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.