Typescript Strict
Enforces strict TypeScript coding standards and identifies potential errors in backend codebases for improved reliability.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add canatufkansu-typescript-strict npx -- -y @trustedskills/canatufkansu-typescript-strict
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"canatufkansu-typescript-strict": {
"command": "npx",
"args": [
"-y",
"@trustedskills/canatufkansu-typescript-strict"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill ensures code adheres to strict TypeScript conventions. It enforces best practices for type safety, code clarity, and maintainability within TypeScript projects. The agent will automatically apply these rules during development or refactoring tasks.
When to use it
- New TypeScript Projects: To establish a solid foundation of coding standards from the beginning.
- Refactoring Existing Codebases: To gradually improve the quality and type safety of older JavaScript code migrated to TypeScript.
- Code Reviews: To automatically identify and flag violations of strict TypeScript rules within pull requests or during development.
- Automated Linting: Integrate into CI/CD pipelines for consistent code quality checks.
Key capabilities
- Strict TypeScript mode enforcement
- Automatic type checking
- Adherence to best practices
- Code clarity and maintainability
Example prompts
- "Enforce strict TypeScript rules on this file:
src/app.ts." - "Refactor this JavaScript code to adhere to strict TypeScript conventions: [code snippet]"
- "Check this pull request for any violations of the strict TypeScript standard."
Tips & gotchas
This skill requires a basic understanding of TypeScript and its concepts. It's most effective when used in conjunction with an existing TypeScript project or codebase.
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.