DSPy
Skill Verified ActiveBuild complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming
To empower users to build and optimize sophisticated AI systems using DSPy's declarative programming paradigm for improved reliability and maintainability.
Features
- Declarative LM programming with DSPy
- Automatic prompt optimization
- Modular RAG system development
- Agent creation and management
- Comprehensive examples and documentation
Use Cases
- Building complex AI systems with multiple components
- Systematically improving LM outputs with optimizers
- Creating maintainable and portable AI pipelines
- Developing RAG systems, agents, or classifiers with higher reliability
Non-Goals
- Manual prompt engineering
- Simple, single-step LM calls without optimization
- Building AI systems without a structured framework
Workflow
- Configure LM provider
- Define task signatures
- Build modules (Predict, ChainOfThought, ReAct, etc.)
- Compose modules into pipelines or agents
- Optimize modules using training data
- Deploy and use optimized models
Practices
- Declarative Programming
- Prompt Optimization
- Modular AI Design
- Agent Development
Prerequisites
- Python 3.8+
- pip package manager
- Access to an LM provider (OpenAI, Anthropic, Ollama, etc.)
Installation
First, add the marketplace
/plugin marketplace add Orchestra-Research/AI-Research-SKILLs/plugin install AI-Research-SKILLs@ai-research-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Dspy
99Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming
LangChain
99Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.
Langchain Framework
99LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications
Init
100Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.
Moyu (摸鱼)
100과잉 엔지니어링 패턴이 감지되면 자동으로 활성화됩니다: (1) 사용자가 명시적으로 변경을 요청하지 않은 코드나 파일을 수정하는 경우 (2) 요청되지 않은 새로운 추상화 레이어(class, interface, factory, wrapper)를 생성하는 경우 (3) 요청되지 않은 주석, 문서, JSDoc, 타입 어노테이션을 추가하는 경우 (4) 요청되지 않은 새로운 의존성을 도입하는 경우 (5) 최소한의 편집 대신 파일 전체를 다시 작성하는 경우 (6) diff 범위가 사용자의 요청을 명백히 초과하는 경우 (7) 사용자가 "너무 많아", "거기는 건드리지 마", "X만 변경해", "간단하게", "그만" 등의 신호를 보내는 경우 (8) 발생할 수 없는 시나리오에 대한 에러 처리, 유효성 검사, 방어적 코드를 추가하는 경우 (9) 요청되지 않은 테스트, 설정 스캐폴딩, 문서를 생성하는 경우
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration