- Add SKILL.md for AI agents: YAML schema reference, entry type field
tables, design samples per theme, CLI reference, and important patterns
(YAML quoting, phone validation, bullet characters)
- Add Jinja2 template and generate.py that auto-generates SKILL.md and
docs/llms.txt from live Pydantic models and sample generators
- Add promptfoo eval suite (15 tests across 4 files): cv_generation,
pdf_parsing, design, and cli_workflow
- Add deterministic grader that validates LLM output through RenderCV's
own pydantic pipeline (not jsonschema)