cocos-vscene
Installation
SKILL.md
Cocos VScene - Scene Index & Analysis System
Design Philosophy
VScene = Index (索引) + Map (地图) + Analysis (分析)
┌──────────────────────────────────────────────────────────────────────────┐
│ VScene System │
├──────────────────────┬──────────────────────┬────────────────────────────┤
│ Index Layer (索引层) │ Map Layer (地图层) │ Analysis Layer (分析层) │
├──────────────────────┼──────────────────────┼────────────────────────────┤
│ • Fast lookup │ • Key node extract │ • Structure quality score │
│ • Node/Component │ • Bilingual annotate │ • Code-scene relations │
│ • Offline capable │ • Smart collapse │ • Module identification │
│ • Minimal context │ • Human+AI readable │ • Self-check & iteration │
└──────────────────────┴──────────────────────┴────────────────────────────┘