gaia-map
Installation
SKILL.md
Map using @drawcall/charta
Charta is a language to build static 3D maps for three.js.
Important: Use the createMap and editMap tools with natural language prompts. Describe what you want in plain English with specific dimensions in meters.
Examples:
createMap: "A 100x100m grassy field with a medieval castle (50m tall) in the center, surrounded by a water moat with a stone bridge on the south side. Include locations: spawn (near bridge), castle_entrance (at gate)"editMap: "Add a forest of pine trees along the northern edge, and a small village with 5 houses east of the castle"
Important: You cannot provide texture assets. The charta tool uses textures from its own library.
Avoid hardcoding positions — use named locations defined in the map.
Quick Start
import { Map } from './map.charta.ts'