Discover and explore top open-source AI tools and projects—updated daily.
intertwineProduction-grade DSPy agent skills for coding assistants
Top 97.4% on SourcePulse
This repository provides a production-grade suite of five DSPy agent skills designed for coding agents, specifically targeting Claude Code and Codex CLI. It offers a unified, validated set of tools for implementing DSPy fundamentals, evaluation, optimization (GEPA), recursive learning (RLM), and advanced workflows, enabling developers to build more sophisticated AI agents with DSPy.
How It Works
The project packages five core DSPy functionalities as agentskills.io-compatible skills. These skills are designed for progressive disclosure, featuring concise SKILL.md and detailed reference.md files. The dspy-advanced-workflow skill orchestrates the others for end-to-end agent pipelines. The approach emphasizes validation against DSPy 3.2.1 and provides runnable Python example scripts with offline --dry-run capabilities for local testing.
Quick Start & Requirements
/plugin marketplace add intertwine/dspy-agent-skillsnpx skills add intertwine/dspy-agent-skills --skill '*' -a codex -ygit clone https://github.com/intertwine/dspy-agent-skills && cd dspy-agent-skills && ./scripts/install.shdspy.RLM examples. API keys (e.g., OPENAI_API_KEY) are necessary for live model interactions.Highlighted Details
--dry-run functionality.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
npx skills add dspy-agent-skills command requires upstream CLI support for source aliases; use the full intertwine/dspy-agent-skills identifier.UV_EXCLUDE_NEWER environment variable may interfere with resolving the correct DSPy 3.2.1 wheel.2 weeks ago
Inactive
github
Significant-Gravitas