ai-parsing-data

Installation
SKILL.md

Build an AI Data Parser

Guide the user through building AI that pulls structured data out of messy text. Uses DSPy extraction — define the output shape, and the AI fills it in.

Step 1: Define what to extract

Ask the user:

  1. What are you parsing? (emails, invoices, resumes, transcripts, articles, forms, etc.)
  2. What fields do you need? (names, dates, amounts, entities, etc.)
  3. Are any fields optional? (some documents might not have every field)
  4. What's the output format? (flat fields, list of objects, nested structure)
  5. Do you have examples of correct extractions? (even a few help with optimization)

Step 2: Build the parser

Simple field extraction

For pulling a known set of fields from text:

Related skills

More from lebsral/dspy-programming-not-prompting-lms-skills

Installs
22
GitHub Stars
5
First Seen
Feb 8, 2026