Sub-skill of cad-engineering: Best Practices.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill best-practices --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Best Practices?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-best-practices-490b47a9)More formats (shields.io, HTML) on the badges page.
---
name: cad-engineering-best-practices
description: 'Sub-skill of cad-engineering: Best Practices.'
version: 1.0.0
category: engineering
type: reference
scripts_exempt: true
---
# Best Practices
## Best Practices
### Format Selection
1. **STEP**: Best for 3D geometry exchange
2. **IGES**: Legacy support, use STEP when possible
3. **DXF**: Best for 2D CAD interoperability
4. **STL**: 3D printing and visualization only
### Conversion Quality
1. Always verify dimensional accuracy after conversion
2. Check for missing entities (arcs, splines, text)
3. Validate layer structure preservation
4. Test with small sample before batch processing
### Automation
1. Use Python scripting for repeatable tasks
2. Create conversion templates for standard workflows
3. Implement quality checks in CI/CD pipelines
4. Document conversion parameters for reproducibility
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...