๐Ÿ”„
DevOpsJavaScript

Sync Upstream Obsidianos

by benoror

Sync Upstream Obsidianos is a DevOps skill for Claude Code, published by benoror in obsidianos_work.

165 stars13 forkson benoror/obsidianos_workAdded 2026/09/08Repository updated 2026/06/11
claude-codecursorobsidianopencode
Install in seconds
Install Sync Upstream Obsidianos
Copy Sync Upstream Obsidianos into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/benoror/obsidianos_work/tree/main/.agents/skills/sync-upstream-obsidianos ~/.claude/skills/sync-upstream-obsidianos

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/benoror/obsidianos_work.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/sync-upstream-obsidianos/SKILL.md in benoror/obsidianos_work
Installs to
~/.claude/skills/sync-upstream-obsidianos
Collection
One of 24 skills cataloged from this repository
Category
DevOps โ€” 1075 skills

What Sync Upstream Obsidianos does

Sync Upstream Obsidianos previews and merges structural updates from an upstream ObsidianOS remote into a local vault. Use it to check prerequisites, review changes, and merge while protecting local files.

Sync Upstream Obsidianos is cataloged under DevOps on DirSkills. Sync Upstream Obsidianos comes from a repository tagged claude-code, cursor, obsidian and opencode.

Documentation

README

Sync Upstream ObsidianOS

Shortcut to run .scripts/sync-upstream.sh.

Usage

Command What it does
/sync-upstream-obsidianos Preview and merge upstream updates
/sync-upstream-obsidianos preview Preview only โ€” show what's new without merging

Workflow

1. Check prerequisites

  • Verify upstream remote exists: git remote get-url upstream. If missing, tell the user to add it:
    git remote add upstream <url-to-upstream-repo>
    
  • Verify working tree is clean (git status --short). If dirty, ask the user to commit or stash first.

2. Preview

Run .scripts/sync-upstream.sh --preview and show the output (new commits and changed files).

This is the opening of the README. Read the full README on GitHub.

Commands Sync Upstream Obsidianos provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /sync-upstream-obsidianos

Frequently asked about Sync Upstream Obsidianos

  • What else does benoror publish alongside Sync Upstream Obsidianos?

    Sync Upstream Obsidianos is one of 24 skills that DirSkills catalogs from benoror/obsidianos_work, the repository it ships in. Its siblings there include Cache Notes, Commit and Defuddle. Each one is a separate skill with its own page in this directory, installs the same way Sync Upstream Obsidianos does, and is maintained by benoror in that same repository. The rest of the collection is listed on the benoror/obsidianos_work page.

  • How does Sync Upstream Obsidianos compare to other DevOps skills?

    Sync Upstream Obsidianos ranks #1000 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Sync Upstream Obsidianos against them. Open each page to compare what they document and how they install.

More from benoror/obsidianos_work

Sync Upstream Obsidianos is one of 24 skills cataloged on DirSkills from benoror/obsidianos_work.

See all 24 skills โ†’