A skill is a portable file you drop into Claude Code, Cursor, Windsurf, Copilot, or any AI coding assistant — and immediately gain a repeatable capability. Every skill in the Forge includes two things you won't find in a generic tutorial: why it works (the rationale — what makes this reliable and when to reach for it) and how it works (concrete steps and prompt patterns you can adapt to your own project).
Browse by category, download in the format your tool expects, and check the community compatibility notes before you commit. Built something worth sharing? Contribute it to the Forge.
Receipt OCR Normalizer
Extract vendor, line items, tax, and total from a photo of a receipt into a single clean JSON row — ready for expense systems.
HTML-to-Dataset Extractor
Turn a repetitive HTML listing page (directory, catalog, search result) into a flat CSV with a self-verifying schema — no per-site selectors to maintain.
Email Thread Reducer
Collapse a long email thread into a deduped timeline of decisions, open questions, and action items — for when you're added to a 40-message chain.
PDF Structure Extraction
Parse a PDF into a structured outline (sections, tables, footnotes) without losing layout semantics.
JSON Schema Builder
Generate a valid JSON Schema from example data, with nullability and enum detection baked in.