Raven Registry Sync banner
giggsoinc giggsoinc

Raven Registry Sync

Development community

Description

--- name: raven-registry-sync description: Use to sync all registered Raven projects to the current engine version. Reads ~/.raven/registry.json, diffs installed versions against raven-core/VERSION, updates stale projects (scripts, MCP, skills, version stamp), commits each, pushes to GitHub, and updates the registry backup. Run after any raven-core update or when deploying Raven to registered projects. allowed-tools: Bash --- # /raven-registry-sync Syncs all registered Raven projects t

Installation

Installs to ~/.claude/skills/giggsoinc-raven-raven-registry-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/giggsoinc-raven-raven-registry-sync && curl -fsSL https://raw.githubusercontent.com/giggsoinc/raven/HEAD/commands/raven-registry-sync.md -o ~/.claude/skills/giggsoinc-raven-raven-registry-sync/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository