AI AGENT ADDONS

tsdown is a tool that bundles your TypeScript code into a single output file. It works great for creating libraries and packages. You can generate type definitions and support both ESM and CommonJS formats. This makes it easy to publish your code on npm. Many developers use it for Vue and React component libraries.

With tsdown you can also watch your files and rebuild automatically when you make changes. It includes package validation to catch errors early. The tool is a drop-in replacement for tsup and uses fast engines like Rolldown and Oxc.

Add Tsdown skill to your workflow

Global

mkdir -p ~/.claude/skills/tsdown

Project

mkdir -p .claude/skills/tsdown

Source Repository

Stars
685
Forks
34
Watchers
685
Last Push
1 month ago
Created
7 months ago