oracle-soul-sync-calibrate-update

Synchronize, calibrate, and update Oracle skills via GitHub tags and bunx.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill oracle-soul-sync-calibrate-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oracle-soul-sync-calibrate-update
Source: https://github.com/Soul-Brews-Studio/oracle-skills-cli/tree/main/src/skills/oracle-soul-sync-calibrate-update
Command: npx skills add https://github.com/Soul-Brews-Studio/oracle-skills-cli --skill oracle-soul-sync-calibrate-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill synchronizes, calibrates, and updates Oracle skills across your environment, ensuring you always run the latest, compatible set of tools.

Core Features & Use Cases

  • Version checking: Detects the currently installed skill version and compares it against the latest release.
  • Sync and update: Automatically installs the newest tag from the repository to keep skills current.
  • Cleanup option: Optionally uninstalls old skills before reinstalling to avoid drift.
  • Automation-friendly: Works with CLI workflows and the /awaken process to maintain readiness.

Quick Start

Use /oracle-soul-sync-calibrate-update to check and update. Use /oracle-soul-sync-calibrate-update --check to only verify. Use /oracle-soul-sync-calibrate-update --cleanup to uninstall first, then reinstall.

Frequently Asked Questions about oracle-soul-sync-calibrate-update

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

FAQPage Schema
How do I keep my installed skills synced and up-to-date across different environments?

To keep skills synced and up-to-date, an automated process fetches the latest GitHub tags and installs them via bunx, preventing version drift across your environments.

What is the best way to check for skill version drift before applying updates?

The best way to check for version drift is to run a verification command that detects the currently installed skill version and compares it against the latest available release without installing.

Can I use CLI automation to calibrate and update Oracle skills automatically?

Yes, you can use CLI automation to calibrate and update Oracle skills by integrating the sync command into your workflows to maintain readiness and automatically install the newest repository tags.

Does the skill sync process work with Claude Code and related agents?

Yes, the sync process works with Claude Code and related agents where version drift is common, ensuring regular maintenance and compatibility by applying the latest updates.

Why do I need to run a cleanup before reinstalling Oracle skills?

You run a cleanup before reinstalling Oracle skills to completely uninstall old versions first, which avoids persistent version drift and ensures a clean state for the new installation.

When should I not use the cleanup option during a skill update?

You should not use the cleanup option during a skill update if you need to preserve your current environment configuration, as the cleanup uninstalls existing skills before reinstalling the newest tag.