Claude Skill
intertwine/dspy-agent-skills
Production-grade DSPy 3.2.x agent skills with validated end-to-end examples for Claude Code and Codex CLI. Covers fundamentals, evaluation, GEPA, BetterTogether, and RLM.
Overview
Repository
Install this Skill
npx skills add intertwine/dspy-agent-skills --listRegistry
npx skills add intertwine/dspy-agent-skills --listnpx skills add intertwine/dspy-agent-skills --skill '*' -a codex -ygit clone https://github.com/intertwine/dspy-agent-skills
Summary
A production-grade collection of DSPy 3.2.x agent skills with validated end-to-end examples for Claude Code and Codex CLI, covering fundamentals, evaluation, GEPA, BetterTogether, and RLM.
生产级DSPy 3.2.x代理技能 + 经过验证的端到端示例,适用于Claude Code和Codex CLI — 基础、评估、GEPA、BetterTogether和RLM。
Key features
- Production-grade DSPy 3.2.x agent skills
- Validated end-to-end examples for Claude Code and Codex CLI
- Covers fundamentals, evaluation, GEPA, BetterTogether, and RLM
- Designed for real-world agent workflows
Use cases
- Building and deploying DSPy agents in production
- Evaluating agent performance with validated examples
- Implementing GEPA, BetterTogether, and RLM patterns
- Integrating with Claude Code and Codex CLI
README excerpt
# DSPy Agent Skills [](https://dspy.ai/) **Production-grade DSPy 3.2.x skills for coding agents.** A synthesized, spec-compliant pack of five agent skills that turns Claude Code, Codex CLI, and any other [agentskills.io](https://agentskills.io)-compatible agent into a DSPy expert. - ✅ Validated against DSPy 3.2.1 (the real API, not inferred from stale docs) - ✅ Single source of truth for both **Claude Code** and **Codex CLI** - ✅ Progressive disclosure (short `SKILL.md` + deep `reference.md`) - ✅ Runnable `example_*.py` scripts with offline `--dry-run` - ✅ Includes a DSPy 3.2.x `BetterTogether` chaining example - ✅ Plugin manifest + marketplace manifest for one-click install - ✅ Validation tests for frontmatter spec, JSON schema, Python AST, skill-doc correctness, and version alignment ## What's inside | Skill | When it auto-invokes | |---|---| | [`dspy-fundamentals`](skills/dspy-fundamentals/SKILL.md) | Any new DSPy code: Signatures, Modules, Predict/ChainOfThought/ReAct, save/load | | [`dspy-evaluation-harness`](skills/dspy-evaluation-harness/SKILL.md) | Writing metrics, splitting dev/val sets, calling `dspy.Evaluate` | | [`dspy-gepa-optimizer`](skills/dspy-gepa-optimizer/SKILL.md) | Optimizing/compiling DSPy programs with `dspy.GEPA` | | [`dspy-rlm-module`](skills/dspy-rlm-module/SKILL.md) | Long context, codebase QA, recursive exploration via `dspy.RLM` | | [`dspy-advanced-workflow`](skills/dspy-advanced-workflow/SKILL.md) | End-to-end builds — orchestrates the other four | ## Install ### Claude Code (via marketplace) ```text /plugin marketplace add intertwine/dspy-agent-skills /plugin install dspy-agent-skills@dspy-agent-skills ``` ### Agent Skills CLI (`npx skills`) ```bash npx skills add inter
Topics
No topics yet.