skillify

Codify a successful scrape flow into a reusable browser-skill with tests and fixtures.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill skillify-alejandrofigini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/AlejandroFigini/artist-portfolio/tree/main/.agent/skills/skillify
Command: npx skills add https://github.com/AlejandroFigini/artist-portfolio --skill skillify-alejandrofigini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codifies the most recent successful /scrape flow into a permanent, reusable browser-skill on disk, enabling faster repeatability of scraping workflows.

Core Features & Use Cases

  • Converts recent scrape sessions into a reproducible script/template that can be replayed.
  • Generates a corresponding test suite and fixtures to validate future runs.
  • Integrates with gstack to persist and manage the skill for future activations.

Quick Start

Invoke the skill after a successful scrape to codify the flow as a reproducible script, tests, and fixtures.

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?

You can turn a web scraping workflow into a reusable script by codifying a successful scrape flow into a permanent browser-skill on disk, generating script.ts, test files, and fixture data for fast replay.

What does it mean to codify a browser scrape into a permanent skill?

Codifying a browser scrape into a permanent skill means converting your most recent successful scraping session into a reproducible script and template that can be replayed and reused reliably in the future.

How do I generate test suites and fixtures for automated web scraping flows?

To generate test suites and fixtures for automated web scraping flows, you codify a proven scrape session, which automatically produces a corresponding script.test.ts and fixture data to validate future runs.

Can I persist and manage scraping workflows within gstack?

Yes, you can persist and manage scraping workflows within gstack by integrating the codified browser-skill, which stores the reproducible script, tests, and fixtures on disk for future activations.

Does codifying a scrape flow overwrite existing scripts without confirmation?

No, codifying a scrape flow does not overwrite existing scripts without confirmation, because the process prompts you before committing the generated script.ts, test suite, and fixture data to disk.