An Agent Skill that provides ~185 native CesiumJS 1.142 example scripts and patterns for use with Cursor, Codex, Claude, and similar AI coding tools.

Stars

27

7-day growth

No data

Forks

7

Open issues

1

License

No data

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It bundles a large, structured library of up-to-date CesiumJS examples into a reusable skill format, enabling AI assistants to generate accurate native Cesium.* code for viewers, terrain, 3D Tiles, materials, and effects.

Who it is for

  • CesiumJS developers seeking AI-assisted code generation
  • Users of Cursor, Codex, or Claude who want to accelerate Cesium development
  • Geospatial and 3D web application developers
  • Developers exploring Agent Skills workflows

Use cases

  • Quickly prototype a CesiumJS viewer with imagery and terrain layers
  • Generate 3D Tiles code for large geospatial datasets
  • Create custom materials, post-processing effects, or dynamic geometries
  • Learn best practices through ~185 ready-to-run example scripts

Strengths

  • Based on CesiumJS 1.142, ensuring compatibility with the latest native APIs
  • Large example set (~185 scripts) covering a wide range of features
  • Structured skill format supported by multiple AI coding tools (Cursor, Codex, Claude)
  • Includes auxiliary documentation (patterns, migration, WebGL2 notes) for deeper guidance

Considerations

  • Requires a compatible AI coding tool that supports Agent Skills (Cursor, Codex, Claude)
  • Initial setup involves cloning the repo and placing it in the correct tool-specific directory
  • Scripts are adapted from an upstream project (Cesium-Examples) with its own license; users must follow that license

README quick start

Cesium Skills — Agent Skill

English · 中文

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/ — one-stop hub to get & install community Cesium Skills.

Upstream examples: Cesium-Examples · Docs: CesiumJS RefDoc


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).

ToolProjectUser
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 for Cesium work implicitly, or use $cesium-skills / /skills

Links

Description

基于 CesiumJS 1.142 的原生 Cesium Agent Skill(Cursor / Codex / Claude)。含约 185 个 JS 示例与材质脚本,覆盖地形、3D Tiles、特效等;仅 md/js,无 HTML。复制到 .cursor/skills、.agents/skills 或 .claude/skills 即可使用。

Related repositories

Similar projects matched by category, topics, and programming language.

yetone
Featured
yetone GitHub avatar

kill-ai-slop

Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.

AI & Machine LearningAI Agents
805
gnipbao
Featured
gnipbao GitHub avatar

story-to-handdrawn-video

A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.

AI & Machine LearningAI Agents
683
0xwilliamortiz
Featured
0xwilliamortiz GitHub avatar

ponytail-improved

Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.

AI & Machine LearningAI Agents
545