Standards Typescript
Enforces b33eep coding standards and TypeScript best practices in backend codebases for consistency 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 b33eep-standards-typescript npx -- -y @trustedskills/b33eep-standards-typescript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"b33eep-standards-typescript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/b33eep-standards-typescript"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill ensures TypeScript code adheres to established coding standards. It automatically enforces rules related to formatting, linting, and type checking, promoting consistency and reducing errors within a codebase. The skill aims to improve code quality and maintainability by applying best practices.
When to use it
- New projects: To establish consistent coding style from the beginning.
- Existing codebases: To refactor and standardize existing TypeScript code.
- Team collaboration: To ensure all team members write code that conforms to a shared standard.
- Automated builds: Integrate into CI/CD pipelines for automated quality checks.
Key capabilities
- Enforces coding standards
- Linting
- Type checking
- Formatting
Example prompts
- "Apply TypeScript formatting and linting rules to this file."
- "Check this code for adherence to the established TypeScript standard."
- "Refactor this function to comply with our team's coding guidelines."
Tips & gotchas
The skill requires a TypeScript project setup. Ensure your project has a tsconfig.json file and relevant linting configuration files (e.g., .eslintrc.js) 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.