Agent skill
cad-engineering-technical-drawing-analysis
Sub-skill of cad-engineering: Technical Drawing Analysis.
Install this agent skill to your Project
npx add-skill https://github.com/vamseeachanta/workspace-hub/tree/main/.claude/skills/_archive/engineering/cad/cad-engineering/technical-drawing-analysis
SKILL.md
Technical Drawing Analysis
Technical Drawing Analysis
from digitalmodel.agents.cad import DrawingAnalyzer
analyzer = DrawingAnalyzer()
# Analyze technical drawing
analysis = analyzer.analyze("technical_drawing.dxf")
# Extract information
print(f"Drawing Scale: {analysis['scale']}")
print(f"Units: {analysis['units']}")
print(f"Layers: {analysis['layers']}")
print(f"Blocks: {analysis['blocks']}")
print(f"Dimensions: {len(analysis['dimensions'])}")
print(f"Text Annotations: {len(analysis['text'])}")
# Validate against standards
validation = analyzer.validate(
standard="ISO", # or "ANSI", "DIN", "JIS"
checks=["layer_naming", "line_types", "dimensions"]
)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-complete-milestone
Archive completed milestone and prepare for next version
gsd-reapply-patches
Reapply local modifications after a GSD update
gsd-verify-work
Validate built features through conversational UAT
gsd-thread
Manage persistent context threads for cross-session work
clinical-trial-protocol
Generate clinical trial protocols for medical devices or drugs through a modular, waypoint-based architecture with research-only and full protocol modes.
single-cell-rna-qc
Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations.
Didn't find tool you were looking for?