construct-geometric-figure

construct-geometric-figure is a skill for Claude Code from pjt222/agent-almanac. It costs 92 tokens per session (2,646 once invoked), scanned A, original, MIT.

A guide to constructing geometric figures with a straightedge and compass, including perpendicular bisectors, angle bisectors, regular polygons, and tangents. Each construction is explained and checked against the requested result.

In plain words
What is it for?
Use it for Euclidean construction problems, constructibility checks, educational explanations, or step-by-step instructions with optional pseudocode or SVG coordinates.
Why use it?
It turns a geometric specification into a clear sequence of classical construction steps with mathematical justification.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the agent-almanac plugin — 122 skills, 76 agents shipped together

Good fit Use it for Euclidean construction problems, constructibility checks, educational explanations, or step-by-step instructions with optional pseudocode or SVG coordinates.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pjt222/agent-almanac/construct-geometric-figure
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pjt222/agent-almanac --skill construct-geometric-figure
Clone the repo
git clone --depth 1 https://github.com/pjt222/agent-almanac

Made for: Claude Code.

Or install agent-almanac, the plugin that ships this one along with the rest of its 122 skills, 76 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for construct-geometric-figure

README.md
[![agentmods](https://agentmods.dev/badge/skills/pjt222/agent-almanac/construct-geometric-figure/github.svg)](https://agentmods.dev/skills/pjt222/agent-almanac/construct-geometric-figure)
Your own site
<a href="https://agentmods.dev/skills/pjt222/agent-almanac/construct-geometric-figure"><img src="https://agentmods.dev/badge/skills/pjt222/agent-almanac/construct-geometric-figure/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for construct-geometric-figure

Your own site · 80×15
<a href="https://agentmods.dev/skills/pjt222/agent-almanac/construct-geometric-figure"><img src="https://agentmods.dev/badge/skills/pjt222/agent-almanac/construct-geometric-figure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,646 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.02646
Opus 5 $0.00046 $0.01323
Sonnet 5 $0.00018 $0.00529
Haiku 4.5 $0.00009 $0.00265

Measured 5d ago against content hash 35487f7bb379, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

construct-geometric-figure scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

i18n/caveman-lite/skills/construct-geometric-figure/SKILL.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Construct a Geometric Figure

Produce a ruler-and-compass construction for a specified geometric figure, documenting every step with its Euclidean justification and verifying the result against the original specification.

When to Use

  • Given specific geometric elements (points, segments, angles) and asked to construct a figure
  • Tasked with producing a classical Euclidean construction (bisectors, perpendiculars, tangents)
  • Verifying whether a figure is constructible with straightedge and compass alone
  • Generating construction instructions for educational or documentation purposes
  • Converting a geometric specification into an ordered sequence of primitive operations

Inputs

  • Required: Description of the target figure (e.g., "equilateral triangle with side length AB")
  • Required: Given elements (points, segments, circles, angles provided as starting data)
  • Optional: Output format (narrative prose, numbered steps, pseudocode, SVG coordinates)
  • Optional: Level of justification detail (terse, standard, rigorous with theorem citations)
  • Optional: Whether to include impossibility analysis if figure is not constructible

Procedure

Step 1: Identify Given Elements and Target Figure

Parse the problem statement to extract:

  1. Given elements -- list every point, segment, angle, circle, or length provided.
  2. Target figure -- state precisely what must be constructed.
  3. Constraints -- note any additional conditions (congruence, parallelism, tangency, collinearity).

Express the problem in standard form:

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).

Verify that all referenced elements are well-defined and consistent.

Got: A clear, unambiguous restatement of the construction problem with every given element cataloged and the target figure precisely described.

Read the full file on GitHub · 222 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 222 lines · 92 tokens per session scan A 35487f7bb379

Subscribe to this mod's changes

construct-geometric-figure is a skill published in the GitHub repository pjt222/agent-almanac (32 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 2,646 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

tooluniverse-organic-chemistry

Organic chemistry reasoning guide for reaction product prediction, mechanism analysis (electrophilic/nucleophilic substitution, addition, elimination, pericyclic, radical), and spectroscopy interpretation (1H/13C NMR, IR, MS). Reasons from first principles (electron flow, kinetic vs thermodynamic) rather than…

mims-harvard/ToolUniverse · 86 tokens

evomath-tao

Use this skill whenever the user submits a non-trivial mathematical claim that needs a rigorous proof or audit. Trigger on IMO/Putnam/USAMO/Olympiad-style problems, ML/AI theoretical statements, research conjectures, suspected-false claims, multi-step proofs the user already failed on, proof drafts with possible…

EvoScientist/EvoSkills · 203 tokens

analytics

Queries local analytics across OrchestKit projects for agent usage, skill frequency, hook timing, team activity, session replay, cost estimation, and model delegation trends. Privacy-safe with hashed project IDs. Supports time-range filtering and comparative analysis. Use when reviewing performance, estimating costs…

yonatangross/orchestkit · 62 tokens

dsm5

Assess and explain questions about mental health and neurocognitive conditions against DSM-5-TR diagnostic criteria, and guide evidence-based conversations for clinicians, patients, and family members. Use when someone asks about symptoms, possible conditions, differential diagnoses, diagnostic criteria, prevalence…

magnus919/agent-skills · 106 tokens

design-feature

Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".

gtrabanco/agentic-workflow · 51 tokens

audit-pr

Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Consumes the current review-change REVIEW-PASS receipt instead of re-running review axes; posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".

gtrabanco/agentic-workflow · 71 tokens