andyluu98

Xuat Dwg — Development skill for Claude Code

Development community

Chuyển bộ hồ sơ DXF sang DWG qua AutoCAD MCP và đếm lại số tờ.

How to install Xuat Dwg

Installs to ~/.claude/skills/andyluu98-vn-autocad-skill-xuat-dwg/SKILL.md

Terminal
mkdir -p ~/.claude/skills/andyluu98-vn-autocad-skill-xuat-dwg && curl -fsSL https://raw.githubusercontent.com/andyluu98/vn-autocad-skill/HEAD/commands/xuat-dwg.md -o ~/.claude/skills/andyluu98-vn-autocad-skill-xuat-dwg/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Xuat Dwg does


description: Chuyển bộ hồ sơ DXF sang DWG qua AutoCAD MCP và đếm lại số tờ argument-hint: <đường dẫn file .dxf> [đường dẫn file .dwg đích]

Chuyển bộ hồ sơ sang DWG: $ARGUMENTS

Làm theo skill `vn-xuat-autocad`:

  1. Kiểm tra có AutoCAD MCP đang chạy (thao tác health). Không có thì nói rõ, đề nghị dùng file DXF hoặc cài AutoCAD MCP; không tự xoay cách khác.
  2. Sinh LISP bằng vncad.acad.lisp_open_and_convert(dxf, dwg); nếu không có đích thì đặt DWG cùng tên trong thư mục dwg cạnh

Alternatives in Development

  • MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
  • Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
  • Chrome Devtools MCP — Chrome DevTools for coding agents 29504 108 1 31.7k ★

Full documentation available on GitHub

View Source Repository