skillify

Codify recent browser scraping workflows into executable skill scripts.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill skillify-smarmen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/skillify
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill skillify-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill eliminates the need to manually re-drive browser interactions by codifying successful scraping workflows into reusable, disk-based scripts.

Core Features & Use Cases

  • Workflow Codification: Automatically synthesizes script.ts, script.test.ts, and fixtures from your recent browser session history.
  • Validation: Runs generated tests in a temporary environment to ensure reliability before committing the new skill to disk.
  • Use Case: If you have successfully scraped a complex e-commerce site to extract pricing data, use this skill to make that process a permanent, one-command tool for future use.

Quick Start

Invoke the skillify command to codify your most recent successful browser scrape into a permanent 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 successful browser scraping workflow into a reusable script?

To convert browser scraping workflows into reusable scripts, this skill synthesizes your recent session history into executable script.ts files, fixtures, and tests, permanently persisting the browser automation logic to disk.

What is the best way to automate repetitive data collection tasks after a successful browser scrape?

Automating repetitive data collection is done by codifying successful browser interactions into permanent, disk-based skill scripts, eliminating the need to manually re-drive the browser for future data extraction.

Does this workflow codification tool validate generated scraping scripts before saving them?

Yes, workflow codification validates generated scraping scripts by running tests in a temporary environment to ensure reliability before committing the new executable script artifacts to disk.

Do I need Bash access to codify browser automation logic into a permanent skill?

Yes, you need Bash, Read, Write, and AskUserQuestion tool access to synthesize browser automation logic into permanent skills and validate the resulting script artifacts.

Can I use this to persist e-commerce pricing data extraction logic from a recent browser session?

Yes, you can persist e-commerce pricing data extraction logic by invoking the codify command to automatically synthesize your recent successful browser session into a permanent, one-command tool.