geometry-assistant
Use when rendering high-school solid-geometry problem data into an interactive 3D standalone HTML artifact with known-condition highlights, step-by-step constructions, faces, polygons, line-plane angles, or dihedral angles.
npx skills add mingchen666/Reviva --skill geometry-assistant --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Geometry Assistant ## 技术方案 SINGLE_FILE_HTML_ONLY:本 Skill 只交付单文件 HTML。geometryData、样式和页面逻辑嵌入一个 `.html` 文件,用户不需要启动服务端;Three.js 与 addons 通过 jsDelivr CDN 加载,因此首次打开或浏览器未缓存依赖时需要联网。不要宣称完全离线或零外部依赖。 已淘汰的 localhost/--serve 方案只保留在 archive/legacy-localhost-preview.md 中作为历史记录,不属于当前工作流。遇到浏览器已经打开 localhost 页面时,不要沿用该页面判断结果;应重新生成 HTML 文件并让用户打开该文件。 ## 标准流程 1. 读取题目并完成数学分析;读取 `references/data-format.md`。 2. 构建 geom
What does the geometry-assistant skill do?
Use when rendering high-school solid-geometry problem data into an interactive 3D standalone HTML artifact with known-condition highlights, step-by-step constructions, faces, polygons, line-plane angles, or dihedral angles.
How do I install it?
Run `npx skills add mingchen666/Reviva --skill geometry-assistant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mingchen666/Reviva, a repository with 181 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.