What problem does it solve? Publishing a Decentraland scene to a personal World requires correct worldConfiguration in scene.json, NAME or ENS ownership, storage budget awareness, and the right deploy target, and mistakes in any of these cause failed or invisible deployments. ## Core Features & Use Cases - World Configuration: Guides setup of worldConfiguration in scene.json, including name, placesConfig opt-out, skyboxConfig.fixedTime, and discovery metadata like title, description, tags, and thumbnail. - Deployment Workflows: Covers the /deploy command, CLI deployment to the Worlds content server, Creator Hub publishing, and multi-scene Worlds with collaborators. - Troubleshooting & Storage Budget: Explains the dynamic storage budget from NAMEs, LAND, and MANA holdings, plus fixes for common errors like NAME ownership mismatches and oversized scenes. - Use Case: A creator finishes a multiplayer scene and wants it live at my-name.dcl.eth; this Skill walks through configuring scene.json, verifying the storage budget, deploying, and confirming the World appears on Places. ## Quick Start Deploy my Decentraland scene to my World at my-name.dcl.eth and configure scene.json with the right worldConfiguration and discovery metadata.