关于
This skill performs classical Euclidean ruler-and-compass constructions, generating step-by-step instructions with justifications for each geometric operation. It handles constructions like perpendicular/angle bisectors, parallel lines, regular polygons, and tangents from given points, segments, or angles. Use it when you need to produce a verified geometric construction, check constructibility, or create educational step-by-step guides.
快速安装
Claude Code
推荐npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/construct-geometric-figure在 Claude Code 中复制并粘贴此命令以安装该技能
技能文档
建幾何形
以規矩作之附每作之證,自所與元生可建之幾何形。
用時
- 與特幾何元(點、段、角)而求建形
- 命建古典歐幾里得之作(分、垂、切)
- 驗形以規矩可建乎
- 為教或書生建之指
- 化幾何述為序原作
入
- 必:目形之述(如「於 AB 邊之正三角」)
- 必:所與元(起始之點、段、圓、角)
- 可選:出式(敘、號步、偽碼、SVG 坐標)
- 可選:證之詳(簡、常、嚴附定引)
- 可選:若不可建是否含不可之析
法
第一步:識所與元與目形
析題以取:
- 所與元 -- 列所供之諸點、段、角、圓、長。
- 目形 -- 精述須建何。
- 制 -- 注任加條(全等、平行、切、共線)。
以標式述題:
Given: Points A, B; segment AB; circle C1 centered at A with radius r.
Construct: Equilateral triangle ABC with AB as one side.
Constraints: C must lie on the same side of AB as point P (if specified).
驗諸引元善定且一。
得: 作題之清一之重述,每所與元已目錄而目形精述。
敗則: 若題含糊,列可解且求明。若所與元相悖(如邊為 1、1、5 之三角),述悖而止。
第二步:驗可建
定目形能以規矩而建乎。
-
察代數制。 長可建若唯若其於理之連平方域擴內。若作需立方或超越,不可。
-
知不可之作:
- 三分通角
- 倍立方(建 2 之立方根)
- 化圓為方(建 sqrt(pi))
- 正 n 邊形 n 非 2 之冪與異 Fermat 素之積時
-
知可建之作:
- 分任角任段
- 建垂與平
- 移所與長
- n 於 {3, 4, 5, 6, 8, 10, 12, 15, 16, 17, 20, ...} 之正 n 邊
- 以 +、-、*、/、sqrt 表達之任長
-
書裁附證。
Constructibility analysis:
- Target: equilateral triangle on segment AB
- Required operations: circle-circle intersection (two arcs of radius AB)
- Algebraic degree: 2 (quadratic extension)
- Verdict: CONSTRUCTIBLE
得: 可建與否之定裁,附簡證引相關代或古典之果。
敗則: 若可建不確,試化問於知之可建原。若形證不可建,書不可之證而議近可建之似或他法(如 neusis 作、摺紙)。
第三步:謀建序
分目形為原作之序。
-
識所需原。 每規矩作化為此諸原子:
- 經二點畫線
- 附中與半畫圓(中 + 周上點)
- 標二線之交
- 標線圓之交
- 標二圓之交
-
序諸作。 每作必只引已存之點(所與或前建)。建依圖:
Step 1: Draw circle C1 centered at A through B. [uses: A, B]
Step 2: Draw circle C2 centered at B through A. [uses: A, B]
Step 3: Mark intersections of C1 and C2 as P, Q. [uses: C1, C2]
Step 4: Draw line through P and Q. [uses: P, Q]
-
最少步。 尋合作或再用前建之機。
-
注每步之幾何用(如「此建 AB 之垂分」)。
得: 序原作之列,每步只依前立元而涵目形諸部。
敗則: 若分停,識當建點集中不可達之部。重察第二步確可建,或引助作(助圓、中點、反射)以橋。
第四步:行諸步附證
書每建步附歐式之證。
每原作書:
- 作:何畫或標。
- 入:用何存元。
- 證:何歐命、定、性保此作生所言果。
- 出:何新元生。
每步一式:
Step 3: Mark intersections of C1 and C2 as P and Q.
- Operation: Circle-circle intersection
- Inputs: C1 (center A, radius AB), C2 (center B, radius BA)
- Justification: Two circles with equal radii whose centers are separated
by less than the sum of their radii intersect in exactly two points,
symmetric about the line of centers (Euclid I.1).
- Output: Points P and Q, where AP = BP = AB (equilateral property).
續至目形全建。繁形則聚相關步為段(如「段一:建助垂分」、「段二:定內心」)。
得: 全證建序之步,依序行則生目形。每新點、線、圓皆清。
敗則: 若某步無證可供,此步或無效。獨驗幾何言。常誤含:假設二圓交而實不(察中距對半徑和/差),或假設點於線而無證。
第五步:驗建合述
確所建形滿諸原求。
-
每制察自第一步對建形:
- 全等:以建驗等長等角
- 平/垂:以建法確(如垂分保九十度)
- 入:驗所需點於所需線圓
-
計自由度。 所建形宜有述所隱之參數。若多,述不全。若無而建敗,述過或悖。
-
以特坐標試(選而宜於繁作):
Verification with coordinates:
Let A = (0, 0), B = (1, 0).
C1: x^2 + y^2 = 1
C2: (x-1)^2 + y^2 = 1
Intersection: x = 1/2, y = sqrt(3)/2
Triangle ABC: sides AB = BC = CA = 1. VERIFIED.
- 書驗果附每制之過/敗。
得: 諸原述之制皆驗,建確為正。坐標察(若行)合幾何言。
敗則: 若制敗,回追建以尋誤步。常因:交擇誤(線圓交之誤枝)、坐標驗之符誤、或缺助作。
驗
- 題以標 Given/Construct/Constraints 式重述
- 可建析存附清裁與證
- 每建步只用前立元
- 每步含作、入、證、出
- 證引相關幾何理(歐、定名、性)
- 目形全建(無缺部)
- 諸原制對已畢建驗
- 無步賴測、近、不可建之作
- 步數合形之繁
陷
-
假交存:二圓唯於中距於 |r1 - r2| 與 r1 + r2 間相交。必於標交前驗此。忘察生紙上成幾何敗之作。
-
誤交枝:圓圓與線圓之交生二點。建必述用何(如「於 AB 同側之交於 P」)。不明之擇生二有效而異之形。
-
混建與測:規矩作不許測長角。不可「測段 AB 後標同長」。反之,以規轉半徑畫圓附新點經舊端。
-
略可建察:試三分通角或建正七邊耗力。建序前必驗可建。
-
過繁之序:多作有優雅短解。若建逾十五原步於標形,尋簡法。古典源(歐、Hartshorne)常供最少之作。
-
隱助元:忘書助作(如「延 AB 至 D」)使序不可循。每用元必明建。
參
solve-trigonometric-problem- 三角析常驅或驗建prove-geometric-theorem- 建常為幾何證之步create-skill- 包新建為可用技時循此
GitHub 仓库
Frequently asked questions
What is the construct-geometric-figure skill?
construct-geometric-figure is a Claude Skill by pjt222. Skills package instructions and resources that Claude loads on demand, so Claude can perform construct-geometric-figure-related tasks without extra prompting.
How do I install construct-geometric-figure?
Use the install commands on this page: add construct-geometric-figure to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does construct-geometric-figure belong to?
construct-geometric-figure is in the Meta category, tagged word.
Is construct-geometric-figure free to use?
Yes. construct-geometric-figure is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
相关推荐技能
Content Collections 是一个 TypeScript 优先的构建工具,可将本地 Markdown/MDX 文件转换为类型安全的数据集合。它专为构建博客、文档站和内容密集型 Vite+React 应用而设计,提供基于 Zod 的自动模式验证。该工具涵盖从 Vite 插件配置、MDX 编译到生产环境部署的完整工作流。
这个Claude Skill为开发者提供完整的Polymarket预测市场开发支持,涵盖API调用、交易执行和市场数据分析。关键特性包括实时WebSocket数据流,可监控实时交易、订单和市场动态。开发者可用它构建预测市场应用、实施交易策略并集成实时市场预测功能。
该Skill帮助开发者创建OpenCode插件,用于接入命令、文件、LSP等25+种事件。它提供了插件结构、事件API规范和JavaScript/TypeScript实现模式,适合需要拦截操作、扩展功能或自定义事件处理的场景。开发者可通过它快速构建响应式模块来增强OpenCode AI助手的能力。
SGLang是一个专为LLM设计的高性能推理框架,特别适用于需要结构化输出的场景。它通过RadixAttention前缀缓存技术,在处理JSON、正则表达式、工具调用等具有重复前缀的复杂工作流时,能实现极速生成。如果你正在构建智能体或多轮对话系统,并追求远超vLLM的推理性能,SGLang是理想选择。
