Typescript Coding Standards

🌐Community
by masanao-ohba · vlatest · Repository

Enforces Masanao Ohba's TypeScript coding standards, ensuring consistency and maintainability in backend projects.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add typescript-coding-standards npx -- -y @trustedskills/typescript-coding-standards
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "typescript-coding-standards": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/typescript-coding-standards"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enforces TypeScript coding standards to ensure code quality and consistency. It automatically formats code, checks for stylistic errors, and helps maintain a uniform codebase across projects. The skill aims to improve readability and reduce potential bugs stemming from inconsistent coding practices.

When to use it

  • New Project Setup: Automatically configure a new TypeScript project with pre-defined coding standards.
  • Code Reviews: Apply formatting and linting rules during code review processes for consistent style.
  • Refactoring Existing Code: Standardize the style of an existing codebase, improving maintainability.
  • Team Collaboration: Ensure all team members adhere to a common TypeScript coding standard.

Key capabilities

  • Code Formatting (automatic)
  • Linting (style and error checking)
  • Enforcement of pre-defined coding standards
  • Project configuration

Example prompts

  • "Format this TypeScript code according to the established style guide."
  • "Check this file for any linting errors related to TypeScript coding standards."
  • "Apply the project's TypeScript formatting rules to all files in this directory."

Tips & gotchas

This skill requires a basic understanding of TypeScript and its ecosystem. Ensure your project has a tsconfig.json file or equivalent configuration 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
masanao-ohba
Installs
5

🌐 Community

Passed automated security scans.