website-to-skill-folder
Installation
SKILL.md
Website-to-Skill Pipeline
Runs scripts/pipeline.py to crawl a website and produce an installable skill folder.
The script handles everything — no need to read it.
GitHub is the source of truth. Each run clones the user's skill repo from
GitHub into a temp directory, updates it incrementally (scrape new pages, delete
pages that disappeared from the site), and pushes it back. Installing it locally
via npx skills add is a quick, opt-in last step (Step 5). The temp directory is
deleted afterward — nothing durable is left on the local machine, and the folder you
run from is never touched. Re-running the same command later updates the same repo.