PlayCanvas Editor Scenes
SkillDev toolsUse when working with the PlayCanvas Editor scene graph, Entity Component System (ECS), entity hierarchy, templates, prefabs, or scene setting configurations.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the PlayCanvas Editor Scenes skill
What this skill tells your AI
The instructions your AI receives, as published by teknokomo/universo-platformo-react in .agents/skills/playcanvas-editor-scenes/SKILL.md and read by ahel’s review.
Use this skill when managing the scene graph, configuring components on entities, working with prefabs/templates, or editing scene-wide render settings.
Version Guard
- ECS components mapping must align with
playcanvas@2.21.3(vendored editor runtime version). - Templates/prefabs follow the schema of Editor
v2.30.4.
Required Output
Before modifying scenes or entity states:
- state the target entities and components (camera, light, render, script);
- describe transform parenting relations;
- detail template instances and override configurations.
Workflow
- Entities are structured in a tree hierarchy under the Root entity.
- Component parameters must be validated using Zod schemas before being saved to the scene model.
- Templates/prefabs are instantiated in the scene graph as reference nodes. Local overrides must be tracked explicitly.
- Scene render settings (gravity, ambient, fog, skybox) are kept in the scene header document.
Blocking Rules
- Do not instantiate cyclic entity parents (parent pointing to its child).
- Do not add custom non-standard components to entities unless they are registered in the editor schema.
- Do not modify template definitions directly from an entity instance without committing changes to the template asset first.
- Do not let entity name duplicate handling crash the hierarchy tree.
Signals
- GitHub stars
- 22
- Forks
- 3
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
playcanvas-editor-scenes- Source
- github.com/teknokomo/universo-platformo-react