Google Typescript Style Guide

🌐Community
by pproenca · vlatest · Repository

Enforces pproenca's Google TypeScript style guide checks in your backend code for consistency and maintainability.

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 google-typescript-style-guide npx -- -y @trustedskills/google-typescript-style-guide
2

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

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

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

About This Skill

What it does

This skill applies the Google TypeScript Style Guide to your TypeScript code. It automatically formats and lint your code, ensuring consistency with industry best practices. The skill helps maintain a clean codebase and improves readability for all developers working on the project.

When to use it

  • Code Formatting: Automatically format existing or new TypeScript files to adhere to Google's style guide.
  • Linting during Development: Integrate into your development workflow to catch style violations early.
  • Team Consistency: Enforce a consistent coding style across multiple developers on a project.
  • Pre-Commit Hooks: Automate code formatting before committing changes to version control.

Key capabilities

  • Applies Google TypeScript Style Guide rules.
  • Code formatting and linting.
  • Enforces consistency in codebase.

Example prompts

  • "Format this TypeScript file according to the Google style guide."
  • "Lint this code for TypeScript style violations."
  • "Apply the Google TypeScript style guide to all files in this directory."

Tips & gotchas

This skill requires a TypeScript environment and assumes familiarity with basic TypeScript concepts. The effectiveness depends on having a valid .ts or .tsx file as input.

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
pproenca
Installs
6

🌐 Community

Passed automated security scans.