Claude skills for Docs
4 skills in the bank are filed under Docs. They are grouped here because they compete for the same jobs — which is the reason an agent reaching for one of them sometimes gets another.
- Document GenerategstackWrites documentation that does not exist yet — reads a feature, module, or whole project and produces the missing docs from scratch. It creates fresh documentation for undocumented code, distinct from updating docs after a release, rendering a doc to PDF, or pulling data off a web page.
- Document ReleasegstackBrings existing documentation back in sync AFTER a change ships — updating the changelog, guides, and references to match what actually landed. It maintains docs post-release, not authoring brand-new docs for undocumented code, converting a file to PDF, or scraping a website.
- Make PDFgstackTurns a Markdown file into a polished, publication-quality PDF ready to hand off or print. Its job is the format conversion — Markdown in, styled PDF out — not writing or updating the documentation's content, and not extracting data from web pages.
- ScrapegstackPulls 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.
Knowing the Docs list is the easy half. Picking from it under time pressure is the game.
Today's session