Skills: Add /remotion-maps skill - #9563
Merged
Merged
Conversation
Contributor
Contributor
There was a problem hiding this comment.
Reviewed changes — new remotion-maps skill package with reusable templates, reference docs, and scripts for building deterministic map videos in Remotion; migrates existing map guidance out of remotion-markup into the dedicated skill.
- Add
remotion-mapsskill — top-levelSKILL.mdrouter for static maps, 2D animated maps, geographic explainers, and 3D Cesium flyovers. - Add reusable template components —
CesiumFlythrough(landscape + city 3D flyovers),RiverReveal(2D animated map explainer with river draw, border reveal, country fills, and labels). - Add reference docs — provider selection, camera-path architecture, data sources, render stability, troubleshooting guides for both 2D and 3D paths.
- Add data preparation scripts —
prep-cesium-path.mjsfor landscape centerline smoothing andprep-geo.mjsfor river/country/border baking. - Route existing map guidance to new skill — update
remotion-best-practicesto referenceremotion-maps, removeremotion-markup/map.md, add symlink from.agents/skills.
DeepSeek Pro (free via Pullfrog for OSS) (Claude Opus not used — the program covers this model; add its provider key to run your pick) | 𝕏
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
/remotion-mapsrouter for static maps, 2D map animation, geographic explainers, and Cesium flyoversremotion-best-practicesto the map skill and keep the bundled assets free of PNG previewsValidation
bunx oxfmt packages/skills/skills/remotion-maps packages/skills/skills/remotion-best-practices/SKILL.md packages/skills/skills/remotion-markup/SKILL.md packages/skills/tsconfig.json --writebun run buildbun run stylecheckCloses #9545