lightbox

Guide Lightning-based ML projects using LightBox templates.

Updated Jan 18, 2026
One-click install
npx skills add https://github.com/neil-tan/LightBox --skill lightbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lightbox
Source: https://github.com/neil-tan/LightBox/tree/main/%7B%7Bcookiecutter.project_slug%7D%7D/.claude/skills/lightbox
Command: npx skills add https://github.com/neil-tan/LightBox --skill lightbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating Lightning-based ML workflows—across LightningReflow, LightningTune, and DataPorter—without cohesive guidance leads to setup friction, inconsistent runtimes, and debugging headaches. This skill provides a comprehensive integration guide that helps teams implement, troubleshoot, and optimize end-to-end Lightning projects with LightBox templates.

Core Features & Use Cases

  • Guidance for training workflows, HPO patterns, and memory-management techniques when using LightBox templates.
  • Practical debugging tips, common pitfalls, and best practices for end-to-end Lightning-based pipelines.
  • Real-world scenarios illustrating how to integrate LightningReflow, LightningTune, and DataPorter in production-like experiments.

Quick Start

Create a LightBox-based project template and begin training with your custom model.

Frequently Asked Questions about lightbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize hyperparameters in a Lightning ML pipeline?

Optimize hyperparameters in a Lightning ML pipeline by applying LightningTune patterns from LightBox templates to structure and execute HPO workflows. This provides safe configuration patterns for your training commands.

What is the best way to manage VRAM when training PyTorch Lightning models?

Manage VRAM when training PyTorch Lightning models by applying memory management techniques with torch.compile and LightBox templates. This approach details specific integration points to optimize memory usage across end-to-end workflows.

How do I load data efficiently for Lightning-based training workflows?

Load data efficiently for Lightning-based training workflows by integrating DataPorter within LightBox templates. This provides structured guidance for data loading configurations and best-practice patterns for production-like experiments.

Why does my Lightning training pipeline fail during torch.compile integration?

Lightning training pipelines may fail during torch.compile integration due to common pitfalls in memory management and configuration. LightBox templates provide debugging tips and error-avoidance strategies to troubleshoot these end-to-end workflow issues.

Can I use LightBox templates to troubleshoot LightningReflow and DataPorter integration?

Yes, you can use LightBox templates to troubleshoot LightningReflow and DataPorter integration. They offer real-world scenarios illustrating how to coordinate these components while avoiding common setup friction and runtime inconsistencies.