skillify

Codify the latest /scrape flow into a permanent browser-skill with tests.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/mi179/claude-skills --skill skillify-mi179
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/mi179/claude-skills/tree/main/user/gstack/skillify
Command: npx skills add https://github.com/mi179/claude-skills --skill skillify-mi179

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify the most recent successful /scrape flow into a permanent browser-skill on disk to speed up future runs and avoid re-driving pages.

Core Features & Use Cases

  • Walks back through the conversation to synthesize script.ts, script.test.ts, and fixture.
  • Runs tests in a temporary directory and prompts before committing to disk.
  • Enables persistent, reusable scrapes that can be invoked with the same intent later.

Quick Start

Run the skill to codify the latest scrape and save it as a permanent on-disk browser script.

Frequently Asked Questions about skillify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a web scrape as a reusable browser script?

You can codify a scrape by invoking the tool, which automatically synthesizes script.ts, script.test.ts, and a fixture from the conversation history, runs tests in a temp directory, and prompts you before saving it to disk.

What is the best way to automate repeating a browser scraping flow?

The best way to automate repeating a browser scraping flow is to codify the successful scrape into a permanent on-disk browser-skill, allowing you to invoke the exact same intent later without re-driving pages.

Does skillify generate test files when saving a browser script?

Yes, skillify generates script.test.ts alongside the main script.ts and fixture files, automatically running these tests in a temporary directory to verify functionality before committing the final browser-skill to disk.

Can I review the automated browser script before it is permanently saved?

You can review the automated browser script before it is saved, because the tool runs validation tests in a temporary directory first and explicitly asks for your approval before committing the synthesized files to disk.

When do I need to codify a scrape into a permanent on-disk browser-skill?

You need to codify a scrape into a permanent on-disk browser-skill when you want to speed up future runs of a successful scraping flow and avoid the overhead of manually re-driving pages every time.