From claude-code-hero
Verifies Claude Code Hero quest levels using Ruby CLI and JSON progress file. Activates on /verify, work checks, or progress queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-hero:verifyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Verify quest completion for Claude Code Hero. The CLI is the source of truth -- do not perform semantic evaluation.
Verify quest completion for Claude Code Hero. The CLI is the source of truth -- do not perform semantic evaluation.
$ARGUMENTS
<current_level>
!jq '.current_level' .claude/claude-code-hero.json
</current_level>
Always pass a level number to the CLI.
/verify 5 -- user gave a level number. Run ruby scripts/cli.rb verify 5. Report PASS or FAIL. Done./verify -- no argument. Run ruby scripts/cli.rb verify <current_level>. Report PASS or FAIL. Done.npx claudepluginhub kylesnowschwartz/claude-code-hero --plugin claude-code-heroDisplays Claude Code Hero quest log progress via Ruby CLI, showing completed, current, and locked quests in a DM-narrated table with status annotations.
Validates D&D 5e level-up flows: availability entry, complete recommended packages with auto-selection, and real LevelUpAgent evidence. Use during testing to confirm correctness for any class, subclass, multiclass, or custom class.
Enforces running verification commands before claiming work is complete. Useful for preventing false success claims and ensuring evidence-based completion.