skillify

Convert browser scraping workflows into executable TypeScript scripts with tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the repetitive overhead of re-driving browser sessions for recurring tasks by converting successful, ad-hoc scraping workflows into permanent, executable 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 new skills to disk.

Quick Start

Invoke the skillify command to save your current browser scraping session as a permanent, reusable skill.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I convert a browser scraping workflow into a reusable TypeScript script?

To convert a browser scraping workflow into a reusable TypeScript script, this skill automatically synthesizes script.ts, script.test.ts, and fixtures from your recent browser interaction history to codify the session.

What is the best way to automate recurring data extraction tasks without manual page-driving?

Automating recurring data extraction tasks is best handled by codifying successful ad-hoc scraping workflows into permanent executable scripts, reducing execution time from manual page-driving to around 200ms.

Does skillify generate test files and fixtures when creating scraping scripts?

Skillify generates test files and fixtures by automatically synthesizing script.test.ts alongside your script.ts from your browser interaction history to validate the codified workflow.

How does script generation handle safety before committing new skills to disk?

Script generation handles safety by running generated tests in a temporary directory and explicitly requesting user confirmation before committing any new skill units to disk.

Can I use skillify for automated test generation and fixture creation from browser sessions?

You can use skillify for automated test generation and fixture creation by synthesizing script.test.ts and necessary fixtures directly from your successful browser interaction history.

Why should I codify ad-hoc scraping workflows into permanent scripts?

Codifying ad-hoc scraping workflows into permanent scripts eliminates the repetitive overhead of re-driving browser sessions for recurring tasks and reduces execution time to approximately 200ms.