Tsdown
Tsdown is a lightweight Markdown processor that renders beautifully formatted content, ideal for static sites and blogs with minimal dependencies.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tsdown npx -- -y @trustedskills/tsdown
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tsdown": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tsdown"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The tsdown skill is a utility that converts TypeScript code into JavaScript, making it compatible with environments that do not support TypeScript. It helps streamline the development workflow by allowing developers to write in TypeScript while ensuring compatibility with runtime systems that only understand plain JavaScript.
When to use it
- You need to run TypeScript code in an environment that doesn't natively support it.
- You want to generate distributable JavaScript files from your TypeScript projects.
- You're preparing a project for deployment and require the final output to be in JavaScript.
Key capabilities
- Converts TypeScript to JavaScript
- Handles type annotations and advanced language features
- Supports modern TypeScript syntax and modules
Example prompts
- "Convert this TypeScript file into plain JavaScript."
- "Compile my TypeScript code so it can run in a browser."
- "Generate the JavaScript output for my project using tsdown."
Tips & gotchas
- Ensure your TypeScript configuration (
tsconfig.json) is correctly set up to avoid unexpected behavior during conversion. - Some advanced TypeScript features may not translate perfectly; review the output for compatibility.
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.