skillify

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

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/zhu637882-stack/jiaoyi --skill skillify-zhu637882-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/zhu637882-stack/jiaoyi/tree/main/qoder-config-backup/skills/gstack-skillify
Command: npx skills add https://github.com/zhu637882-stack/jiaoyi --skill skillify-zhu637882-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. Future /scrape calls with the same intent run the codified script in ~200ms instead of re-driving the page. Walks back through the conversation, synthesizes script.ts + script.test.ts + fixture, runs the test in a temp dir, and asks before committing. Use when asked to "skillify", "codify", "save this scrape", or "make this permanent". (gstack)

Core Features & Use Cases

  • Codified fast replays: Future /scrape calls reuse a generated script for quick results.
  • Backward synthesis: Synthesizes script.ts, script.test.ts, and fixture from the conversation.
  • Safe commit flow: Runs tests in a temporary directory and asks before committing changes.

Quick Start

Trigger the skill with a prompt to codify the current scrape and generate a permanent browser-skill on disk.

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 as a reusable automation script?

To save a browser scrape as a reusable automation script, this Skill synthesizes your recent successful scrape flow into a permanent browser-skill on disk. It generates script.ts, script.test.ts, and fixtures for future automated runs.

How can I speed up repetitive web scraping workflows?

You can speed up repetitive web scraping workflows by codifying successful scrapes into permanent scripts. Future calls with the same intent execute the saved script in about 200ms instead of re-driving the browser page.

How to generate tests and fixtures from a web scraping conversation?

To generate tests and fixtures from a web scraping conversation, the Skill walks backward through your chat history. It synthesizes TypeScript script files alongside test files and fixtures for reliable automated execution.

Does codifying a scrape commit changes to disk automatically?

Codifying a scrape does not commit changes automatically. The Skill runs tests in a temporary directory first and prompts you for confirmation before permanently committing any generated browser-skill files to disk.

What is the best way to make a web scraping flow permanent?

The best way to make a web scraping flow permanent is to codify the successful scrape intent into a reusable script. This transforms one-time browser actions into a tested, fast-executing automation script stored on disk.