What problem does it solve? Managing the full lifecycle of a LangGraph application—from scaffolding a project to deploying it on LangGraph Platform—requires knowing many CLI commands, flags, and the structure of the langgraph.json configuration file. This Skill provides complete operational guidance so the agent can correctly scaffold, run, build, and deploy LangGraph apps without guesswork. ## Core Features & Use Cases - Project Scaffolding: Create new projects from templates like agent-python or deep-agent-js using langgraph new. - Local Development & Validation: Run hot-reload dev servers with langgraph dev (no Docker) or production-like stacks with langgraph up (Docker Compose with Postgres). - Build & Deploy: Build Docker images with langgraph build and ship to LangSmith Deployments with langgraph deploy, then monitor with langgraph deploy logs. - Configuration Guidance: Author and edit langgraph.json with correct dependencies, graphs, env, and dockerfile_lines keys. - Use Case: A developer asks the agent to create a new LangGraph agent, run it locally for testing, and then deploy it to LangGraph Platform—the Skill supplies the exact commands and config for each step. ## Quick Start Ask the agent to scaffold a new LangGraph project and start a local dev server with hot reload using the langgraph CLI.