Ts Google

🌐Community
by pproenca · vlatest · Repository

Ts Google extracts and formats data from Google Search results into a structured JSON format for easy use in applications.

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 ts-google npx -- -y @trustedskills/ts-google
2

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

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

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

About This Skill

What it does

This skill provides a comprehensive TypeScript style guide based on Google's internal standards. It contains 45 rules across 8 categories, prioritized to guide automated refactoring and code generation for TypeScript projects. The guide is specifically designed for use by AI agents and LLMs involved in writing or reviewing code.

When to use it

This skill is helpful when:

  • Writing new TypeScript code
  • Organizing modules and imports
  • Designing type annotations and interfaces
  • Reviewing code for style consistency
  • Refactoring existing TypeScript code

Key capabilities

  • Provides 45 specific rules across 8 categories (Module Organization, Type Safety, Class Design, Function Patterns, Control Flow, Error Handling, Naming & Style, Literals & Coercion).
  • Prioritizes rules based on impact (CRITICAL, HIGH, MEDIUM-HIGH, MEDIUM, LOW-MEDIUM).
  • Offers a quick reference guide to key rules within each category.
  • Covers topics like module organization, type safety best practices, class design guidelines, and function patterns.

Example prompts

Here are some example prompts you could use with an AI agent equipped with this skill:

  • "Check this TypeScript code for adherence to Google's style guide."
  • "Refactor this existing TypeScript code according to the module organization rules."
  • "What is the recommended approach for handling nullable types in TypeScript based on Google’s guidelines?"

Tips & gotchas

  • This skill focuses solely on style and best practices, not general coding logic or functionality.
  • The guide prioritizes certain rules; consider the impact levels when applying them to your code.
  • Familiarize yourself with the rule categories for more targeted application of the guidelines.

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
76

🌐 Community

Passed automated security scans.