Back to Skills

discover-ml

rand
Updated Today
20 views
29
2
29
View on GitHub
Metaaiautomation

About

The discover-ml skill automatically activates Claude's machine learning capabilities when you work with ML/AI tasks, frameworks like PyTorch/TensorFlow, or concepts like model training. It provides access to 25 specialized ML skills including LLM evaluation, fine-tuning techniques, RAG implementations, and DSPy modules. Use this skill when developing ML models to get instant access to Claude's comprehensive ML toolset without manual activation.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-ml

Copy and paste this command in Claude Code to install this skill

Documentation

Ml Skills Discovery

Provides automatic access to comprehensive ml skills.

When This Skill Activates

This skill auto-activates when you're working with:

  • machine learning
  • ML
  • AI
  • models
  • training
  • inference
  • PyTorch
  • TensorFlow

Available Skills

Quick Reference

The Ml category contains 25 skills:

  1. custom-llm-evaluation
  2. diffusion-finetuning
  3. diffusion-model-basics
  4. dspy-assertions
  5. dspy-evaluation
  6. dspy-modules
  7. dspy-optimizers
  8. dspy-rag
  9. dspy-setup
  10. dspy-signatures
  11. graph-rag
  12. hierarchical-rag
  13. hybrid-search-rag
  14. llm-as-judge
  15. llm-benchmarks-evaluation
  16. llm-dataset-preparation
  17. llm-evaluation-frameworks
  18. llm-model-routing
  19. llm-model-selection
  20. lora-peft-techniques
  21. multi-model-orchestration
  22. rag-evaluation-metrics
  23. rag-reranking-techniques
  24. stable-diffusion-deployment
  25. unsloth-finetuning

Load Full Category Details

For complete descriptions and workflows:

cat skills/ml/INDEX.md

This loads the full Ml category index with:

  • Detailed skill descriptions
  • Usage triggers for each skill
  • Common workflow combinations
  • Cross-references to related skills

Load Specific Skills

Load individual skills as needed:

cat skills/ml/custom-llm-evaluation.md
cat skills/ml/diffusion-finetuning.md
cat skills/ml/diffusion-model-basics.md
cat skills/ml/dspy-assertions.md
cat skills/ml/dspy-evaluation.md

Progressive Loading

This gateway skill enables progressive loading:

  • Level 1: Gateway loads automatically (you're here now)
  • Level 2: Load category INDEX.md for full overview
  • Level 3: Load specific skills as needed

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects ml work
  2. Browse skills: Run cat skills/ml/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/ml/INDEX.md to see full category details.

GitHub Repository

rand/cc-polymath
Path: skills/discover-ml
aiclaude-codeskills

Related Skills

sglang

Meta

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

llamaguard

Other

LlamaGuard is Meta's 7-8B parameter model for moderating LLM inputs and outputs across six safety categories like violence and hate speech. It offers 94-95% accuracy and can be deployed using vLLM, Hugging Face, or Amazon SageMaker. Use this skill to easily integrate content filtering and safety guardrails into your AI applications.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill