Verify Gate banner
adrijshikhar adrijshikhar

Verify Gate

Development community

Description

--- description: Manage the verify-gate skill — install/uninstall the PreToolUse hook, add custom claim rules, or check status. Routes the user's argument to the appropriate sub-action. --- Invoke the `verify-gate` skill. If `$ARGUMENT` is one of the recognized sub-commands, run it. Otherwise, run the skill in its default explanatory mode. Recognized sub-commands: - `install` — Run `bash ${CLAUDE_PLUGIN_ROOT}/scripts/install-hooks.sh install PreToolUse PreToolUse-verify-gate.sh "Write|Edit"`

Installation

Installs to ~/.claude/skills/adrijshikhar-catalyst-verify-gate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adrijshikhar-catalyst-verify-gate && curl -fsSL https://raw.githubusercontent.com/adrijshikhar/catalyst/HEAD/commands/verify-gate.md -o ~/.claude/skills/adrijshikhar-catalyst-verify-gate/SKILL.md

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

Full documentation available on GitHub

View Source Repository