What problem does it solve? Repeatedly driving a browser through the same scraping steps wastes time and tokens. This Skill converts a successful /scrape session into a permanent, tested script that runs in about 200ms instead of re-driving the page each time. ## Core Features & Use Cases - Flow Codification: Walks back through the conversation to synthesize script.ts, script.test.ts, and a fixture from the completed scrape. - Validation Before Commit: Runs the generated test in a temporary directory and asks for confirmation before writing the skill to disk. - Use Case: After scraping a product listing page interactively, invoke this Skill to save the flow as a permanent browser-skill so future scrapes of the same intent execute instantly without re-navigating the page. ## Quick Start Ask the agent to skillify the scrape you just completed so it becomes a permanent reusable browser skill.