<overview The CLI manages the full lifecycle of LangGraph applications — from scaffolding a new project to deploying it to LangGraph Platform (LangSmith Deployments). Key commands: - — Scaffold a project from a template - — Run locally with hot reload (no Docker) - — Build a Docker image - — Launch locally via Docker Compose - — Ship to LangGraph Platform - — Generate a Dockerfile All commands (except ) read from a config file in the project root. </overview When to use Use this skill when the user wants to: - Scaffold a new LangGraph project - Run a local development or production-like serve…