Display an architecture diagram in the Lux window with auto-laid-out boxes, arrows, and labels. Use when the user asks to "show architecture", "draw a diagram", "visualize the system", "show dependencies", "architecture diagram", or wants a visual overview of components and their relationships. Also triggered by "box and arrow diagram", "system diagram", "component diagram", or "dependency graph".
From lux-devnpx claudepluginhub punt-labs/claude-plugins --plugin luxThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Optimizes cloud costs on AWS, Azure, GCP via rightsizing, tagging strategies, reserved instances, spot usage, and spending analysis. Use for expense reduction and governance.
Display a layered architecture diagram with auto-layout in the Lux window.
Analyze the system or codebase to identify:
Each node has:
id — unique identifier (used in edge routing)label — display name shown in the boxdetail (optional) — subtitle shown below the labelCall the show_diagram MCP tool with the layers, nodes, and edges.
The tool handles all layout automatically — box sizing, spacing, arrow routing, color coding per layer, and safe margins. No manual coordinates needed.
After the tool returns ack:<scene_id>, tell the user the diagram is live. Each layer is color-coded and nodes are auto-sized to their content.