What problem does it solve? New projects often bury their setup, build, and test instructions inside README files, forcing you to manually read, interpret, and run each command. This Skill automates that process by extracting executable commands from the README and running them with your confirmation. ## Core Features & Use Cases - Command Extraction: A shell script parses fenced code blocks (bash, sh, shell, zsh) and inline backtick commands from README files. - Purpose Grouping: Commands are categorized as setup, build, test, run, lint, deploy, or cleanup for organized review. - Safe Execution: Commands run sequentially with stop-on-first-error behavior, and destructive commands require explicit confirmation. - Use Case: After cloning an unfamiliar repository, run this Skill to discover its npm install, build, and test commands, then execute the setup steps interactively. ## Quick Start Ask the assistant to read the README in the current directory and run the setup commands it describes.