aieng-cad-cae-copilot

aieng-cad-cae-copilot is a skill for Claude Code, Codex from armpro24-blip/cad-cae-copilot. It costs 65 tokens per session (798 once invoked), scanned A, original, MIT.

A workflow for preparing and checking AIENG computer-aided engineering simulations. It covers setup inspection, CalculiX solver preparation, approved solver runs, and extracting stress or displacement results.

In plain words
What is it for?
Use it to inspect simulation readiness, fix explicit setup gaps, prepare solver inputs, run approved CalculiX analyses, extract results, and report supported findings.
Why use it?
It keeps simulation work based on available evidence and prevents missing materials, loads, or constraints from being silently invented. Solver execution requires approval before it runs.

Skill for Claude CodeCodex

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

Good fit Use it to inspect simulation readiness, fix explicit setup gaps, prepare solver inputs, run approved CalculiX analyses, extract results, and report supported findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot
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 armpro24-blip/cad-cae-copilot --skill aieng-cad-cae-copilot
Clone the repo
git clone --depth 1 https://github.com/armpro24-blip/cad-cae-copilot

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 aieng-cad-cae-copilot

README.md
[![agentmods](https://agentmods.dev/badge/skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot/github.svg)](https://agentmods.dev/skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot)
Your own site
<a href="https://agentmods.dev/skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot"><img src="https://agentmods.dev/badge/skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot/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 aieng-cad-cae-copilot

Your own site · 80×15
<a href="https://agentmods.dev/skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot"><img src="https://agentmods.dev/badge/skills/armpro24-blip/cad-cae-copilot/aieng-cad-cae-copilot.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 798 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.00065 $0.00798
Opus 5 $0.00032 $0.00399
Sonnet 5 $0.00013 $0.00160
Haiku 4.5 $0.00006 $0.00080

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

Security

Grade A, and why

aieng-cad-cae-copilot 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 11d 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.

aieng-agent-skills/skills/aieng-cad-cae-copilot/SKILL.md · 61 lines

How it starts

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

aieng-cad-cae-copilot

MCP-first CAE workflow discipline for agents operating the active AIENG Workbench. This skill teaches order of operations and claim discipline; it does not add solver capability.

Purpose

  • Use package evidence and MCP tool returns as the source of truth.
  • Prepare solver runs without inventing missing material, loads, or constraints.
  • Keep cae.run_solver behind the approval boundary.
  • Report only evidence-backed results and explicit limitations.
  • For repeatable loops, follow the relevant entry in ../engineering_skill_contracts.json: cae-preflight, solver-run-orchestrate, design-target-review, or evidence-report-synthesize.

When to use

Use for CAE readiness inspection, setup patching, solver preflight/deck generation, solver execution, FRD metric extraction, field-region extraction, and refreshed result summaries. Do not use for new CAD authoring or schema/tool implementation.

Required workflow

  1. Inspect state with aieng.agent_context { project_id } and, when needed, aieng.inspect_package or aieng.write_completeness_report.
  2. If material, loads, or constraints are missing, ask the user or apply explicit setup with cae.apply_setup_patch.
  3. Run cae.prepare_solver_run { project_id } before any solver execution. Use the recommended_next_calls list in the response to decide the next cae.* call.
  4. If the input deck is missing but setup is sufficient, call cae.generate_solver_input { project_id }.
  5. Call cae.run_solver { project_id } only after successful preflight and only through approval. If AIENG_MCP_BLOCK_APPROVAL_TOOLS=1 is active, report the server refusal and stop.
  6. After a successful solver run, call cae.extract_solver_results, optionally cae.extract_field_regions, then postprocess.refresh_cae_summary.
  7. Re-read context/results before reporting final numbers.

Credibility tiering

Every result-bearing output carries a single credibility stamp (the shared V&V-40 tier). Ordered low → high: critique_finding < surrogate_prediction < proxy_assembly_result < executed_solver_result. Read credibility.tier and report it with the numbers; never present a lower tier as if it were an executed-solver result. An output that claims a solver result without solver_executed: true is downgraded to unverified (rank 0) with a downgrade_reason — treat it as not solver-backed. production_ready is false unless explicitly certified.

Read the full file on GitHub · 61 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 61 lines · 65 tokens per session scan A 1d875e09d107

Subscribe to this mod's changes

aieng-cad-cae-copilot is a skill published in the GitHub repository armpro24-blip/cad-cae-copilot (59 stars, last pushed 4d ago), licensed MIT. It adds 65 tokens to every session and 798 once invoked, about $0.0003 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-08-30.

Related

Other skills, from other repositories

kernelcad-nurbs

NURBS surfaces (nurbsSurface, surfaceFromCurves, surfaceFromBoundary, .thicken, .toShape) AND NURBS curves (nurbsCurve, spline3d, hermiteG2) AND multi-section sweeps (variableSweep) AND G1/G2 fillet continuity AND 2D NURBS path segments (path().spline / .nurbsSegment / .hermiteG2). Use for freeform geometry that…

w1ne/kernelCAD-web · 105 tokens

kernelcad-trace-from-image

Convert pixel-space features from a reference photo into normalized [0,1] waypoints, then into mm coordinates feedable to path().spline / path().nurbsSegment. Uses the tracefromimage MCP tool. Load when your blockout is in place and the next step is an organic-curve outline (eyewear brow, ergonomic handle, sneaker…

w1ne/kernelCAD-web · 96 tokens

dfam-check

Measure mesh files against Design for Additive Manufacturing (DfAM) rules and report printability findings per process (FDM, SLS, SLA/DLP, metal PBF, MJF). Use when the user asks whether a part is printable, wants overhang/wall-thickness/support analysis of an .stl, .obj, .ply, or .3mf mesh, wants a build-orientation…

earthtojake/text-to-cad · 111 tokens

FluidCAD-from-drawing

Turning a 2D engineering drawing into a parametric FluidCAD model. Use this skill whenever the user supplies a drawing, blueprint, dimension sheet, hand sketch, screenshot, PDF, or photo of a part and wants it modeled — "model this", "build this part", "make this in CAD", "here's the drawing". Trigger it alongside the…

Fluid-CAD/FluidCAD · 114 tokens

simplecadapi

Build, assemble, inspect, reconstruct, and export parametric CAD models with the SimpleCADAPI Python SDK. Use for SimpleCAD geometry modeling, constrained sketches, parts and assemblies, standard gears and bearings, STEP/BREP inspection and reconstruction, durable product packages, model JSON replay, and CAD backend…

NiJingzhe/SimpleCADAPI · 65 tokens

b123d-modeling

Use this skill when asked to model, build, or modify a 3D part or assembly with build123d — from a text description, a technical drawing (image or PDF), dimensions in a spec, or an existing STEP/STL file.

pzfreo/build123d-mcp · 0 tokens