dspy-optimization
Installation
SKILL.md
DSPy Optimization
Guidance for optimizing DSPy programs: teleprompter selection, metric definition, evaluation workflows, and save/load patterns.
Environment Setup
This skill requires uv as the Python package manager.
uv venv
source .venv/bin/activate
uv pip install dspy
Rule: Never use raw
pip. Always useuv pipfor installs anduv runfor script execution.