CATIA V5 Production Operator
SkillMediaOperate CATIA V5 through daiemon12/catia-v5-mcp-server under a conservative production execution contract. Use for CATPart or CATProduct creation and modification, sketching, Part Design, parameter edits, measurement, assembly operations, screenshots, saving, or export. Requires serialized CATIA calls, explicit document context, per-step verification, topology-reference safety, bounded recovery, and explicit unsupported-capability reporting.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CATIA V5 Production Operator skill
What this skill tells your AI
The instructions your AI receives, as published by daiemon12/catia-v5-mcp-server in .claude/skills/catia-v5-production-operator/SKILL.md and read by ahel’s review.
Use this skill as the runtime operating contract for CATIA V5 work through the target MCP server. This skill constrains how available tools are used; it does not substitute for server capabilities that are absent or unverified.
Mandatory execution rules
- Execute CATIA MCP calls serially. Do not issue overlapping CATIA mutations against the shared active session unless the active server explicitly guarantees serialized STA execution.
- Establish the active document and document type before modifying an existing model. For a new-document task, create the document first and then verify the resulting active document.
- Separate command completion from design correctness. A normal tool response or clean CATIA update is not sufficient evidence that the intended geometry exists.
- Decompose modeling into the smallest steps that have executable postconditions:
inspect -> mutate -> update -> measure -> decide. - Discover references before use. Do not invent feature names, parameter paths, component names, sketch geometry indices, faces, or edges.
- Treat names and indices as short-lived observations after model mutation. Re-query them before reuse.
- Use exact face/edge operations only when the active server resolves and consumes deterministic BRep references and can reject stale references.
- Keep recovery bounded. Do not continue trial-and-error mutations in a model whose integrity has not been re-established.
- Persist changes only when required by the task. Saving, overwriting, closing, and exporting are separate side effects and must not be performed implicitly.
- Use screenshots as supporting evidence only. Prefer structural and numeric verification whenever the result is measurable.
Capability-profile rule
Use references/capability-matrix.md as the baseline contract for the repository implementation represented by this skill.
If the active server exposes a stronger capability/status contract, a capability may be promoted only when all of the following are explicit and verifiable:
- the input is consumed by the implementation;
- target-reference semantics are defined;
- failure behavior is typed or otherwise deterministic;
- a relevant postcondition can be evaluated;
- the capability has a live CATIA validation path where COM/BRep behavior is involved.
Do not infer stronger support from a tool name, schema field, successful transport call, or feature-tree entry alone.
Reference loading
Read references/capability-matrix.md before holes, patterns, mirror, fillet, chamfer, shell, draft, thickness, exact face/edge selection, or assembly constraints.
Read references/verification-policy.md for all multi-step modeling, parameter propagation, or dimensional/material assertions.
Read references/failure-recovery.md after any exception, update failure, no-effect result, wrong-effect result, timeout, modal-block condition, or ambiguous state.
Read references/topology-and-assembly.md before topology-sensitive Part Design or precision assembly mating.
Read references/tool-workflows.md for common verified execution sequences.
Preflight
For a mutation task:
- Establish connection state with
catia_connectwhen needed. - Determine whether the task creates a new document or modifies an existing document.
- For a new CATPart/CATProduct, create it first, then call
catia_get_active_document_infoand verify the document type. - For an existing model, call
catia_get_active_document_infobefore mutation and require the expected type. - For an existing CATPart, capture an applicable baseline:
catia_list_features;catia_get_inertiawhen a measurable solid exists;catia_get_bounding_boxwhen geometry exists;catia_get_parametersfor parameters that may be changed.
- For an existing CATProduct, capture component and constraint listings before precision assembly work.
- Define the expected postconditions internally: expected feature, material-effect direction, key dimensions, parameter values, and any required persistence side effect.
If a required geometric reference cannot be discovered through the active tool contract, classify the operation as unsupported rather than guessing the reference.
Modeling cycle
For each material-changing feature:
- Capture the pre-step evidence needed for the assertion, typically volume and relevant dimensions.
- Execute one feature operation.
- Call
catia_update_part. - Verify expected structural state with
catia_list_featureswhen applicable. - Re-measure volume and relevant bounding-box dimensions.
- Re-read changed parameters when applicable.
- Continue only if the evidence is consistent with the intended effect.
A later successful update must not be used to retroactively validate an earlier unverified feature.
Geometry-effect classification
Classify a material mutation as one of:
PASS: update succeeds and structural/numeric evidence matches the intended effect within an explicit tolerance.NO_EFFECT: update succeeds but a required material change is effectively zero.WRONG_EFFECT: update succeeds but the material change has the wrong sign or an implausible magnitude.UPDATE_FAILED: CATIA rebuild/update fails.INCONCLUSIVE: the active contract cannot produce enough evidence to verify the requested effect.
Do not report NO_EFFECT, WRONG_EFFECT, or INCONCLUSIVE as successful design completion.
Parameter edits
For an existing-model parameter change:
- Discover the exact parameter with
catia_get_parameters. - Record the original value and relevant baseline measurements.
- Call
catia_set_parameteronce. - Call
catia_update_part. - Re-read the parameter and verify the requested value.
- Re-measure geometry that should propagate from the parameter change.
- If the change fails and the original value is known, perform one deterministic revert and re-verify the restored state.
A successful parameter assignment does not prove dependent pockets, holes, or patterns still intersect the intended solid.
Sketch operations
- Use only support geometry explicitly supported by the active server contract.
- Add sketch geometry.
- Immediately before an index-based constraint, call
catia_sketch_get_geometryand use only freshly observed indices. - Close the sketch before a Part Design feature consumes it.
- Verify the resulting 3D feature; do not treat a visually closed sketch as proof of a valid solid operation.
Do not represent an origin-plane sketch as attached to a model face when the server does not provide a verified sketch-support reference.
Topology-sensitive operations
Exact fillet/chamfer/shell/draft/thickness requests require deterministic topology references. If the active server lacks a verified face/edge enumeration and reference-resolution contract, return UNSUPPORTED_CAPABILITY for exact-target intent.
If topology tokens are available:
- treat the token as opaque;
- use the generation/version metadata returned with it;
- invalidate tokens after any shape-changing mutation unless the server explicitly states otherwise;
- reject or re-query after
STALE_TOPOLOGY_TOKEN.
See references/topology-and-assembly.md.
Hole operations
Support counterbored, countersunk, tapered, threaded, or other specialized hole semantics only when the active implementation consumes the corresponding inputs and the result can be verified.
Never silently convert a requested specialized hole into a simple cylindrical hole.
Assembly operations
Exact face/plane/axis mating is production-verifiable only when component-local geometry references are resolved deterministically and the resulting constraint/DOF state can be inspected.
Component listing, constraint listing, component insertion, and coarse positioning may still be used when their own postconditions are verifiable.
Failure and recovery
Treat structured failure, exceptions, update errors, missing required result fields, contradictory measurements, and unverified target selection as failures.
On failure:
- stop the current mutation chain;
- inspect the current document and measurements;
- determine the last verified state;
- apply a bounded deterministic correction only when the cause and recovery path are known;
- re-verify from a known state before further mutation.
If a COM timeout or blocked modal state leaves call completion indeterminate, treat the session as blocked or unknown. Do not replay the mutation until session health and model state are re-established.
Use references/failure-recovery.md for the recovery decision rules.
Completion criteria
Before reporting a CATPart task complete, require all applicable evidence:
- requested features exist;
- update completes cleanly;
- key dimensions and numeric geometry match the design within stated tolerance;
- parameter values match requested values;
- required additive/subtractive steps have the expected non-zero material effect;
- topology-specific intent is verified when such intent was requested;
- save/export side effects occurred only when required and their produced paths are known.
Before reporting a CATProduct task complete, require component/constraint evidence plus any available positional or DOF/solve evidence. Disclose any exact-reference limitation that remains.
User-facing result
Report only:
- what was created or changed;
- the strongest verification evidence;
- any unresolved capability or verification limitation;
- save/export paths that were actually produced.
Do not translate an unverified tool call into a verified CAD claim.
Signals
- GitHub stars
- 94
- Forks
- 23
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
catia-v5-production-operator- Source
- github.com/daiemon12/catia-v5-mcp-server