Typescript Write
Helps with TypeScript, content writing as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add typescript-write npx -- -y @trustedskills/typescript-write
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"typescript-write": {
"command": "npx",
"args": [
"-y",
"@trustedskills/typescript-write"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The typescript-write skill enables AI agents to generate, refactor, and debug TypeScript code directly within your development environment. It leverages the Metabase ecosystem to provide type-safe solutions that integrate seamlessly with backend workflows.
When to use it
- Generating new TypeScript modules or utility functions for specific business logic requirements.
- Refactoring existing JavaScript files into strict TypeScript with proper type annotations.
- Debugging runtime errors in a TypeScript codebase by analyzing type mismatches.
- Creating unit tests with JSDoc or Jest types to ensure code reliability.
Key capabilities
- Writes production-ready TypeScript syntax including interfaces and generics.
- Performs automated refactoring to improve code structure and maintainability.
- Identifies and resolves type-related bugs in existing source files.
- Integrates specifically with the Metabase platform for data-driven backend tasks.
Example prompts
- "Create a new TypeScript service file that fetches user data from our API and handles errors gracefully."
- "Refactor this JavaScript function to use strict TypeScript typing, adding interfaces for all parameters."
- "Debug why my TypeScript build is failing due to missing type definitions in the
utilsfolder."
Tips & gotchas
Ensure your project environment has the necessary TypeScript compiler and linter configured before invoking this skill. For best results, provide context about your existing codebase structure so the generated code aligns with your established patterns.
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.