人际情感
#ai
using-cesiumjs-skills
Use when starting any conversation involving CesiumJS development - provides orientation on available domain skills and how they activate
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=cesiumgs-cesiumjs-skills-skills-using-cesiumjs-skills-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name using-cesiumjs-skills description Use when starting any conversation involving CesiumJS development - provides orientation on available domain skills and how they activate CesiumJS Skills Orientation This plugin provides 14 domain skills covering CesiumJS v1.143 (~551 public symbols). Skills activate passively via description matching — no explicit invocation is required. Available Skills Skill Use when... cesiumjs-viewer-setup Initializing a CesiumJS app, configuring widgets, setting Ion tokens, bootstrapping a globe cesiumjs-camera Positioning the camera, flyTo animations, constraining navigation, entity tracking cesiumjs-entities Adding points/labels/models/polygons and segmented paths, loading GeoJSON/KML/CZML/GPX through DataSources cesiumjs-3d-tiles Loading tilesets, compressed/CAD glTF content, MVT, metadata, voxels, point clouds, and clipping cesiumjs-imagery Adding/swapping base map layers, configuring imagery providers, split-screen comparisons cesiumjs-terrain-environment Configuring terrain, querying heights, atmosphere/sky/fog/lighting/shadows, panoramas cesiumjs-primitives Performance-critical static geometry, custom shapes, batching, BufferPrimitive collections, GeoJsonPrimitive cesiumjs-materials-shaders Fabric materials, ImageBasedLighting, post-processing effects, bloom, tonemapping cesiumjs-custom-shader Writing GLSL shader bodies for Model/Cesium3DTileset/VoxelPrimitive; reading feature IDs or structural metadata inside a shader cesiumjs-time-properties Time-dynamic attributes, simulation clocks, interpolation, and interval/sampled path materials cesiumjs-spatial-math Coordinate conversions, ellipsoid geometry, model matrices, intersection tests, projections cesiumjs-interaction User clicks on the globe, multi-modifier input actions, entity/feature selection, hover effects, drag interactions cesiumjs-models-particles glTF/GLB loading, KHR meshopt compression, CAD display extensions, animations, and particles cesiumjs-core-utilities HTTP requests via Resource, Color, Event, error handling, helper functions Cross-Domain Questions When a question spans multiple domains, consult docs/DOMAINS.md — the definitive ownership map assigning every public CesiumJS class, function, and enum to exactly one skill. Runtime Verification Chrome DevTools MCP is available for browser-based iteration: console error checking, network inspection, screenshots, and Lighthouse audits.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |