create-scene

Scaffold a new Decentraland SDK7 scene project with configuration files.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/dcl-regenesislabs/dcl-catalog --skill create-scene
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-scene
Source: https://github.com/dcl-regenesislabs/dcl-catalog/tree/main/.agents/skills/create-scene
Command: npx skills add https://github.com/dcl-regenesislabs/dcl-catalog --skill create-scene

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the setup of a new Decentraland SDK7 scene project, ensuring all necessary configuration files and dependencies are correctly initialized.

Core Features & Use Cases

  • Project Initialization: Creates scene.json, package.json, tsconfig.json, and src/index.ts with a basic scene structure.
  • Dependency Management: Automatically installs required SDK dependencies.
  • Asset Discovery: Helps find relevant 3D models and audio from provided catalogs.
  • Use Case: When starting a new Decentraland project, use this skill to quickly generate a boilerplate project structure, allowing you to focus on building the scene's content and logic.

Quick Start

Use the create-scene skill to scaffold a new Decentraland SDK7 scene project.

Frequently Asked Questions about create-scene

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Decentraland scene project?

Scaffolding a Decentraland scene is done by generating essential configuration files like scene.json, package.json, and tsconfig.json, along with a basic src/index.ts to initialize the SDK7 project structure.

What files do I need to start 3d development in Decentraland SDK7?

Starting Decentraland SDK7 3d development requires scene.json, package.json, tsconfig.json, and a basic src/index.ts file. This Skill automates the creation of these necessary project configuration files.

Can I find 3D models and audio assets when creating a scene?

Yes, during scene creation the Skill integrates with asset and audio catalogs to suggest relevant 3D models and audio resources for populating your new Decentraland scene's content.

Does the Decentraland scene scaffolder handle dependency installation?

Yes, the Decentraland scene scaffolder facilitates project initialization by automatically installing required SDK dependencies, ensuring your development environment is ready for building scene logic.

Why use a project scaffold for Decentraland game development instead of manual setup?

Using a project scaffold for Decentraland game development ensures all necessary configuration files and dependencies are correctly initialized from scratch, letting you focus on building content rather than setup mechanics.