skillify

Codify the latest /scrape workflow into a script, test, and fixture.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify the most recent successful /scrape flow into a permanent browser-skill on disk so future /scrape calls with the same intent can run faster using the codified script, test, and fixture.

Core Features & Use Cases

  • Walks back through the conversation to synthesize script.ts, script.test.ts, and a fixture.
  • Runs the test in a temporary directory and asks before committing the result.
  • Activates on requests like "skillify", "codify", "save this scrape", or "make this permanent" to create a durable, shareable scrape workflow on disk.

Quick Start

Trigger the /skillify action on your latest scrape to codify it into a permanent browser skill and verify with the generated tests before committing.

Frequently Asked Questions about skillify

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

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

Codifying a scrape into a permanent browser-skill generates a repeatable script, test, and fixture set on disk. This enables faster subsequent runs by reusing the previously successful browser interaction logic.

What files are generated when codifying a browser automation flow?

Codifying a browser automation flow synthesizes script.ts, script.test.ts, and a fixture. These files are generated by analyzing the latest successful conversation and creating a repeatable script set for future use.

Can I verify a codified scrape script before committing it to disk?

Yes, you can verify a codified scrape script before committing. The codification process runs the generated tests in a temporary directory and prompts you for confirmation before permanently committing the result to disk.

Does skillify require any dependencies to codify scrape workflows?

Skillify does not require any external dependencies to codify scrape workflows. It reads the latest conversation directly to synthesize the necessary script, test, and fixture files without additional packages.

How does version control work with codified browser skills?

Version control applies to the permanent browser-skill created on disk, which includes the generated script and test files. You are prompted to commit the verified test results, ensuring only validated scrape workflows are saved.