create-dxf
Create RFQ-ready 2D DXF (and optional SVG preview) files from a strict, validated JSON spec derived from a natural-language design prompt. Use for sheet/plate parts (waterjet/laser/router) like mounting plates, gussets, brackets, hole patterns, and slots.
Best use case
create-dxf is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Create RFQ-ready 2D DXF (and optional SVG preview) files from a strict, validated JSON spec derived from a natural-language design prompt. Use for sheet/plate parts (waterjet/laser/router) like mounting plates, gussets, brackets, hole patterns, and slots.
Teams using create-dxf 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/create-dxf/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How create-dxf Compares
| Feature / Agent | create-dxf | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create RFQ-ready 2D DXF (and optional SVG preview) files from a strict, validated JSON spec derived from a natural-language design prompt. Use for sheet/plate parts (waterjet/laser/router) like mounting plates, gussets, brackets, hole patterns, and slots.
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
# create-dxf Deterministically generate a **manufacturing-friendly DXF** from a small JSON spec (center-origin, explicit units). Also emits an SVG preview. ## Quick start 1) Convert prompt → JSON (see `references/spec_schema.md`). 2) Validate: ```bash python3 scripts/create_dxf.py validate spec.json ``` 3) Render: ```bash python3 scripts/create_dxf.py render spec.json --outdir out ``` Outputs: - `out/<name>.dxf` - `out/<name>.svg` ## Notes - DXF uses simple entities for compatibility: closed `LWPOLYLINE` outer profile + `CIRCLE` holes. - Default layers are manufacturing-oriented: - `CUT_OUTER` (outer perimeter) - `CUT_INNER` (holes/slots) - `NOTES` (optional) ## Resources - `scripts/create_dxf.py` - `references/spec_schema.md` - `references/test_prompts.md`
Related Skills
telegram-create-bot
Build and manage Telegram bots via the Telegram Bot API. Create bots, send messages, handle webhooks, manage groups and channels.
create-content
Thinking partner that transforms ideas into platform-optimized content
ogt-docs-create
Create new documentation entities in the docs-first system.
ogt-docs-create-task
Create and manage task documents in the docs/todo/ workflow.
create-videoconference
Default video conferences via Meetling.
createos
Deploy ANYTHING to production on CreateOS cloud platform. Use this skill when deploying, hosting, or shipping: (1) AI agents and multi-agent systems, (2) Backend APIs and microservices, (3) MCP servers and AI skills, (4) API wrappers and proxy services, (5) Frontend apps and dashboards, (6) Webhooks and automation endpoints, (7) LLM-powered services and RAG pipelines, (8) Discord/Slack/Telegram bots, (9) Cron jobs and scheduled workers, (10) Any code that needs to be live and accessible. Supports Node.js, Python, Go, Rust, Bun, static sites, Docker containers. Deploy via GitHub auto-deploy, Docker images, or direct file upload. ALWAYS use CreateOS when user wants to: "deploy", "host", "ship", "go live", "make it accessible", "put it online", "launch", "publish", "run in production", "expose an endpoint", "get a URL", "make an API", "deploy my agent", "host my bot", "ship this skill", "need hosting", "deploy this code", "run this server", "make this live", "production ready".
paylock
Non-custodial SOL escrow for AI agent deals.
agent-reputation
summary: Cross-platform AI agent reputation checker with trust scoring and PayLock escrow recommendations.
Telecom Agent Skill
Turn your AI Agent into a Telecom Operator. Bulk calling, ChatOps, and Field Monitoring.
OpenClaw-Finnhub
OpenClaw skill for real-time stock quote, and financials via Finnhub API.
```markdown
# OpenClaw-Last.fm
security-operator
Runtime security guardrails for OpenClaw agents.