Command Tour banner
redhat-et redhat-et

Command Tour

Development community

Description

# Command tour — walk a new user through every verb Take a reader who has never run this tool and walk them through **every** command, live, on this repository. The tour's value is not the list — `docs/COMMANDS.md` is already the list. It is the answer to *when do I reach for this instead of grep*, written next to real output. ```bash cmake -S . -B build && cmake --build build -j # no build type ./build/ripwire --help # the authoritative flag list ``` ##

Installation

Installs to ~/.claude/skills/redhat-et-ripwire-command-tour/SKILL.md

Terminal
mkdir -p ~/.claude/skills/redhat-et-ripwire-command-tour && curl -fsSL https://raw.githubusercontent.com/redhat-et/ripwire/HEAD/prompts/command-tour.md -o ~/.claude/skills/redhat-et-ripwire-command-tour/SKILL.md

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

Full documentation available on GitHub

View Source Repository