Verify Flow banner
Dokkabei97 Dokkabei97

Verify Flow

Security community

Description

--- name: verify-flow description: "Validates existing agents, commands, skills, and hooks against project conventions. Detects structural issues, missing sections, token budget violations, and security concerns with severity-rated reports and optional auto-fix." category: review complexity: basic mcp-servers: [] personas: [] --- # /verify-flow - Component Validation and Health Check ## Triggers - Validating newly created agents, commands, skills, or hooks - Auditing existing components for co

Installation

Installs to ~/.claude/skills/dokkabei97-hardened-claude-code-verify-flow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dokkabei97-hardened-claude-code-verify-flow && curl -fsSL https://raw.githubusercontent.com/Dokkabei97/hardened-claude-code/HEAD/commands/verify-flow.md -o ~/.claude/skills/dokkabei97-hardened-claude-code-verify-flow/SKILL.md

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

Full documentation available on GitHub

View Source Repository