Cesium Skills
Description
基于 CesiumJS 1.142 的原生 Cesium Agent Skill(Cursor / Codex / Claude)。含约 185 个 JS 示例与材质脚本,覆盖地形、3D Tiles、特效等;仅 md/js,无 HTML。复制到 .cursor/skills、.agents/skills 或 .claude/skills 即可使用。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Cesium Skills — Agent Skill
[English](#cesium-skills--agent-skill) · [中文](#cesium-skills--agent-skill中文)
An Agent Skill for **native CesiumJS 1.142** examples.
Works with Cursor, Codex, Claude, and other Agent Skills–compatible tools. Helps generate Viewer, imagery, terrain, 3D Tiles, materials, and effects using native `Cesium.*` APIs.
**Website:** [https://opencesium.github.io/Cesium-Skills/](https://opencesium.github.io/Cesium-Skills/) — one-stop hub to get & install community Cesium Skills.
Upstream examples: [Cesium-Examples](https://github.com/jiawanlong/Cesium-Examples) · Docs: [CesiumJS RefDoc](https://cesium.com/learn/cesiumjs/ref-doc/)
Directory layout
Cesium-Skills/
├── SKILL.md # Skill entry (required)
├── README.md
├── catalog.md # Feature routing
├── patterns.md # Common patterns
├── migration.md # API migration notes
├── webgl2.md # WebGL2 shader notes
├── templates.md # Page skeletons
├── examples.md
├── scripts/ # Reusable JS (Viewer, ripple, dynamic wall, etc.)
└── examples/ # ~185 demo scripts
Setup
Copy this repo (or clone it) into the path below as `cesium-skills`. Make sure `.../cesium-skills/SKILL.md` exists (no extra nesting).
| Tool | Project | User |
|---|---|---|
| Cursor | .cursor/skills/cesium-skills/ |
~/.cursor/skills/cesium-skills/ |
| Codex | .agents/skills/cesium-skills/ |
~/.agents/skills/ or ~/.codex/skills/ |
| Claude | .claude/skills/cesium-skills/ |
~/.claude/skills/cesium-skills/ |
# Example: Cursor, project-level
# Windows: Copy-Item -Recurse .\Cesium-Skills your-project\.cursor\skills\cesium-skills
# macOS/Linux: mkdir -p your-project/.cursor/skills && cp -R Cesium-Skills your-project/.cursor/skills/cesium-skills
Restart the tool or start a new chat after copying. Usage:
- Cursor / Claude: say “use cesium-skills” or open
/skills - Codex: ask
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11