b123d-edit

b123d-edit is a skill for Claude Code, Codex from pzfreo/build123d-mcp. It costs 0 tokens per session (2,971 once invoked), scanned A, original, Apache-2.0.

A guide for editing an existing build123d 3D model while keeping its design logic in code.

In plain words
What is it for?
Use it to resize parts, move holes, add or remove features, fit mating parts, or repair a parametric model script.
Why use it?
It helps ensure a requested change is explicit, reviewable, and verified against the original model.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to resize parts, move holes, add or remove features, fit mating parts, or repair a parametric model script.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pzfreo/build123d-mcp/b123d-edit
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 pzfreo/build123d-mcp --skill b123d-edit
Clone the repo
git clone --depth 1 https://github.com/pzfreo/build123d-mcp

Made for: Claude Code, Codex.

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 b123d-edit

README.md
[![agentmods](https://agentmods.dev/badge/skills/pzfreo/build123d-mcp/b123d-edit/github.svg)](https://agentmods.dev/skills/pzfreo/build123d-mcp/b123d-edit)
Your own site
<a href="https://agentmods.dev/skills/pzfreo/build123d-mcp/b123d-edit"><img src="https://agentmods.dev/badge/skills/pzfreo/build123d-mcp/b123d-edit/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 b123d-edit

Your own site · 80×15
<a href="https://agentmods.dev/skills/pzfreo/build123d-mcp/b123d-edit"><img src="https://agentmods.dev/badge/skills/pzfreo/build123d-mcp/b123d-edit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,971 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.00000 $0.02971
Opus 5 $0.00000 $0.01486
Sonnet 5 $0.00000 $0.00594
Haiku 4.5 $0.00000 $0.00297

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

Security

Grade A, and why

b123d-edit 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 6d 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.

src/build123d_mcp/skills/b123d-edit/SKILL.md · 301 lines

How it starts

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

Edit Existing build123d Geometry (b123d-edit)

Use this skill when the task is to change an existing build123d model or script: "make this bracket 5 mm taller", "move the holes inward", "add a counterbore", "remove this rib", "make it fit this mating part", or "repair the code so the intended edit remains parametric".

The goal is not to sculpt the final B-rep. The goal is to make an explicit, reviewable code edit that preserves design intent, then prove the changed model is valid and the intended delta happened.

Step 0 - Establish the Baseline

Before editing, capture what exists.

  1. Read the source script or recover the session code with script().

  2. Run the current model in the MCP session with execute().

  3. Register the edited target with show(part, "baseline") or a meaningful name.

  4. Capture numeric evidence:

    save_snapshot("before_edit")
    print(measure(part))
    
  5. Run the MCP validate() tool on the registered baseline. For tasks whose deliverable is an exported solid, or where downstream CAD consumers will read a STEP/STL/BREP file, also export the unchanged baseline to a safe throwaway path such as _baseline_gate.step and read the export gate result. The throwaway baseline gate must never use the final deliverable path, such as output.step. For script-only work, a successful rebuild plus validate() is the baseline proof unless the task later requires a file export.

  6. If the baseline fails the relevant proof (validate() for script-only work; validate() plus the throwaway export gate for exported-solid work), stop and switch to build123d://skill/repair. Until a repaired baseline passes that same proof, the only geometry-changing operations allowed are minimal baseline fixups. Do not move, cut, extend, remove, or replace the requested target feature while the baseline is still invalid. Do not combine a feature edit with geometry repair unless the requested edit is the repair.

  7. After the baseline passes the relevant proof, save a snapshot such as save_snapshot("valid_baseline"). Only then begin the requested feature or parameter edit.

Read the full file on GitHub · 301 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. 6d ago Changed · +12 lines 5a0bd3a5d180
  2. 11d ago First seen · 289 lines · 0 tokens per session scan A 2deeb8b8f8a5

Subscribe to this mod's changes

b123d-edit is a skill published in the GitHub repository pzfreo/build123d-mcp (85 stars, last pushed 7d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,971 tokens. 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-08-30.

Related

Other skills, from other repositories

exasol-import-export

Exasol IMPORT and EXPORT SQL statements: syntax, file formats (CSV, FBV, Parquet), cloud storage (S3, Azure, GCS), connection objects, error handling, and ETL staging patterns.

exasol/mcp-server · 49 tokens

aieng-closed-loop-copilot

MCP-first closed-loop CAD/CAE copilot skill for improving an existing solved design against explicit targets. Use when the user asks for bounded design iteration using editable CAD parameters, solver reruns, and evidence-backed comparison.

armpro24-blip/cad-cae-copilot · 54 tokens

hmem-release

Pre-publish checklist for hmem: skills synced, version bumped, tests green, nothing forgotten. Use before npm publish or when the user says 'release', 'publish', 'push a release', or 'neue Version'.

Bumblebiber/hmem · 50 tokens

mlflow-traces

Use when working with MLflow traces: debugging via MCP tools, analyzing performance, logging feedback, writing custom scorers/evaluations, or cleaning up trace data.

Galbaz1/video-research-mcp · 37 tokens

gemini-visualize

Generates interactive HTML visualizations (concept maps, evidence networks, knowledge graphs) from Gemini analysis results. Triggers automatically after /gr:video, /gr:research, /gr:analyze.

Galbaz1/video-research-mcp · 47 tokens

video-explainer

Teaches Claude how to use the 15 video explainer tools to create explainer videos from research content. Activates when working with video synthesis, explainer creation, or the video-explainer MCP server.

Galbaz1/video-research-mcp · 48 tokens