About
PyTorch Lightning is a high-level framework designed to organize PyTorch code, making it more readable, reproducible, and scalable. This skill provides Claude with the patterns and best practices needed to convert standard PyTorch scripts into Lightning modules, automate complex training loops, and implement advanced distributed strategies like DDP, FSDP, and DeepSpeed. It is ideal for researchers and engineers who need to scale models from local laptops to massive GPU clusters without rewriting their core logic, while also benefiting from built-in features like automated checkpointing, logging, and mixed-precision training.