oracle-soul-sync-update

/oracle-soul-sync-update

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oracle-soul-sync-update" with this command: npx skills add soul-brews-studio/oracle-skills-cli/soul-brews-studio-oracle-skills-cli-oracle-soul-sync-update

/oracle-soul-sync-update

"Sync your soul with the family."

All-in-one skill: /soul-sync

  • /calibrate
  • /update combined.

Usage

/oracle-soul-sync-update # Check version and update /oracle-soul-sync-update --check # Only check, don't update /oracle-soul-sync-update --cleanup # Uninstall first, then reinstall (removes old skills)

Step 0: Timestamp

date "+🕐 %H:%M %Z (%A %d %B %Y)"

Step 1: Check Current Version

Your current version is shown in the skill description above (e.g., v1.5.37 G-SKLL ).

Extract just the version number:

Current version from this skill's description

CURRENT="v1.5.37" # Read from description above echo "Current installed: $CURRENT"

Step 2: Check Latest Version

Get latest version from GitHub

LATEST=$(curl -s https://api.github.com/repos/Soul-Brews-Studio/oracle-skills-cli/tags | grep -m1 '"name"' | cut -d'"' -f4) echo "Latest available: $LATEST"

Step 3: Compare Versions

if [ "$CURRENT" = "$LATEST" ]; then echo "✅ Soul synced! ($CURRENT)" else echo "⚠️ Sync needed: $CURRENT → $LATEST" fi

Step 4: Sync (if needed)

If versions differ (or --cleanup flag), run:

Normal sync:

~/.bun/bin/bunx --bun oracle-skills@github:Soul-Brews-Studio/oracle-skills-cli#$LATEST install -g -y

With --cleanup (removes old skills first):

oracle-skills uninstall -g -y && ~/.bun/bin/bunx --bun oracle-skills@github:Soul-Brews-Studio/oracle-skills-cli#$LATEST install -g -y

Then restart Claude Code to load the synced skills.

Step 5: Verify Sync

After restart, run:

oracle-skills list -g | head -5

Check that the version matches $LATEST .

What's New

To see recent changes:

gh release list --repo Soul-Brews-Studio/oracle-skills-cli --limit 5

Or view commits:

gh api repos/Soul-Brews-Studio/oracle-skills-cli/commits --jq '.[0:5] | .[] | "(.sha[0:7]) (.commit.message | split("\n")[0])"'

Skill management has moved to /oracle — use /oracle install , /oracle remove , /oracle profile , /oracle skills .

Quick Reference

Command Action

/oracle-soul-sync-update

Check and sync

/oracle-soul-sync-update --cleanup

Uninstall + reinstall (removes old)

/awaken

Full awakening (calls this first)

ARGUMENTS: $ARGUMENTS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

philosophy

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

template

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

worktree

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

forward

No summary provided by upstream source.

Repository SourceNeeds Review