OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add mengto/skills --skill cobejs
Use when adding a lightweight interactive globe with cobe (canvas setup, markers, interaction, performance, integration with React/Next.js).
npx skills add mengto/skills --skill cobejs
import createGlobe from "cobe"const globe = createGlobe(canvas, { ...options, onRender(state) { ... } })devicePixelRatio, width, heightphi, theta (rotation angles)scale, dark, diffusebaseColor, markerColor, glowColormarkers: [{ location: [lat, lon], size, color? }]globe.toggle() pauses RAFglobe.destroy() removes instancewidth/height scaled for DPR.