FAQ
dspy-skills is a Claude Code plugin with 23 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes skill-perfection, dspy-adapters-multimodal, dspy-advanced-module-composition. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add OmidZamani/dspy-skills> /plugin install dspy-skills@dspy-skills-marketplace
Repo: OmidZamani/dspy-skills
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.
| Skill | Use it for |
|---|---|
| dspy-signature-designer | Typed signatures and structured outputs |
| dspy-custom-module-design | Reusable dspy.Module architecture |
| dspy-evaluation-suite | Metrics, baselines, and comparisons |
| dspy-optimizer-selection | Choosing among DSPy's optimizer families |
| Skill | Use it for |
|---|---|
| dspy-rag-pipeline | RAG and multi-hop retrieval pipelines |
| dspy-embedding-retrieval | Embedder, Embeddings, FAISS, and local corpora |
| dspy-haystack-integration | Optimizing Haystack-backed pipelines |
| Skill | Use it for |
|---|---|
| dspy-react-agent-builder | ReAct tool agents |
| dspy-mcp-tool-integration | MCP tools in DSPy agents |
| dspy-reasoning-modules | RLM, ProgramOfThought, CodeAct, and Parallel |
| dspy-advanced-module-composition | Ensembles and composed modules |
| Skill | Use it for |
|---|---|
| dspy-bootstrap-fewshot | Fast demo bootstrapping |
| dspy-miprov2-optimizer | Instruction and demo search |
| dspy-gepa-reflective | Reflective instruction optimization |
| dspy-simba-optimizer | Mini-batch introspective optimization |
| dspy-finetune-bootstrap | Weight optimization and distillation |
| dspy-better-together | Sequencing prompt and weight optimizers |
| dspy-optimize-anything | GEPA optimization for text artifacts outside DSPy |
| 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 |
# 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"
/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.
.claude/
.claude-plugin/
marketplace.json
plugin.json
skills/
skills-skill-perfection/
scripts/
preflight.py
SKILL.md
skill-perfection/
scripts/
preflight.py
SKILL.md
.gitattributes
.github/
workflows/
validate.yml
.gitignore
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
docs/
dspy-framework.md
dspy-prerelease-3.3.md
examples/
code-snippets.py
LICENSE
README.md
requirements-extras.txt
requirements.txt
scripts/
validate_repo.py
skills/
dspy-adapters-multimodal/
example.py
SKILL.md
dspy-advanced-module-composition/
example.py
SKILL.md
dspy-better-together/
example.py
SKILL.md
dspy-bootstrap-fewshot/
example.py
SKILL.md
dspy-custom-module-design/
example.py
SKILL.md
dspy-debugging-observability/
example.py
SKILL.md
dspy-embedding-retrieval/
example.py
SKILL.md
dspy-evaluation-suite/
example.py
SKILL.md
dspy-finetune-bootstrap/
example.py
SKILL.md
dspy-gepa-reflective/
example.py
SKILL.md
dspy-haystack-integration/
example.py
examples/
haystack-dspy-optimizer.py
references/
prompt-extraction.md
SKILL.md
dspy-mcp-tool-integration/
example.py
SKILL.md
dspy-miprov2-optimizer/
example.py
SKILL.md
dspy-optimize-anything/
example.py
SKILL.md
dspy-optimizer-selection/
example.py
SKILL.md
dspy-output-refinement-constraints/
example.py
SKILL.md
dspy-production-deployment/
example.py
SKILL.md
dspy-rag-pipeline/
example.py
SKILL.md
dspy-react-agent-builder/
example.py
SKILL.md
dspy-reasoning-modules/
example.py
SKILL.md
dspy-signature-designer/
example.py
SKILL.md
dspy-simba-optimizer/
example.py
SKILL.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic