Solve banner
kylesnowschwartz kylesnowschwartz

Solve

Testing community

Description

--- description: "QA: solve levels 0 through N by creating minimum passing artifacts" argument-hint: "<level-number>" --- Run `ruby scripts/cli.rb solve $ARGUMENTS` from the claude-code-hero plugin directory to create the minimum artifacts needed to pass verification for levels 0 through the specified level. This is a QA testing tool -- it creates stub artifacts that pass verification checks without going through the actual quest flow. Useful for testing level interactions, cleanup logic, and t

Installation

Installs to ~/.claude/skills/kylesnowschwartz-claude-code-hero-solve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kylesnowschwartz-claude-code-hero-solve && curl -fsSL https://raw.githubusercontent.com/kylesnowschwartz/claude-code-hero/HEAD/commands/solve.md -o ~/.claude/skills/kylesnowschwartz-claude-code-hero-solve/SKILL.md

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

Full documentation available on GitHub

View Source Repository