Typescript Standards
Enforces maxritter's TypeScript coding standards, ensuring consistent formatting, linting, and best practices across your backend codebase.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add typescript-standards npx -- -y @trustedskills/typescript-standards
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"typescript-standards": {
"command": "npx",
"args": [
"-y",
"@trustedskills/typescript-standards"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enforces adherence to TypeScript coding standards. It can analyze existing codebases, identify violations of established rules (like those defined in ESLint or Prettier), and suggest or automatically apply corrections. The goal is to improve code consistency, readability, and maintainability within a project.
When to use it
- New Project Setup: Ensure new TypeScript projects start with a consistent coding style from the beginning.
- Code Reviews: Automate checks during pull requests to enforce standards across the team.
- Legacy Code Refactoring: Gradually improve the quality of older codebases by applying standard formatting and linting rules.
- Team Onboarding: Quickly bring new developers up to speed on project-specific coding conventions.
Key capabilities
- Enforces TypeScript coding style guidelines.
- Identifies and flags violations of defined standards.
- Suggests or automatically applies code corrections.
Example prompts
- "Analyze this TypeScript file for linting errors: [file content]"
- "Format this code according to the project's TypeScript standard: [code snippet]"
- "What coding style rules are being violated in this function? [function definition]"
Tips & gotchas
The effectiveness of this skill depends on having a clearly defined set of TypeScript standards (e.g., an ESLint configuration). Provide the relevant configuration file or link for optimal results.
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.