Tsdown
Tsdown converts Markdown to static HTML for fast, reliable blogs and documentation – perfect for performance and simplicity.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add onmax-tsdown npx -- -y @trustedskills/onmax-tsdown
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"onmax-tsdown": {
"command": "npx",
"args": [
"-y",
"@trustedskills/onmax-tsdown"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The onmax-tsdown skill provides tools for transforming TypeScript code into JavaScript, enabling compatibility with environments that do not support TypeScript. It supports downleveling features like decorators, async functions, and ES modules to older JavaScript versions.
When to use it
- You need to run TypeScript code in an environment that only supports older JavaScript standards.
- Your project includes advanced TypeScript features that are not supported by target browsers or runtime environments.
- You want to ensure compatibility with legacy systems while maintaining a modern development workflow.
Key capabilities
- Converts TypeScript to standard JavaScript
- Supports downleveling of ES6+ features
- Handles decorators and async/await syntax
- Works with Nuxt.js projects
Example prompts
- "Convert this TypeScript file to JavaScript for browser compatibility."
- "Downlevel the TypeScript code in my project to ES5 standards."
- "Ensure all TypeScript features are compatible with IE11 using tsdown."
Tips & gotchas
- Ensure your
tsconfig.jsonis configured correctly for downleveling. - Some advanced TypeScript features may not be fully supported or require additional plugins.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.