A Claude Code plugin containing 22 focused skills for programming, optimizing, evaluating, and deploying LLM applications with DSPy .
Stable DSPy baseline: 3.2.1, released May 5, 2026. Install the stable series with:
pip install -U " dspy>=3.2.1,<3.3"
DSPy 3.3.0b1 is a prerelease published May 28, 2026. See prerelease notes before opting in.
Production and Interfaces
Skill
Use it for
dspy-output-refinement-constraints
Refine and BestOfN constraints
dspy-adapters-multimodal
Adapters, native tools, image, audio, and file inputs
dspy-production-deployment
Cache hardening, save/load, usage tracking, async, and streaming
dspy-debugging-observability
Inspection, callbacks, and MLflow tracing
Define typed inputs and outputs with dspy-signature-designer .
Build a module, RAG pipeline, or agent.
Establish a baseline with dspy-evaluation-suite .
Choose an optimizer with dspy-optimizer-selection .
Harden the runtime with dspy-production-deployment .
# Bayesian search for MIPROv2
pip install -U " dspy[optuna]>=3.2.1,<3.3"
# MCP tool integration
pip install -U " dspy[mcp]>=3.2.1,<3.3"
# Large local embedding corpora
pip install faiss-cpu
# optimize_anything
pip install -U " gepa>=0.1.1,<0.2"
Install as a Claude Code Plugin
/plugin marketplace add OmidZamani/dspy-skills
/plugin install dspy-skills@dspy-skills-marketplace
python3 scripts/validate_repo.py
python3 -m compileall -q examples skills/dspy-haystack-integration/examples
MIT License. See LICENSE .