oracle-soul-sync-update

Checks and updates installed Oracle skills to the latest GitHub release version.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill oracle-soul-sync-update-heman1033p-create
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: oracle-soul-sync-update
Source: https://github.com/heman1033p-create/cv-v2-kongphop/tree/main/.gemini/skills/oracle-soul-sync-update
Command: npx skills add https://github.com/heman1033p-create/cv-v2-kongphop --skill oracle-soul-sync-update-heman1033p-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Installed Oracle skills can drift out of date with the upstream oracle-skills-cli repository, leaving users on stale versions without an easy way to detect or fix the gap. ## Core Features & Use Cases - Version Comparison: Reads the currently installed version from the skill description and fetches the latest tag from the GitHub API to detect drift. - Automated Sync: Reinstalls the latest release globally via bunx, with an optional --cleanup mode that uninstalls old skills first. - Verification & Changelog: Confirms the sync with oracle-skills list and surfaces recent releases and commits via the GitHub CLI. - Use Case: Before running /awaken, a user invokes the sync command to confirm their skill family matches the latest published release and updates it if needed. ## Quick Start Ask the assistant to run a soul-sync to check whether your installed Oracle skills match the latest release and update them if they are behind.

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 version?▼

Run the soul-sync command, which compares your installed version against the latest GitHub tag and reinstalls via bunx if they differ. Use the --cleanup flag to uninstall old skills before reinstalling.

How do I check my installed oracle-skills version without updating?▼

Invoke the sync command with the --check flag. It reads the current version from the skill description and fetches the latest tag from the GitHub API without performing any installation.

Does the sync command work without the GitHub CLI?▼

Core version checking uses curl against the GitHub API, so gh is not required for syncing. However, viewing recent releases and commit history in the What's New step does require the gh CLI.

Why do I need to restart after syncing Oracle skills?▼

The reinstall replaces the skill files on disk, but the running session has already loaded the old versions into context. Restarting reloads the newly synced skills so the updated versions take effect.

What is the difference between normal sync and --cleanup mode?▼

Normal sync installs the latest release over the existing setup. The --cleanup mode first runs oracle-skills uninstall to remove old skills, then performs a fresh global install of the latest version.