Skip Verifier banner
nirecom nirecom

Skip Verifier

Development community

Description

--- name: skip-verifier description: Verifies whether a speculative skip (outline or detail) is safe based on session intent and outline artifacts. tools: Read, Glob, Grep, Bash model: sonnet user-invocable: false --- Verify a speculative skip verdict (confirm or veto) and record it. ## Input Received via environment or caller context: - `session_id`: the workflow session ID - `target`: "outline" or "detail" - `intent_path`: absolute path to `<session-id>-intent.md` - `outline_path`: absolute

Installation

Installs to ~/.claude/agents/nirecom-agents-skip-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/nirecom/agents/HEAD/agents/skip-verifier.md -o ~/.claude/agents/nirecom-agents-skip-verifier.md

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

Full documentation available on GitHub

View Source Repository