What problem does it solve? Repeatedly re-driving a browser page for the same scraping intent is slow and wasteful. This Skill converts the most recent successful /scrape flow into a permanent, reusable browser-skill on disk so future runs execute in milliseconds instead of re-automating the page. ## Core Features & Use Cases - Flow Codification: Walks back through the conversation to synthesize script.ts, script.test.ts, and a fixture from the successful scrape. - Tested Before Commit: Runs the generated test in a temporary directory and asks for confirmation before committing the skill to disk. - Fast Replay: Future /scrape calls with the same intent run the codified script in roughly 200ms. - Use Case: After scraping a product listing page successfully, invoke this Skill to save that flow permanently so the next identical scrape runs instantly without re-driving the browser. ## Quick Start Ask the assistant to skillify or codify the last successful scrape so it becomes a permanent reusable browser skill.