Xuat Dwg — Development skill for Claude Code
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
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`:
- 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.
- 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ụcdwgcạ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 RepositoryRelated Skills
Ho So Moi
Dựng một bộ hồ sơ bản vẽ thi công nhà ở mới, từ mô tả công trình tới DXF, DWG và dự toán
Run Plan Step
PHẢI dùng khi cần thực thi 1 bước (STEP-N.M) trong plan docs/plans/PLAN-/ qua subagent theo session isolation
Diagnosing Bugs
PHẢI dùng khi: đang stuck với bug khó reproduce, không biết debug từ đâu, đã fix nhiều lần mà bug vẫn quay lại
Cad Taxmap
Claude Code skill for extracting property lines from county GIS portals into CAD (DXF)
Mempalace Init
Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e
MCP Python SDK
Python SDK for building MCP servers.
Related Agents
Code Reviewer Spec
Use this agent to verify that a pull request or set of changes fully implements its stated requirements — chec
AI Reviewer
Senior AI prompt-engineering reviewer (2026) auditing a single Claude Code agent or skill file. Reviews frontm
Gsd Dom Verifier
Verifies live-DOM acceptance criteria for a completed execution wave using a browser MCP server. Writes DOM-VE