Typescript Style Guide
Enforces Kentoshimizu's TypeScript style guide, ensuring code consistency and readability across your backend project.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add typescript-style-guide npx -- -y @trustedskills/typescript-style-guide
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"typescript-style-guide": {
"command": "npx",
"args": [
"-y",
"@trustedskills/typescript-style-guide"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enforces consistent coding style in TypeScript projects. It automatically formats code according to a predefined style guide, ensuring readability and maintainability across teams. The skill can also identify and report stylistic violations, allowing for proactive correction.
When to use it
- New Projects: To establish a consistent coding standard from the outset.
- Code Reviews: To automate style checks during code review processes, freeing up reviewers to focus on logic.
- Large Codebases: To unify formatting across existing projects with inconsistent styles.
- Team Collaboration: To ensure all team members adhere to a shared coding standard.
Key capabilities
- Automatic code formatting
- Style violation detection
- Predefined style guide enforcement
Example prompts
- "Format this TypeScript file according to the established style guide."
- "Check this code for any stylistic violations."
- "Enforce the team's TypeScript style guide on this project."
Tips & gotchas
The skill assumes a base level of familiarity with TypeScript and coding best practices. It is most effective when integrated into an automated workflow, such as pre-commit hooks or CI/CD pipelines.
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.