PlayCanvas Editor Interface

SkillDev tools

Use when working with the PlayCanvas Editor interface panels, inspectors, toolbar actions, layout configurations, PCUI components, viewport settings, or keyboard shortcuts.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the PlayCanvas Editor Interface skill

What this skill tells your AI

The instructions your AI receives, as published by teknokomo/universo-platformo-react in .agents/skills/playcanvas-editor-interface/SKILL.md and read by ahel’s review.

Use this skill when developing, customising, or debugging the PlayCanvas Editor user interface panels, tools, hierarchy, or viewport widgets.

Version Guard

  • Pinned to the UI layout of PlayCanvas Editor v2.30.4.
  • Uses @playcanvas/pcui for UI panels and widgets.
  • Viewport rendering is powered by playcanvas@2.21.3 inside the vendored editor.

Required Output

Before modifying interface components or configuration:

  • state which panel or widget is being modified (hierarchy, inspector, assets, viewport);
  • describe the keyboard shortcut or event hook used;
  • specify the PCUI components involved.

Workflow

  1. Layout follows the classic 3-pane structure: Hierarchy (left), Assets (bottom), Inspector (right), Viewport (center).
  2. UI controls are styled and managed via PCUI. Follow existing layout conventions.
  3. Keep custom panels registered inside the Editor's plugin system rather than modifying the main shell.
  4. Ensure viewport widgets resize cleanly and do not conflict with the iframe boundary.

Blocking Rules

  • Do not bypass PCUI styling conventions for custom editor panels.
  • Do not let custom inspector fields crash on missing asset references.
  • Do not add custom global keyboard shortcuts that conflict with standard browser or host app keys.
  • Do not break viewport resize hooks when resizing the editor container.

Signals

GitHub stars
22
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
playcanvas-editor-interface
Source
github.com/teknokomo/universo-platformo-react