What problem does it solve? Building and testing RAG pipelines requires realistic document corpora with ground-truth evaluation data, which is time-consuming to create manually. This Skill generates synthetic PDF documents with LLM-produced content plus companion JSON files containing question/guideline pairs, ready for retrieval evaluation. ## Core Features & Use Cases - Synthetic PDF Generation: Create 5-50+ realistic documents (HR policies, technical docs, financial reports, training materials) from a text description using the generate_pdf_documents MCP tool. - Built-in Evaluation Data: Each PDF ships with a JSON file containing a question and evaluation guideline for automated RAG testing. - Unity Catalog Integration: Generated files are uploaded directly to Unity Catalog Volumes with configurable catalog, schema, volume, and folder. - Use Case: You are prototyping a Knowledge Assistant and need 15 HR policy PDFs with ground-truth questions to validate retrieval quality before connecting real data. ## Quick Start Ask the agent to generate 10 technical documentation PDFs about your product into the ai_dev_kit catalog and a schema of your choice using the generate_pdf_documents tool.