Typescript Strict Migrator
Automatically migrates TypeScript codebases to stricter type checking rules, improving reliability and maintainability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add monkey1sai-typescript-strict-migrator npx -- -y @trustedskills/monkey1sai-typescript-strict-migrator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"monkey1sai-typescript-strict-migrator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/monkey1sai-typescript-strict-migrator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automatically migrates TypeScript codebases from less strict settings to a more rigorous and type-safe configuration. It handles updates to tsconfig.json files, ensuring adherence to modern best practices for TypeScript development. The tool aims to improve code quality, reduce runtime errors, and enhance overall project maintainability by enforcing stricter type checking rules.
When to use it
- Modernizing Legacy Projects: When updating older TypeScript projects that were initially configured with looser settings.
- Enforcing Code Standards: To ensure all new or existing TypeScript codebases within an organization adhere to a consistent, strict coding style.
- Preparing for Audits: Before security or quality audits where stricter type safety is required.
- Improving Developer Experience: Reduce debugging time and improve confidence in the codebase by catching potential errors early on.
Key capabilities
- Updates
tsconfig.jsonfiles. - Enforces modern TypeScript best practices.
- Improves code quality and reduces runtime errors.
- Enhances project maintainability.
Example prompts
- "Migrate my TypeScript project to strict mode."
- "Update the tsconfig.json file for stricter type checking."
- "Apply recommended TypeScript compiler options to this codebase."
Tips & gotchas
This skill requires a valid tsconfig.json file in the root of your project. It's recommended to review the changes made by the tool before committing them, as strict mode can sometimes reveal existing code that needs adjustments.
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.