What problem does it solve?
Codify the most recent successful /scrape flow into a permanent browser-skill on disk. Future /scrape calls with the same intent run the codified script in ~200ms instead of re-driving the page. Walks back through the conversation, synthesizes script.ts + script.test.ts + fixture, runs the test in a temp dir, and asks before committing. Use when asked to "skillify", "codify", "save this scrape", or "make this permanent". (gstack)
Core Features & Use Cases
- Permanent Scrape Codification: Codifies the most recent successful /scrape flow into a durable, on-disk browser-skill.
- Fast Replays: Future /scrape calls with the same intent run the codified script in ~200ms instead of re-driving the page.
- Tests and Confirmation: Synthesizes script.ts, script.test.ts, and a fixture, runs tests in a temp dir, and asks before committing.
Quick Start
Run skillify to codify your latest scrape into a persistent browser-skill and verify tests before committing.