scrape (gstack)

Pulls structured data out of a web page that does not offer it cleanly — reading the page and extracting the fields you need. It gathers data from the web, unrelated to authoring documentation, maintaining it after a release, or rendering a document to PDF.

A situation it fits

You need the information from a web page that offers no download or API. You want it extracted off the page into a usable format.
scrape (gstack). The two documentation skills are the trap. scrape extracts structured data from a web page that does not hand it over cleanly. By contrast document-generate writes documentation that does not exist yet, from scratch, for undocumented code; document-release updates EXISTING docs after a change ships, bringing them back in sync with what landed; make-pdf converts a Markdown file into a polished PDF — a format change, not a content change.

3 scenarios in the bank answer to scrape (gstack). The rest are in the game.

Skills it gets confused with

These share a family with scrape (gstack), which is another way of saying they are the ones you might reach for by mistake.

Knowing what scrape (gstack) does is the easy half. Telling it apart from the others under time pressure is the game.

Today's session

scrape (gstack) is part of garrytan/gstack. Licence: MIT. The description above was written for this game, not taken from the skill.

← All skills