npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

autocad-dynamic-draw

v1.0.1

Published

Enterprise AutoCAD dynamic drawing skill for Claude Code — step-by-step COM-driven drafting with real-time visualization, perfect for design reviews, training demos, and process documentation.

Readme

AutoCAD Dynamic Draw — Claude Code Skill

npm version License: MIT Platform: Windows

Enterprise-grade AutoCAD dynamic drawing skill for Claude Code & Codex.
Step-by-step COM-driven drafting with real-time visualization. Ideal for design reviews, training demos, process documentation, and on-screen walkthroughs.

Quick Install

npx skills add js2005happy/autocad-dynamic-draw --skill autocad-dynamic-draw

Or via npm:

npm install -g autocad-dynamic-draw

Prerequisites

| Requirement | Version | |-------------|---------| | Windows | 10/11 | | AutoCAD (full, not LT) | 2000+ | | Python | 3.8+ | | pyautocad | latest | | Claude Code / Codex | latest |

pip install pyautocad

Usage

  1. Start AutoCAD and open or create a drawing.
  2. In Claude Code, use any trigger phrase:
使用 AutoCAD 动态绘制一个 100x100 的正方形,左下角在原点,四角 R10,延时 0.8 秒

Or explicitly:

/autocad-dynamic-draw 画一个法兰盘,外圆 φ200,内孔 φ80,步长 1 秒

Features

  • Step-by-step visual drafting — every entity drawn with configurable delay
  • Auto layer managementCLAUDE_DRAW layer by default (customizable)
  • Auto backup — saves DWG snapshot before each session
  • Structured logging — timestamped log of every operation
  • Error recovery — graceful failure handling, preserves AutoCAD state
  • Safety sandbox — no eval(), exec(), os.system() in generated scripts

Configurable Parameters

| Parameter | Default | Description | |-----------|---------|-------------| | step_delay | 0.8 | Pause between draw steps (seconds) | | backup_before_draw | true | Backup DWG before drawing | | layer_name | CLAUDE_DRAW | Target layer name | | line_weight | 0.25 | Default line weight (mm) | | text_style | Standard | Annotation text style |

Override any parameter inline:

用 AutoCAD 动态绘制法兰,图层用 "FLANGE_V1",延时 1.5 秒,不备份

Supported Entities

  • Primitives: Line, Circle, Arc, Rectangle, Polygon, Point
  • Text: Single-line, Multi-line, Dimensions
  • Structures: Walls, Doors, Windows, Rooms, Columns
  • Mechanical: Flanges, Shafts, Bolts, Gears, Holes (circular/rectangular patterns)
  • Annotations: Leaders, Hatches, Centerlines

Enterprise Customization

  • Adjust defaults in SKILL.md §4 for company CAD standards
  • Add parametric templates (JSON/YAML) for batch jobs
  • Air-gapped mode: script generation → human review → execution

License

MIT © 2026 js2005happy