From obris
Stop syncing a local file without deleting either side. Use when the user wants to keep both the local file and the remote item but break the sync link.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obris:unlinkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Requires authentication via the `/obris:auth` skill (two-step
Requires authentication via the /obris:auth skill (two-step
obris auth login --no-wait + obris auth complete flow).
Break the local-to-remote sync link without deleting either side.
obris sync unlink <file-or-knowledge-id>
obris sync unlink notes.md draft.md # multiple at once
The local file and the remote item stay where they are. The CLI just
removes the tracking link so subsequent obris sync calls won't
re-pull or push that item.
obris knowledge delete <id>, which permanently
deletes the remote item.get_topic_knowledge tool to find the
exact knowledge ID./obris:link (after a rename) or /obris:add (to re-add fresh).npx 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.