dspy-finetune-bootstrap
✓This skill should be used when the user asks to "fine-tune a DSPy model", "distill a program into weights", "use BootstrapFinetune", "create a student model", "reduce inference costs with fine-tuning", mentions "model distillation", "teacher-student training", or wants to deploy a DSPy program as fine-tuned weights for production efficiency.
Installation
SKILL.md
Distill a DSPy program into fine-tuned model weights for efficient production deployment.
| program | dspy.Module | Teacher program to distill | | trainset | list[dspy.Example] | Training examples | | metric | callable | Validation metric (optional) | | trainkwargs | dict | Training hyperparameters |
| finetunedprogram | dspy.Module | Program with fine-tuned weights | | modelpath | str | Path to saved model |
This skill should be used when the user asks to "fine-tune a DSPy model", "distill a program into weights", "use BootstrapFinetune", "create a student model", "reduce inference costs with fine-tuning", mentions "model distillation", "teacher-student training", or wants to deploy a DSPy program as fine-tuned weights for production efficiency. Source: omidzamani/dspy-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/omidzamani/dspy-skills --skill dspy-finetune-bootstrap- Source
- omidzamani/dspy-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is dspy-finetune-bootstrap?
This skill should be used when the user asks to "fine-tune a DSPy model", "distill a program into weights", "use BootstrapFinetune", "create a student model", "reduce inference costs with fine-tuning", mentions "model distillation", "teacher-student training", or wants to deploy a DSPy program as fine-tuned weights for production efficiency. Source: omidzamani/dspy-skills.
How do I install dspy-finetune-bootstrap?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/omidzamani/dspy-skills --skill dspy-finetune-bootstrap Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/omidzamani/dspy-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01