Raven Registry Register banner
giggsoinc giggsoinc

Raven Registry Register

Development community

Description

--- name: raven-registry-register description: Use to register a project in the Raven registry so it gets included in future raven-registry-sync updates. Run from inside the project directory, or pass the path explicitly. Also supports listing all registered projects and removing stale entries. allowed-tools: Bash --- # /raven-registry-register Registers a project in the Raven registry (`~/.raven/registry.json`), enabling `/raven-registry-sync` to keep it updated automatically. **Regist

Installation

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

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

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

Full documentation available on GitHub

View Source Repository