skillify

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

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tony30552001/Genpic-master --skill skillify-tony30552001
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/tony30552001/Genpic-master/tree/main/.agents/skills/gstack/skillify
Command: npx skills add https://github.com/tony30552001/Genpic-master --skill skillify-tony30552001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify the last successful /scrape flow into a permanent, reusable browser-skill on disk to accelerate future runs and reduce drift between executions.

Core Features & Use Cases

  • Synthesize the most recent successful /scrape flow into a codified script.ts, its corresponding script.test.ts, and a fixture.
  • Validate the codified flow by running tests in a temporary directory before any commit.
  • Prompt for user confirmation before committing changes, ensuring intent and control over permanence.

Quick Start

Trigger the skillify flow to codify the latest scrape into a persistent skill.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a web scraping workflow into a reusable script?▼

Codifying a successful scrape into a reusable skill requires analyzing your conversation history to automatically generate a script.ts, script.test.ts, and fixture, which are validated before committing to disk.

How do I save my browser automation flow as a permanent test fixture?▼

Saving a browser automation flow as a permanent fixture involves automatically generating test files and fixtures from your latest successful run, validating them in a temporary directory before committing to disk.

Does skillify commit changes to disk without user confirmation?▼

Skillify ensures control over permanence by validating the codified scrape in a temporary directory first, then prompting for user confirmation before committing any script or test files to disk.

How are scraped flow scripts tested before becoming permanent skills?▼

Before scraped flow scripts become permanent skills, they are validated by running the synthesized script.test.ts and fixture files in a temporary directory to prevent drift and ensure execution accuracy.