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 on-disk script, so future runs with the same intent execute in about 200ms instead of re-driving 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 completed scrape. - Test-First Validation: Runs the generated test in a temporary directory before committing anything to disk. - Confirmation Gate: Asks the user before writing the permanent browser-skill files. - Use Case: After scraping a product listing page with /scrape, invoke skillify to save the flow as a reusable script so the next identical scrape runs instantly without browser automation. ## Quick Start Ask the assistant to skillify the scrape you just completed so it becomes a permanent reusable script.