Raven Init banner
giggsoinc giggsoinc

Raven Init

Security community

Description

--- name: raven-init description: Initialize Raven for a new project. Generates manifest.json interactively, validates against schema, commits with audit trail. allowed-tools: Read, Write, Edit, Bash --- # /raven init Initializes Raven for a new project by generating a validated `manifest.json` interactively. Run this command when starting a new project. It will ask you questions, generate the manifest, validate it against the schema, and commit it to Git with a proper audit trail entry. ---

Installation

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

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

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

Full documentation available on GitHub

View Source Repository