add-example
Installation
SKILL.md
Add an Example File
Creates a standalone runnable example in examples/.
Before Starting
Ask the user:
- Topic / use case (e.g. "medical record extraction", "product review analysis")
- Extraction method —
extract_with_model,stepwise_extract_with_model,extract_and_jsonify,extract_from_data, orrender_output - Provider/model — e.g.
openai/gpt-4o,moonshot/kimi-k2-0905-preview,ollama/llama3.1:8b
Two Example Styles
Provider example (e.g. moonshot_example.py, grok_example.py)
Shows extract_and_jsonify with a specific provider. Two sections:
- Default instruction with the provider's primary model
- Custom instruction with the same or a different model