oracle-soul-sync-update

Synchronize installed Oracle skill packages to latest GitHub releases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thiansit/LuPang --skill oracle-soul-sync-update
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oracle-soul-sync-update
Source: https://github.com/thiansit/LuPang/tree/main/.claude/skills/oracle-soul-sync-update
Command: npx skills add https://github.com/thiansit/LuPang --skill oracle-soul-sync-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures local Oracle skills are up-to-date with the family repository, removing version drift and preventing stale or incompatible skill behavior before important operations like awakening or collaborative sessions.

Core Features & Use Cases

  • Version checking: Extracts the current installed version and compares it against the latest GitHub release tag.
  • Automated sync and reinstall: Installs the latest oracle-skills-cli release globally and optionally uninstalls older skills during cleanup.
  • Verification: Provides post-restart verification steps to confirm the installed versions match upstream.
  • Use case: Run before /awaken or before a shared session to ensure all contributors run the same skill set and avoid runtime mismatches.

Quick Start

Run /oracle-soul-sync-update to check installed Oracle skill versions and update them to the latest release.

Frequently Asked Questions about oracle-soul-sync-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update Oracle skills to the latest GitHub release?▼

To update Oracle skills, the sync tool extracts the currently installed version, compares it against the latest GitHub release tag, and automatically reinstalls the latest oracle-skills-cli package globally via bunx.

Why do my Oracle skills have version mismatches before a shared session?▼

Oracle skills version mismatches occur due to version drift when local environments are not synchronized with the upstream family repository. Running a sync update ensures all contributors run the same skill set and prevents runtime mismatches.

Do I need network access to synchronize installed Oracle skill packages?▼

Yes, network access is required to synchronize installed Oracle skill packages. The sync process performs GitHub tag lookups and invokes installer commands via bunx or oracle-skills-cli, which also requires permission to install global packages.

What's the best way to verify Oracle skill versions match upstream releases?▼

The best way to verify Oracle skill versions match upstream releases is to follow the post-restart verification steps provided by the sync tool, which confirm that the locally installed versions correspond exactly to the latest GitHub tags.

When should I run an Oracle skill sync and update?▼

You should run an Oracle skill sync and update during pre-awaken checks, scheduled maintenance, or environment setup. Running it before important operations or collaborative sessions ensures installed skills match upstream releases and prevents stale behavior.