Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/ml-pro:ml-buildThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read the handoff document (if provided) or ask the user to describe the problem. 1. Read `agents/model-architect.md` for architecture design guidance. 2. Read the relevant reference files based on the architecture type: - Transformers/LLMs: `references/transformers-patterns.md` - GNNs/graphs: `references/gnn-cookbook.md` - General PyTorch: `references/pytorch-patterns.md` - RL: `references/advanced-systems.md` 3. Check `templates/` for a matching starting point: - Standard training: `templates/train-loop.py` - GNN pipeline: `templates/gnn-pipeline.py` - LoRA fine-tunin...
Read the handoff document (if provided) or ask the user to describe the problem.
agents/model-architect.md for architecture design guidance.references/transformers-patterns.mdreferences/gnn-cookbook.mdreferences/pytorch-patterns.mdreferences/advanced-systems.mdtemplates/ for a matching starting point:
templates/train-loop.pytemplates/gnn-pipeline.pytemplates/fine-tune-lora.pytemplates/kge-pipeline.pytemplates/rl-agent.pymodel.py - nn.Module with config dataclass, shape comments, smoke testdataset.py - Data loading with verification modetrain.py - Complete training pipeline (AMP, grad clip, checkpointing)config.py - All hyperparameters in dataclassesnpx claudepluginhub travis-gilbert/claude-marketplace --plugin ml-pro