feat: add foundation CesiumJS skills (spatial-math, core-utilities, time-properties)#26
Open
jdehorty wants to merge 1 commit into
Open
feat: add foundation CesiumJS skills (spatial-math, core-utilities, time-properties)#26jdehorty wants to merge 1 commit into
jdehorty wants to merge 1 commit into
Conversation
…ime-properties) Add the first 3 CesiumJS domain-level skills covering the foundational API surface that all other domains depend on: - cesiumjs-spatial-math: Cartesian3, Matrix4, Transforms, Ellipsoid, projections - cesiumjs-core-utilities: Resource, Color, Event, RequestScheduler, helpers - cesiumjs-time-properties: Clock, JulianDate, Property system, splines Also adds DOMAINS.md (master class-to-domain mapping) and updates the skills README with the new skills and cesium-context7 relationship docs. Based on CesiumJS v1.139.x. Modeled after CloudAI-X/threejs-skills.
Contributor
|
I think this one should go to new repo |
Contributor
|
After we created a separate repository https://github.com/CesiumGS/cesiumjs-skills, need to reference this new repository in the README |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the first 3 of 13 CesiumJS domain-level skills, covering the foundational API surface that all other domains depend on. Modeled after CloudAI-X/threejs-skills.
Also adds:
skills/cesiumjs/DOMAINS.md-- master domain-to-class mapping (source of truth for all 13 planned domains)skills/README.md-- documents the new skills and the complementary relationship between baked-in skills andcesium-context7Each skill follows the threejs-skills template: minimal frontmatter, Quick Start, API reference sections, runnable ES module code examples, Performance Tips, and See Also cross-references. Based on CesiumJS v1.139.x.
This is PR 1 of 4 in a stacked series that will add all 13 CesiumJS skills:
Test plan
nameanddescriptionfields)YOUR_TOKEN)