skillify

Codify browser scraping sessions into TypeScript automation scripts with tests.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/yocxy2/gstack3 --skill skillify-yocxy2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/yocxy2/gstack3/tree/main/skillify
Command: npx skills add https://github.com/yocxy2/gstack3 --skill skillify-yocxy2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the inefficiency of repeatedly re-driving browser automation flows by converting successful, one-off scraping tasks into permanent, reusable scripts.

Core Features & Use Cases

  • Workflow Codification: Automatically synthesizes script.ts, script.test.ts, and fixtures from your recent browser interaction history.
  • Performance Optimization: Reduces execution time for recurring tasks from manual page-driving to ~200ms by running codified scripts.
  • Safety & Validation: Runs generated tests in a temporary directory and requests user confirmation before committing the new skill to disk.

Quick Start

Invoke the skillify command to turn your current browser scraping session into a permanent, reusable automation tool.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I turn a browser scraping session into a reusable automation script?

Browser scraping sessions are codified by synthesizing TypeScript scripts and fixtures from session history, converting successful one-off interactions into permanent, executable workflows.

What is the fastest way to automate recurring browser scraping tasks?

Automating recurring browser scraping tasks is fastest by codifying successful interactions into scripts, reducing execution time from manual page-driving to approximately 200ms per run.

Do I need a local gstack environment to codify browser scraping workflows?

Codifying browser scraping workflows requires access to the local gstack binary suite and filesystem permissions to generate, test, and commit new executable skill units to disk.

How does workflow codification handle test safety before committing scripts?

Workflow codification ensures test safety by running generated tests in a temporary directory and explicitly requesting user confirmation before committing the new automation skill to disk.

What files are generated when codifying a browser interaction into a permanent skill?

Codifying a browser interaction generates TypeScript-based files including script.ts, script.test.ts, and fixtures to create testable, executable automation workflows from session history.