What problem does it solve? Repeatedly driving a browser through the same scraping flow wastes time and tokens. This Skill captures the most recent successful /scrape flow and codifies it into a permanent browser-skill script, so future runs with the same intent execute in roughly 200ms instead of re-driving the page. ## Core Features & Use Cases - Conversation Replay Analysis: Walks back through the conversation to reconstruct the successful scrape flow and its intent. - Script Synthesis: Generates script.ts, script.test.ts, and a fixture capturing the codified scrape behavior. - Validated Persistence: Runs the generated test in a temporary directory and asks for confirmation before committing the skill to disk. - Use Case: After scraping a product listing page interactively, say "codify this scrape" to turn that flow into a reusable script that future /scrape calls execute directly. ## Quick Start Ask the agent to skillify or codify the scrape flow you just completed so it becomes a permanent reusable browser skill.