What problem does it solve? Developing Decentraland SDK7 scenes requires knowing dozens of components, strict composite-first authoring rules, and platform constraints like the QuickJS sandbox. This Skill acts as the entry point that enforces correct agent behavior and routes every task to the right topic-specific guidance. ## Core Features & Use Cases - Behavioral Guardrails: Requires user confirmation before changing parcel layouts, downloading external assets, adding an authoritative multiplayer server, or falling back from Blender MCP to headless Blender. - Composite-First Authoring: Enforces defining static entities in assets/scene/main.composite rather than in TypeScript, with rules for safely editing composites via the Creator Hub MCP. - Skill Index & Routing: Indexes 25+ topic skills covering models, animations, UI, audio, multiplayer, deployment, and SDK6-to-SDK7 migration. - Use Case: A user asks to add a 3D model with click interaction and background music to their scene; the agent loads this entry skill, follows its confirmation rules, then pulls in the add-3d-models, add-interactivity, and audio-video skills for implementation details. ## Quick Start Ask the agent to build a Decentraland SDK7 scene feature, such as adding an interactive 3D model with sound, and it will apply these guidelines automatically.