From obris
Add a local file to a synced Obris topic. Use when you want to push a file from disk to your knowledge base.
How this skill is triggered — by the user, by Claude, or both
Slash command
/obris:addThe 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).
Add a local file to a synced topic using the obris CLI.
obris sync add <filepath> -t <topic-id>
If the directory is synced to exactly one topic, the -t flag is
optional — it auto-detects.
--add-allPer-file obris sync add is the right call for one or two
specific files. For bulk operations — onboarding a whole
directory, picking up every new file the user just dropped in —
use --add-all on the sync command instead, which batches into a
single bulk request and creates subtopics for any new subdirs:
obris sync -p <directory> --add-all
See the /obris:sync skill for the full bulk flow.
list_topics tool to show them by name and ask the user which oneobris sync to push edits insteadobris sync runs.env, .DS_Store), obris sync add still works — it bypasses the exclusion list since the user explicitly named the filenpx 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.