cad-engineering-lossy-conversions

Sub-skill of cad-engineering: Lossy Conversions (+1).

5 stars

Best use case

cad-engineering-lossy-conversions is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Sub-skill of cad-engineering: Lossy Conversions (+1).

Teams using cad-engineering-lossy-conversions should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/lossy-conversions/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/engineering/cad/cad-engineering/lossy-conversions/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/lossy-conversions/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cad-engineering-lossy-conversions Compares

Feature / Agentcad-engineering-lossy-conversionsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Sub-skill of cad-engineering: Lossy Conversions (+1).

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Lossy Conversions (+1)

## Lossy Conversions


```python
# Check for conversion losses
losses = converter.check_losses(
    original="model.step",
    converted="model.iges"
)

if losses["geometry_count_diff"] > 0:
    print(f"Lost {losses['geometry_count_diff']} entities")
if losses["accuracy_loss"] > 0.01:
    print(f"Accuracy loss: {losses['accuracy_loss']*100:.1f}%")
```

## Version Compatibility


```python
# Check format version before conversion
info = converter.get_format_info("drawing.dwg")
print(f"DWG Version: {info['version']}")
print(f"Created By: {info['application']}")
print(f"Compatible With: {info['compatible_versions']}")
```

Related Skills

engineering-solver-domain-recon

5
from vamseeachanta/workspace-hub

Deep reconnaissance of an engineering solver domain (OrcaWave, OrcaFlex, CalculiX, OpenFOAM, etc.) across a multi-repo ecosystem — map infrastructure, issues, skills, data artifacts, machine constraints, and solver queue state before planning work.

engineering-domain-reconnaissance

5
from vamseeachanta/workspace-hub

Class-level external engineering domain reconnaissance: field development, external drive ingest planning, and source-to-artifact conversion.

cad-engineering

5
from vamseeachanta/workspace-hub

Expert CAD Engineering Specialist with comprehensive knowledge of CAD systems, file formats, and conversion technologies. Use for CAD software guidance, file format conversions, technical drawings, 3D modeling, PDF to CAD conversions, and interoperability between open-source and proprietary CAD systems.

engineering-report-generator

5
from vamseeachanta/workspace-hub

Generate engineering analysis reports with interactive Plotly visualizations, standard report sections, and HTML export. Use for creating dashboards, analysis summaries, and technical documentation with charts.

engineering-issue-workflow

5
from vamseeachanta/workspace-hub

Mandatory workflow for engineering-critical GitHub issues — resource intelligence, plan review, TDD, implementation, and 3-provider cross-review.

engineering-chatbot-demo

5
from vamseeachanta/workspace-hub

GTM demo execution for engineering AI chatbot presentations — system prompt authoring, demo scripting, ROI capture

oil-and-gas-reservoir-engineering

5
from vamseeachanta/workspace-hub

Sub-skill of oil-and-gas: Reservoir Engineering (+5).

marine-offshore-engineering-typical-project-phases

5
from vamseeachanta/workspace-hub

Sub-skill of marine-offshore-engineering: Typical Project Phases:.

marine-offshore-engineering-app-1-fpso-prelim-design

5
from vamseeachanta/workspace-hub

Sub-skill of marine-offshore-engineering: Application 1: FPSO Preliminary Design (+1).

marine-offshore-engineering-5-regulatory-framework

5
from vamseeachanta/workspace-hub

Sub-skill of marine-offshore-engineering: 5. Regulatory Framework (+1).

marine-offshore-engineering-1-platform-types

5
from vamseeachanta/workspace-hub

Sub-skill of marine-offshore-engineering: 1. Platform Types (+3).

marine-offshore-engineering-1-buoyancy-and-stability

5
from vamseeachanta/workspace-hub

Sub-skill of marine-offshore-engineering: 1. Buoyancy and Stability (+1).