Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:41 +08:00
commit 735ee8165d
17 changed files with 1350 additions and 0 deletions

21
commands/discover-ml.md Normal file
View File

@@ -0,0 +1,21 @@
---
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