ai-kickoff

Installation
SKILL.md

Start a New AI Feature

Create a project structure for building an AI-powered feature with DSPy:

$ARGUMENTS/
├── main.py          # Entry point — run your AI feature
├── program.py       # AI logic (DSPy module)
├── metrics.py       # How to measure if the AI is working
├── optimize.py      # Make the AI better automatically
├── evaluate.py      # Test the AI's quality
├── data.py          # Training/test data loading
└── requirements.txt # Dependencies

When NOT to scaffold

Installs
19
GitHub Stars
11
First Seen
Feb 8, 2026
ai-kickoff — lebsral/dspy-programming-not-prompting-lms-skills