Agent Plugins Marketplace
All plugins

cad-dxf-agent

v0.1.0

Deterministic DXF drawing analysis from natural language — code compliance (ADA/IBC), drawing health/QA, quantity takeoff, plain-English summary, RFIs, and room/zone detection. No LLM or API key required.

Claude Code1 Skill

By Jeremy LongshoreLicense: Apache-2.02.7k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 1, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cad-dxf-agent for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cad-dxf-agent@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ai-ml/cad-dxf-agent/.

Plugin files

plugins/ai-ml/cad-dxf-agent/
├── .claude-plugin/plugin.json
└── skills/cad-dxf-agent/SKILL.md

Included Skills1

cad-dxf-agentskills/cad-dxf-agent/SKILL.md

Analyzes DXF drawings deterministically — ADA/IBC code compliance, drawing health and QA, quantity takeoff, plain-English summaries, RFI generation, and room/zone detection — with no LLM or API key. Use when a user has a .dxf file and wants to check code compliance, audit drawing quality, pull quantities, summarize a drawing, generate RFIs, or detect rooms and areas. Trigger with "analyze this DXF", "check compliance", "drawing health", "quantity takeoff", "summarize this drawing", "generate RFIs", "detect zones", or "/cad-dxf-agent".

Plugin manifests1

plugins/ai-ml/cad-dxf-agent/.claude-plugin/plugin.json
{
  "name": "cad-dxf-agent",
  "version": "0.1.0",
  "description": "Deterministic DXF drawing analysis from natural language — code compliance (ADA/IBC), drawing health/QA, quantity takeoff, plain-English summary, RFIs, and room/zone detection. No LLM or API key required.",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]",
    "url": "https://intentsolutions.io"
  },
  "repository": "https://github.com/jeremylongshore/cad-ai-agent",
  "license": "Apache-2.0",
  "keywords": [
    "dxf",
    "cad",
    "compliance",
    "takeoff",
    "drawing-intelligence",
    "aec"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cad-dxf-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cad-dxf-agent)