22 lines
538 B
Markdown
22 lines
538 B
Markdown
---
|
|
description: Load ML/AI skills (DSPy, training, RAG, embeddings, evaluation)
|
|
---
|
|
|
|
# Discover Machine Learning Skills
|
|
|
|
Load the ML/AI gateway skill:
|
|
|
|
```bash
|
|
cat ~/.claude/plugins/cc-polymath/skills/discover-ml/SKILL.md
|
|
```
|
|
|
|
This activates skills for:
|
|
- DSPy signature design and optimizers
|
|
- Training workflows and model evaluation
|
|
- RAG (Retrieval-Augmented Generation)
|
|
- Vector embeddings and similarity search
|
|
- Model deployment and serving
|
|
- LLM prompting and fine-tuning
|
|
- HuggingFace ecosystem
|
|
- ML observability and monitoring
|